I have set up apache 1.3.24 with openssl and mod_ssl. I also have mysql and php4 installed. I am trying to get the php to talk to the mysql server and the page to be displayed in apache.
The problem I have now is that I get this message in my error logs and on apachectl start, "PHP Warning: Unable to load dynamic library '/usr/lib/php4/mysql.so' - libgcc_s.so.1: cannot open shared object file: No such file or directory in Unknown on line 0"
I don't know what I need to do at this point. I have the httpd.conf settings straight, the mysql is all set up with the database, but all I get are blank php pages.
The phpinfo(); test works, but not between php and mysql.
Any help is appreciated! thanks!
Rninja
The problem I have now is that I get this message in my error logs and on apachectl start, "PHP Warning: Unable to load dynamic library '/usr/lib/php4/mysql.so' - libgcc_s.so.1: cannot open shared object file: No such file or directory in Unknown on line 0"
I don't know what I need to do at this point. I have the httpd.conf settings straight, the mysql is all set up with the database, but all I get are blank php pages.
The phpinfo(); test works, but not between php and mysql.
Any help is appreciated! thanks!
Rninja