Click to See Complete Forum and Search --> : PHP 4.02 for Win NT


Anon
09-26-2000, 10:24 PM
I installed PHP 4.02 under Win NT 4.0 with IIS 4.0. When I try to run a PHP program, it reports error.
the error message as following :

"Unable to load dynamic library 'c:\php\extensions/PHP-fdf.dll'
the specific module could not be found "

but other modules can be loaded, such as php_gd.dll, PHP_db.dll

I put all the dlls inside c:\php\extersions

in php.ini
I set
extension_dir = c:\php\extensions

why some modules can be loaded, and some do not?

please help, thanks

Paul Lin

Anon
02-09-2001, 11:29 AM
Paul did you find a solution to this problem?

Aaron

Anon
08-24-2001, 08:34 AM
This will explain what your problem is...

<A HREF=http://www.php.net/manual/en/install-windows.php#install.windows.extensions>HREF=http://www.php.net/manual/en/install-windows.php#install.windows.extensions</A>

You need to copy the fdftk.dll file (which you can get fom the FDF Toolkit from Adobe here... <A HREF=http://partners.adobe.com/asn/developer/acrosdk/forms.html>http://partners.adobe.com/asn/developer/acrosdk/forms.html</A>) to your system32 directory.