Page 1 of 1

installetion of pdflin in php.ini

Posted: Mon Jul 21, 2003 6:03 am
by altamash
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

Posted: Mon Jul 21, 2003 6:12 am
by twigletmac
Have you tried putting the libpdf_php.dll file within the extensions directory in your PHP install directory?

Mac