Try to create a link from what you have to what is requested:
ln -s /usr/lib/libmysqlclient.so.12 /usr/lib/libmysqlclient.so.10
if the libraries don't disagree too far, that may work
suomi
Michael wrote:
I am using RH9 and have successfully installed php-4.2.2-17 via rpm (i386).
I am now trying
I can' t load any extension in my PHP. (apache 2.046 + php 4.3.2 + winXP)
I have edited my php.ini as following:
extension_dir = "D:\apache_server\php\extensions\"
and of course I copy all the .dll file to the specified folder, but I still
get the warning message when I start the apache server.
"
I can' t load any extension in my PHP. (apache 2.046 + php 4.3.2 + winXP)
I have edited my php.ini as following:
extension_dir = "D:\apache_server\php\extensions\"
and of course I copy all the .dll file to the specified folder, but I still
get the warning message when I start the apache server.
"
php-install Digest 1 Jul 2003 22:23:45 - Issue 1443
Topics (messages 11191 through 11191):
Mail sent from safe mode missing Apache environment?
11191 by: Ed Ravin
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
I've got Apache 1.3.27 with PHP 4.3.0 on NetBSD 1.5.3. When a PHP
program running in safe mode calls the mail() function to send
mail, the usual Apache environment variables like SCRIPT_FILENAME
and REMOTE_ADDRESS are not exported. This is a problem since I
need to log which CGI and remote host a