Anon
08-06-2000, 09:15 PM
After searching and searching and searching I am yet to find a resolution to the problem with compiling PHP4 with PDFLib 3.
Just about every account I read where someone has attempted this is the same as what i'm experiencing.
/usr/local/lib/libpdf.so: undefined reference to `TIFFSetWarningHandler'
/usr/local/lib/libpdf.so: undefined reference to `TIFFGetFieldDefaulted'
/usr/local/lib/libpdf.so: undefined reference to `TIFFReverseBits'
/usr/local/lib/libpdf.so: undefined reference to `TIFFReadRGBAImage'
/usr/local/lib/libpdf.so: undefined reference to `TIFFSetErrorHandler'
/usr/local/lib/libpdf.so: undefined reference to `TIFFClose'
/usr/local/lib/libpdf.so: undefined reference to `TIFFOpen'
/usr/local/lib/libpdf.so: undefined reference to `TIFFReadRawStrip'
/usr/local/lib/libpdf.so: undefined reference to `TIFFNumberOfStrips'
/usr/local/lib/libpdf.so: undefined reference to `TIFFGetField'
What is causing this to happen? Why aren't there easy, WORKING instructions that can resolve this problem? I have tried the PDFLib patch, I have tried the CVS version of pdf.c, yet nothing fixes this problem.
Anyone who knows slightly more about what is actually going on please reply - I have tried everything that I have seen suggested so far with no luck.
Thanks in advance,
Matt
Just about every account I read where someone has attempted this is the same as what i'm experiencing.
/usr/local/lib/libpdf.so: undefined reference to `TIFFSetWarningHandler'
/usr/local/lib/libpdf.so: undefined reference to `TIFFGetFieldDefaulted'
/usr/local/lib/libpdf.so: undefined reference to `TIFFReverseBits'
/usr/local/lib/libpdf.so: undefined reference to `TIFFReadRGBAImage'
/usr/local/lib/libpdf.so: undefined reference to `TIFFSetErrorHandler'
/usr/local/lib/libpdf.so: undefined reference to `TIFFClose'
/usr/local/lib/libpdf.so: undefined reference to `TIFFOpen'
/usr/local/lib/libpdf.so: undefined reference to `TIFFReadRawStrip'
/usr/local/lib/libpdf.so: undefined reference to `TIFFNumberOfStrips'
/usr/local/lib/libpdf.so: undefined reference to `TIFFGetField'
What is causing this to happen? Why aren't there easy, WORKING instructions that can resolve this problem? I have tried the PDFLib patch, I have tried the CVS version of pdf.c, yet nothing fixes this problem.
Anyone who knows slightly more about what is actually going on please reply - I have tried everything that I have seen suggested so far with no luck.
Thanks in advance,
Matt