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

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 quickdirty 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

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

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 is

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 quickdirty solution though could be to just create a link: libmysqlclient.so.6.0- libmysqlclient.so.10.0 and see what happens from there :-) Nope,