Click to See Complete Forum and Search --> : help in instalation pdflib


rehan
07-21-2003, 07:54 AM
Friends
I have os win 2000 and i have downloded "PDFlib-5.0.1-Windows"
as instructed on "http://si.php.net:8888/manual/en/ref.pdf.php"
but havinf problems in installetion

I have added

extension=libpdf_php.dll
in php.ini but the program giving following alert message

"unable to load dynamic library './extensions/libpdf_php.dll' -The specified module could not be found."

I also change
extension_dir = ./extensions
INTO
extension_dir = ./extensions , php-4.1.0\libpdf_php.dll

But it stiil give error can any body help me

tsinka
07-21-2003, 08:13 AM
Hi,

modify that line so that it just contains the path to the extensions directory, e.g.:

extension_dir=c:\php\extensions

and copy libpdf_php.dll into the extensions directory.

Then try to restart the web server.

Thomas