Apache PHP not working
I’m trying to setup a test server on my computer but getting errors in the Apache error log.
Code:
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\php5\\php_gd2.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\php5\\php_mbstring.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\php5\\php_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\php5\\php_mysqli.dll' - The specified module could not be found.\r\n in Unknown on line 0
[Sun Jan 22 03:03:59 2012] [notice] Apache/2.2.21 (Win32) PHP/5.2.17 configured -- resuming normal operations
[Sun Jan 22 03:03:59 2012] [notice] Server built: Sep 9 2011 10:26:10
[Sun Jan 22 03:03:59 2012] [notice] Parent: Created child process 5012
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.100 for ServerNameI have the server setup like this
C:/server
C:/server/apache
C:/server/php
C/server/www
I get an error in phpmyadmin saying unable to load mysqli too.
In the error log above it shows C:\\php5\\ I don’t see any directories set to this location in either php.ini or httpd.conf
Please help.
View full post on Tycoon Talk
Apache, working