Click to See Complete Forum and Search --> : php_printer.dll problem in win98


madhavr
06-23-2003, 06:36 PM
hi


when i add the line


extension = extension\php_printer.dll

into the php.ini file and run apache

im getting the following error....


Unknown(); Unable to load dynamic link library c:\extension\php_printer.dll - one of the librabry files needed to run this applicaiton cannot be found


please tell me if you got it working for you in win 98 and how !!!!


thanks

Mordecai
06-23-2003, 07:14 PM
It seems you have your extension dir set to c:\. This is making it open from c:\, rather than, for instance, c:\php\. Just change it in your php.ini, and all will be well.

madhavr
06-23-2003, 07:34 PM
hi mate


i fixed the problem

iti was that i missplet with extension rather than extensions


took me yonks before i realised!!

:rolleyes: