Hi All,
Im having some serious trouble installing a package with pear.
Im running php 4.4.0 on windows xp.
I am attempting to install the package 'pdflib-2.0.4.tgz'
I have the .tgz in my php directory. So I issue the following command:
pear install pdflib-2.0.4.tgz
the machiene responds with:
7 source files, building
The DSP pdflib.dsp does not exist.
I know that inorder to build this extension pear needs to compile against a library called 'pdflib_lib'. I have this library. I notice that the file 'pdflib.dsp' exists in the pdflib_lib directory. I think my problem may be that pear doesnt know where to find the library it needs to build this extension. How can I tell it where the library is? OR where should I put the library so that pear will see it?
Im new to php and c programming. Any suggestions, thoughts or advice would be greatly welcome!
Many Thanks
Jeremy