installetion of pdflin in php.ini

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
altamash
Forum Newbie
Posts: 8
Joined: Mon Jul 21, 2003 6:03 am

installetion of pdflin in php.ini

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Have you tried putting the libpdf_php.dll file within the extensions directory in your PHP install directory?

Mac
Post Reply