ID:               8416
 Comment by:       info at ipdg3 dot com
 Reported By:      jcwang at mail dot cgu dot edu dot tw
 Status:           Closed
 Bug Type:         IIS related
 Operating System: Windows 2000 - professional
 PHP Version:      4.0.4
 New Comment:

I have installed PHP4.3.2 on a Win2k Server with IIS 5.0. Everything
works great till I uncomment this line.

extension=php_ldap.dll

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

I get this message.

Unknown(): Unable to laod dynamic library
'C:\php\extensions\php_ldap.dll' - The operating system cannot run %1

I am not sure if it is setup right but it use to work before the update
any suggestions.


Previous Comments:
------------------------------------------------------------------------

[2001-03-09 21:28:14] [EMAIL PROTECTED]

No feedback.


------------------------------------------------------------------------

[2001-01-05 12:14:41] [EMAIL PROTECTED]

are you sure they are stored there?
additionally make sure that there's no other php.ini hanging around in
your system which causes the error.

------------------------------------------------------------------------

[2000-12-25 09:08:23] jcwang at mail dot cgu dot edu dot tw

Installating bugs 
Platform: windows 2000 (professional) + IIS 5.0
version: Win32 Binaries PHP 4.0.4 - 19 December 2000, 
From: http://www.php.net/downloads.php, 2000/12/25
Remark: 3.79 Mb CGI binary and ISAPI module included, MySQL support
built-in, many extensions included, packaged as zip

Maybe: the / after "extension_dir" yet not change to Win32 style...

Unable to load dynamic library 'c:\php\extentions/php_db.dll'- ...
Unable to load dynamic library 'c:\php\extentions/php_gd.dll'- ...
Unable to load dynamic library 'c:\php\extentions/php_ldap.dll'- ...
Unable to load dynamic library 'c:\php\extentions/php_mhash.dll'- ...
Unable to load dynamic library 'c:\php\extentions/php_mssql70.dll'-
...
Unable to load dynamic library 'c:\php\extentions/php_pdf.dll'- ...
Unable to load dynamic library 'c:\php\extentions/php_pgsql.dll'- ...
Unable to load dynamic library 'c:\php\extentions/php_zlib.dll'- ...

My php.ini:
...
extension_dir   =       c:\php\extentions
...
;extension=php_cpdf.dll
;extension=php_cybercash.dll
 extension=php_db.dll
;extension=php_dbase.dll
;extension=php_domxml.dll
;extension=php_dotnet.dll
;extension=php_exif.dll
;extension=php_fdf.dll
 extension=php_gd.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_java.dll
 extension=php_ldap.dll
 extension=php_mhash.dll
;extension=php_mssql65.dll
 extension=php_mssql70.dll
;extension=php_oci8.dll
;extension=php_oracle.dll
 extension=php_pdf.dll
 extension=php_pgsql.dll
;extension=php_sablot.dll
;extension=php_swf.dll
;extension=php_sybase_ct.dll
 extension=php_zlib.dll


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=8416&edit=1

Reply via email to