19 messages in com.mysql.lists.mysqlRe: MyODBC compilation| From | Sent On | Attachments |
|---|---|---|
| Steve Freitas | 17 Sep 1999 10:34 | |
| Michael Widenius | 17 Sep 1999 17:09 | |
| Christopher R. Jones | 17 Sep 1999 19:49 | |
| Steve Freitas | 18 Sep 1999 13:48 | |
| Michael Widenius | 19 Sep 1999 01:58 | |
| Steve Freitas | 19 Sep 1999 10:07 | |
| Michael Widenius | 19 Sep 1999 11:38 | |
| Steve Freitas | 19 Sep 1999 13:54 | |
| Michael Widenius | 19 Sep 1999 14:53 | |
| Steve Freitas | 20 Sep 1999 18:08 | |
| Michael Widenius | 21 Sep 1999 10:37 | |
| Steve Freitas | 21 Sep 1999 20:39 | |
| Steve Freitas | 22 Sep 1999 08:53 | |
| Michael Widenius | 22 Sep 1999 10:57 | |
| Steve Freitas | 22 Sep 1999 15:20 | |
| Michael Widenius | 23 Sep 1999 04:54 | |
| Steve Freitas | 23 Sep 1999 10:48 | |
| Steve Freitas | 24 Sep 1999 14:34 | |
| Steve Freitas | 25 Sep 1999 22:27 |
| Subject: | Re: MyODBC compilation![]() |
|---|---|
| From: | Michael Widenius (mon...@monty.pp.sci.fi) |
| Date: | 09/19/1999 01:58:28 AM |
| List: | com.mysql.lists.mysql |
"Steve" == Steve Freitas <sfl...@2lane.com> 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




