We are in the process of upgrading from 3.23.x to 4.0.x via compiling
(can't use rpms). I've read through old forum posts and the documentation
and I see there is this requirement for libmysqlclient.so.10 while the new
4.0.x comes with libmysqlclient.so.12. I also see that many people are
using MySQL-shared-compat.rpm which includes this:

/usr/lib/libmysqlclient.so
/usr/lib/libmysqlclient.so.10
/usr/lib/libmysqlclient.so.10.0.0
/usr/lib/libmysqlclient.so.12
/usr/lib/libmysqlclient.so.12.0.0
/usr/lib/libmysqlclient_r.so
/usr/lib/libmysqlclient_r.so.10
/usr/lib/libmysqlclient_r.so.10.0.0
/usr/lib/libmysqlclient_r.so.12
/usr/lib/libmysqlclient_r.so.12.0.0

Anyway, What I am wondering is should I just copy over the old
libmysqlclient.so.10 files to the new install or should I just recompile
whatever is using libmysqlclient.so.10? Also, what is using
libmysqlclient.so.10 besides php and dbd?

Thanks,

Steve


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to