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

[email protected] ("Adam Lang") Mon, 21 Aug 2000 08:42:43 -0400
Newsgroups php.db,php.migration
Message-ID <002a01c00b6d$4e7b0600$330a0a0a@Adam>
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]
> 
>