Click to See Complete Forum and Search --> : Going to rip my hair out


killerasp
06-09-2001, 11:58 PM
I installed apache into /usr/local/apache and built php support into it, but i keep getting this error over and over again:

Syntax error on line 236 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: libmysqlclient.so.10: cannot load shared object file: No such file or directory
./apachectl start: httpd could not be started

Ive recompiled about 15 different times with different options on ./configure, but the same error over and over again. I really could use any help.

freebsd
06-10-2001, 07:17 AM
Read this thread all over again Configuring PHP to work with Apache and MySql. Then kick that bad habit and reinstall Mysql and Apache and set the prefix to /usr/local, not /usr/local/mysql, not /usr/local/apache.

Sweede
06-10-2001, 02:39 PM
or you can not use the --with-mysql option when compiling php4.