Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Ciprian A.
*This message was transferred with a trial version of CommuniGate(tm) Pro* I can't get through posting a message on the mysql mailing list! any idea why??? At 12:45 PM 3/23/2001, Shell Hung wrote: >*This message was transferred with a trial version of CommuniGate(tm) Pro* >Colonel Panic wrote

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Anil Madhavapeddy
Thalis A. Kalfigopoulos <[EMAIL PROTECTED]> wrote: > > Since you updated both mysql and php you presumably > should recompile apache as well. A quick&dirty solution > though could be to just create a link: libmysqlclient.so.6.0-> > libmysqlclient.so.10.0 and see what happens from there :-) Nop

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Colonel Panic
- Original Message - > I'm running into the same exact problem. Apache will not start until > Mysql has been started (even if mysql is stopped prior to starting httpd), > and gives that same message. If you start mysql first it should run fine. In my case I hit the same error if msqld

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Shell Hung
Colonel Panic wrote: > > Hi > > I've installed MySQL (mysql-3.23.33-pth) and PHP (php4-4.0.3pl1-mysql) from OpenBSD >ports... > > ... but this has broken apache. Restarts/configtests now trigger:- > /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory > > I've added > s

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0:No such file or directory

2001-03-23 Thread Thalis A. Kalfigopoulos
Since you updated both mysql and php you presumably should recompile apache as well. A quick&dirty solution though could be to just create a link: libmysqlclient.so.6.0->libmysqlclient.so.10.0 and see what happens from there :-) regards, thalis On Fri, 23 Mar 2001, Colonel P

Re: MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0:No such file or directory

2001-03-23 Thread mshaw
I'm running into the same exact problem. Apache will not start until Mysql has been started (even if mysql is stopped prior to starting httpd), and gives that same message. If you start mysql first it should run fine. Being relatively new to this type of thing I'm making some blind stabs, but m

MySQL, PHP, Apache: /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory

2001-03-23 Thread Colonel Panic
Hi I've installed MySQL (mysql-3.23.33-pth) and PHP (php4-4.0.3pl1-mysql) from OpenBSD ports... ... but this has broken apache. Restarts/configtests now trigger:- /usr/libexec/ld.so: httpd: libmysqlclient.so.6.0: No such file or directory I've added shlib_dirs="/usr/local/lib/mysql" to rc.conf