Link to home
Start Free TrialLog in
Avatar of nobbs
nobbs

asked on

FDF Support Windows NT and IIS

Hi all,

I need to use FDF with Windows NT and IIS, so I commented it in in the php.ini. But when a PHP-Script runs, the error "Unable to load dynamic library "C:\php\extensions\php_fdf.dll" - The specific module could not be found." appears.
The Path is right an the File is there. There are some more DLLs in the Folder C:\PHP\dlls ... the extensions without additional DLLs in this folder works fine.
Foget to add a Path?
Any suggestions???

PHP-Version 4.0.6
Avatar of us111
us111
Flag of Luxembourg image

check the extension path.
maybe replace \ by \\
Avatar of cynicz
cynicz

php_fdf.dll needs fdftk.dll (which can be found in the dlls/ directory in the zip). Copy it somewhere in your path, and all should be well.
Avatar of nobbs

ASKER

The DLL's are right in the Place.
what does it mean? is fdftk.dll in system32/ ?
Avatar of nobbs

ASKER

I've installed the Big PHP-Package with more Plug-In's, also FDF-Support. The default installation copies the fdftk.dll is in the C:\php\dll Folder... i also tried to copy it to extensions and system etc...
ASKER CERTIFIED SOLUTION
Avatar of cynicz
cynicz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial