ID: 21522
Comment by: samantha dot cicch at libero dot it
Reported By: bool at gte dot net
Status: Bogus
Bug Type: LDAP related
Operating System: Windots NT
PHP Version: 4.3.0
New Comment:
hi,
I've already this problem:
PHP: Startup: unable to load dynamic library
'c:\php\ext\php_sybase_ct.dll'
PHP 5; Apache 2.0.5 on win32
1. I add my PHP directory, C:\PHP to the path entry
2. I copy the dll files on these directory:
c:\php
c:\php\ext
c:\windows\system
c:\windows\system32
3. in php.ini I I uncomented
extension_dir = "./PHP"
and
extension=php_mysql.dll
4. I change
extension_dir = c:\php
or extension_dir = c:\php\
or extension_dir = c:\php\ext
or extension_dir = c:\php\ext\
or extension_dir = "c:\php"
But this doesn't help.
Do you have any idea
Previous Comments:
------------------------------------------------------------------------
[2004-08-11 05:08:16] aleibman at dawork dot com
As a result of all extensive reading I got php_mysql.dll in four places
already:
C:\WINNT\system32
C:\WINNT\
C:\php
C:\php\ext
I uncomented
extension_dir = "./PHP"
and
extension=php_mysql.dll
BUT I am still getting:
PHP Startup: Unable to load dynamic library './PHP\php_mysql.dll'-...
I played with extension_dir changing it to something like
"C:/php/ext"
BUT this does not help.
Could you please help?
Thank you [EMAIL PROTECTED]
------------------------------------------------------------------------
[2003-01-09 08:53:19] bool at gte dot net
I fell like a dolt now... I copied the files and everything is working
like a charm. Thank you very much for the help.
------------------------------------------------------------------------
[2003-01-08 17:51:14] [EMAIL PROTECTED]
You probably missed a part in the install intructions about copying
dlls\*.dll to c:\winnt\system32.
------------------------------------------------------------------------
[2003-01-08 12:46:16] bool at gte dot net
When attempting to enable the extension php_ldap.dll from the 4.3.0
windows binary build I first copied the dll to c:\php\, set the proper
variable in php.ini to tell php to look for extensions in c:\php and
uncommented the line extension=php_ldap.dll. save, shutdown iis,
restart to get an error telling me that module c:\php\php_ldap.dll is
not found and there is a refrence to function Unknown().
After verifying that I did not screw up my copy job and the file
c:\php\php_ldap.dll DID exist I came back to the site and did a serch
for others having the same problem. In 2001 there were many refrences
to the same error and the solution was to move libsasl.dll to the same
location as php_ldap.dll. I also found documentation stating that
libsasl.dll was already bundled into 4.3.0. I was unable to locate
libsasl.dll anywhere in the binary zip of 4.3.0.
I've noticed at least two other people here experiencing similiar
problems.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=21522&edit=1