>>>>> "Steve" == Steve Freitas <sflist@stripped> writes:
>> First a question; Why do you need MyODBC. I assume you know that if
>> you want to connect with ODBC from an Windows machine to your Linux
>> machine, you don't need ODBC on Linux, but only the pre-compiled
>> MyODBC driver for Win32.
Steve> I'm accessing MySQL on the local machine from iHTML, and it needs an ODBC
Steve> interface to talk to MySQL.
>> Fix:
>> Install libiodbc-2.50.3 first and then try again!
Steve> Cool, it worked. Thanks! Now, another question: In the docs for MyODBC,
Steve> it talks about libmysql.so. Only, I can't find such a file by that name
Steve> anywhere. What is the name of the actual driver produced by the MyODBC
Steve> installation?
The file is now called libmyodbc.so
When you do an make install, you should get the following files:
(/usr/local/lib) ls -l /usr/local/lib/libmyodbc*
-rwxr-xr-x 1 root other 566552 Sep 15 16:26 /usr/local/lib/libmyodbc-2.50.26.so
-rwxr-xr-x 1 root other 638 Sep 15 16:26 /usr/local/lib/libmyodbc.la
lrwxrwxrwx 1 root other 20 Sep 15 16:26 /usr/local/lib/libmyodbc.so ->
libmyodbc-2.50.26.so
Steve> Thanks,
Steve> Steve Freitas
Steve> Newport Beach, California
Regards,
Monty