[webstack-discuss] Linking to mysql in webstack

2009-03-18 Thread sunanda menon
Hi Nick , 1 s none usr/mysql/5.0/lib/amd64/mysql/libmysqlclient_r.so=libmysqlclient_r.so.15.0.0 1 s none usr/mysql/5.0/lib/mysql/libmysqlclient_r.so=libmysqlclient_r.so.15.0.0 The libs are as follows /usr/mysql/5.0/lib/amd64/mysql bash-3.2$ ls -l total 5902 lrwxrwxrwx 1 root root 24 Mar 17

[webstack-discuss] Linking to mysql in webstack

2009-03-18 Thread Jeff Trawick
Nick Kew wrote: > It appears we have a systematic problem in webstack: > > $ ldd /usr/apr-util/1.3/lib/apr-util-1/apr_dbd_mysql.so > libmysqlclient_r.so.15 => > /usr/mysql/5.0/lib/mysql/libmysqlclient_r.so.15 > > $ ldd /usr/php/5.2/modules/mysql.so > libmysqlclient.so.15 => > /usr/mysql/5.0

[webstack-discuss] Linking to mysql in webstack

2009-03-18 Thread Nick Kew
[apologies if this is duplicated - just sent it from the wrong address] It appears we have a systematic problem in webstack: $ ldd /usr/apr-util/1.3/lib/apr-util-1/apr_dbd_mysql.so libmysqlclient_r.so.15 => /usr/mysql/5.0/lib/mysql/libmysqlclient_r.so.15 $ ldd /usr/php/5.2/modules/mysql.so l

[webstack-discuss] Linking to mysql in webstack

2009-03-18 Thread Nick Kew
It appears we have a systematic problem in webstack: $ ldd /usr/apr-util/1.3/lib/apr-util-1/apr_dbd_mysql.so libmysqlclient_r.so.15 => /usr/mysql/5.0/lib/mysql/libmysqlclient_r.so.15 $ ldd /usr/php/5.2/modules/mysql.so libmysqlclient.so.15 =>/usr/mysql/5.0/lib/mysql/libmysqlclient.so.

[webstack-discuss] Linking to mysql in webstack

2009-03-17 Thread Sriram Natarajan
Nick Jeff already raised this issue and filed a bug on this subject. Hopefully, this issue can be resolved when PHP MySQL connector dependency gets updated to MySQL 5.1 runtime. - Sriram Nick Kew wrote: > It appears we have a systematic problem in webstack: > > $ ldd /usr/apr-util/1.3/lib/a