[PHP-INST] Re: installing php-mysql

2003-07-01 Thread suomi
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

[PHP-INST] [301]can't load extension

2003-07-01 Thread Tam Pou Fai
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-INST] can't load extension

2003-07-01 Thread Tam Pou Fai
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 -0000 Issue 1443

2003-07-01 Thread php-install-digest-help
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:

[PHP-INST] Mail sent from safe mode missing Apache environment?

2003-07-01 Thread Ed Ravin
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