Re: [PHP-MIGRATION] Problem with php4 and m,ysql

[email protected] (GAYTAN BAHAMONDEZ DANIEL EDUARDO) Mon, 21 Aug 2000 10:04:59 -0400 (CST)
Newsgroups php.migration
Message-ID <[email protected]>
Yes, both files exists on my computer. i have also tried to edit
libphp4.so and replace the "line" with libmysqlclient.so.6 with
/usr/local/mysql/....../libmysqlclient.so.6, when i tried it and restart
apache it wont complain about libmysqlclient.so.6 not found, but it wont
restart anyway.


On Mon, 21 Aug 2000, Adam Lang wrote:

> Do both of those files exist on your computer?
> 
> Adam Lang
> Systems Engineer
> Rutgers Casualty Insurance Company
> ----- Original Message ----- 
> From: "GAYTAN BAHAMONDEZ DANIEL EDUARDO" <[email protected]>
> To: <[email protected]>; <[email protected]>
> Sent: Saturday, August 19, 2000 8:10 PM
> Subject: [PHP-MIGRATION] Problem with php4 and m,ysql
> 
> 
> > Hi there,
> > this is the second time i post on this lists because nobody
> > answered the first time, if you know how to help me please do.
> > 
> > here is the problem: i had php3 and mysql working perfectly on my
> > computer, then i decided to install php4, i configured it with:
> > 
> > ./configure --with-mysql=/usr/local/mysql/ --with-apxs
> > 
> > typed make and make install and no problems.
> > 
> > then modified my httpd.conf to loke like this:
> > #LoadModule php3_module        /usr/lib/apache/libphp3.so
> > LoadModule php4_module        /usr/lib/apache/libphp4.so
> > 
> > #AddModule mod_php3.c
> > AddModule mod_php4.c
> > 
> > 
> > but when i restart apache it issues the following error: 
> > Cannot load /usr/lib/apache/libphp4.so into
> > server: libmysqlclient.so.6: cannot open shared object file: No such file
> > or directory
> > 
> > 
> > If anyone can help me please do
> > 
> > thanks in advance
> > 
> > 
> > -- 
> > PHP Migration Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> > To contact the list administrators, e-mail: [email protected]
> > 
> > 
>