[thelist] Apache next error

Burhan burhankhalid at members.evolt.org
Mon Aug 19 01:51:00 CDT 2002


Hello Andrew,

Sunday, August 18, 2002, 9:02:13 AM, you wrote:

AM> Unable to load dynamic library 'C:\php\extensions/php_exif.dll' -
AM> one of the library files needed to run this application cannot be
AM> found in Unkown on line 0

AM> Unable to load dynamic library 'C:\php\extensions/php_gdz.dll' - one of the
AM> library files needed to run this application cannot be found in Unkown on line 0

AM> Unable to load dynamic library 'C:\php\extensions/php_tokenizer.dll' - one of
AM> the library files needed to run this application cannot be found in Unkown on
AM> line 0

AM> any ideas

This sounds like a php.ini problem, not a httpd.conf problem. Since
Apache cannot initialize PHP, it is quitting. Some suggested ideas :

1. Make sure the .dll files exist. If you downloaded the php windows
binary, more than likely the files aren't included. Download the zip
file and unzip into your php directory.

2. Check your php.ini file for this line :

; Directory in which the loadable extensions (modules) reside.
extension_dir = c:/php/extensions

Make sure it points to the correct place. Note the / (forward)
slashes, and that there are no quotes around it.

3. Look for this line in php.ini

;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;

Underneath it will be a bunch of commented out (;) entries for dlls.
Make sure you un-comment only the .dll files that you have in your
extensions directory (which is pointed to with extension_dir).

Of course, copy the php.ini file in your Windows (or Windows\System)
directory, and make sure php4ts.dll file is in your Windows\System
directory, etc.

hth,

--
*---------------*
| Burhan Khalid |
*---------------*---------------------------*
| Email : burhankhalid[at]members.evolt.org |
| Web   : members.evolt.org/burhankhalid    |
| ICQ   : 6016166                           |
| AIM   : digitz0819                        |
| MSN   : burhankh[at]hotmail.com           |
| Yahoo : burhan_khalid                     |
*-------------------------------------------*
"The IETF motto is 'rough consensus and running code'"

  -- Scott Bradner (Open Sources, 1999 O'Reilly and Associates)





More information about the thelist mailing list