Salvatore Enrico Indiogine wrote:
Greetings:You should be able to install the client libraries from an older version of MySQL and still use the latest server.
I installed MySQL 4.0.5a using the RPMs downloaded from
http://www.mysql.com on RedHat 8.0.
I also installed unixODBC that comes with the RHL 8.0 CD.
When I try to install the MySQL odbc driver I get the unresolved
dependency:
libmysqlclient.so.10
I created a symlink from libmysqlclient.so.11 to 10 but it still does
not work.
I got it only to work by downgrading from MySQL 4 to 3.
Is there a way of having ODBC working with MySQL-4.0.5a?
Thanks in advance!
If you are installing from source, there is an option: --without-server in the configure script that builds only the client libraries.
So find where you can get a libmysqlclient.so.10 from (maybe 4.0.4 or 4.0.3 - I haven't been paying too much attention) and compile & install with --without-server.
--
Daniel Kasak
IT Developer
* NUS Consulting Group*
Level 18, 168 Walker Street
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: [EMAIL PROTECTED]
website: www.nusconsulting.com
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php