Jump to content

Apache Crashes


S Murder

Recommended Posts

Eveytime I try to access a page on my server that has php in it, Apache crashes. The error log shows the following every time it happens:

PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_exif.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_ifx.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_oci8.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_pdo_oci.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_pdo_oci8.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_pspell.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_sybase_ct.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_ibm_db2.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_imagick.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_ingres.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_netools.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_oracle.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_svn.dll' - The specified module could not be found.\r\n in Unknown on line 0PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\\Program Files\\PHP\\ext\\php_yaz.dll' - The specified procedure could not be found.\r\n in Unknown on line 0PHP Notice:  Constant XML_ELEMENT_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_TEXT_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_CDATA_SECTION_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_ENTITY_REF_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_ENTITY_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_PI_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_COMMENT_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_DOCUMENT_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_DOCUMENT_TYPE_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_DOCUMENT_FRAG_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_NOTATION_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_HTML_DOCUMENT_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_DTD_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_ELEMENT_DECL_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_DECL_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_ENTITY_DECL_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_NAMESPACE_DECL_NODE already defined in Unknown on line 0PHP Notice:  Constant XML_LOCAL_NAMESPACE already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_CDATA already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_ID already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_IDREF already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_IDREFS already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_ENTITY already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_NMTOKEN already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_NMTOKENS already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_ENUMERATION already defined in Unknown on line 0PHP Notice:  Constant XML_ATTRIBUTE_NOTATION already defined in Unknown on line 0[Mon Jan 29 23:21:59 2007] [notice] Child 7500: Child process is running[Mon Jan 29 23:21:59 2007] [notice] Child 7500: Acquired the start mutex.[Mon Jan 29 23:21:59 2007] [notice] Child 7500: Starting 250 worker threads.[Mon Jan 29 23:21:59 2007] [notice] Child 7500: Starting thread to listen on port 80.[Mon Jan 29 23:22:17 2007] [notice] Parent: child process exited with status 3221225477 -- Restarting.

Link to comment
Share on other sites

Apache is reporting that it cannot find the PHP extension DLLs. Are you giving it the correct path?
Yeah, it has the right path in php.ini, and I installed it in C:\Program Files. The files the error logs refer to do in fact exist.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...