Click to See Complete Forum and Search --> : why I can not use dll ?


Anon
04-27-2001, 11:31 PM
Warning: Unable to load dynamic library 'm:\php4\php_gtk.dll' - can not find the file . in M:\httpd\HTDOCS\samples\hello.php on line 4

but I check the file is exist in the directory. Why? Who can help me.

ame12
04-28-2001, 07:04 PM
There's some funkiness in Win95 and Win98 PHP configuration. Try copying the extension php_gtk.dll and libsasl.dll into c:\windows\system directory.

Dave


===========================================
http://badblue.com
Small footprint P2P web server for Windows,
File-sharing, PHP, wireless apps & more
===========================================

Anon
04-29-2001, 05:30 AM
But I use winnt.
follow ur word, I can not use gtk also

ame12
05-02-2001, 04:42 AM
Did you copy gtk, php4ts.dll, and libsasl.dll into the c:\winnt\system32 directory?

Does a normal PHP page run (without gtk calls)?

Dave


===========================================
http://badblue.com
Free small footprint web server for Windows
P2P file-sharing, PHP, wireless apps & more
===========================================

Anon
05-04-2001, 02:19 AM
I have copy the files into the directory.
but I can not use the function also.
and I can run the normal php page , such as phpinfo();