PHP Startup: Unable to load dynamic libraries
Posted by: ManOfVirtues (---.radstaffing.com)
Date: September 29, 2006 05:38PM

Absolutely bizare issue. I run a three tier server enviroiment (dev, test, prod) Dev runs on XP Pro on my notebook, Test and Production is Win2K3.0.

Development and Production where installed, configured, and running correctly. But for some reason PHP is running incorrectly on Test. I spent a good part of the afternoon yesterday picking apart the INI and everything seems to be in place accordingly.

Here is a copy of the Apache log.

Log
=======================
[Fri Sep 29 10:08:13 2006] [notice] Apache/2.0.59 (Win32) PHP/5.1.6 configured -- resuming normal operations
[Fri Sep 29 10:08:13 2006] [notice] Server built: Jul 27 2006 15:55:03
[Fri Sep 29 10:08:13 2006] [notice] Parent: Created child process 3584
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\php\\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:\\php\\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:\\php\\php_mssql.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:\\php\\php_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0
[Fri Sep 29 10:08:13 2006] [notice] Child 3584: Child process is running
[Fri Sep 29 10:08:13 2006] [notice] Child 3584: Acquired the start mutex.
[Fri Sep 29 10:08:13 2006] [notice] Child 3584: Starting 250 worker threads.
=======================

Any ideas will be appriciated.



"Remember, If your not living, your dying."

Options: ReplyQuote
Re: PHP Startup: Unable to load dynamic libraries
Posted by: CyberSpatium (67.170.181.---)
Date: September 29, 2006 09:14PM

you can not open php files directly in your brower, you need to use [localhost] to access your site or apache will not parce your php files.

Options: ReplyQuote
Re: PHP Startup: Unable to load dynamic libraries
Posted by: ManOfVirtues (---.radstaffing.com)
Date: September 29, 2006 09:22PM

Im well aware of Apaches ability to parse out PHP. In fact that has nothing to do with my issue.

PHP is running correctly, but is incorrectly loading DLL files which have ABSOLUTELY NOTHING TO DO WITH "opening php files directly in your brower."

Put your head down on your desk, you have lost your right to talk.



Post Edited (09-29-06 21:25)

"Remember, If your not living, your dying."

Options: ReplyQuote
Re: PHP Startup: Unable to load dynamic libraries
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: September 30, 2006 02:45AM

< Put your head down on your desk, you have lost your right to talk.

ok, then you are on your own.

Options: ReplyQuote


Sorry, only registered users may post in this forum.