Hi Thomas,
I'm using the PDFLib Version 3.0.1 which downloaded from www.pdflib.com.
I complied the PDFLib firstly by running:
./configure --enable-shared-pdflib
gmake
gmake install
Then I set the LD_RUN_PATH and LD_LIBRARY_PATH environment variables to /usr/local/lib. After than I compiled the PHP by running:
./configure --with-mysql --with-iodbc --with-pdflib --with-apache=../apache_1.3.12 --enable-track-vars
./make
./make install
Finally I compiled the Apache server by running:
./configure --prefix/usr/local/apache --activate-module=src/modules/php3/libphp3.a
make
Here, I failed to compile the Apache server. A lot of error message were generated. So how can I solve this problem? Thanks a lot.
Raymond Tso
Thomas Sinka wrote:
Hi,
can you tell me the version of your pdf lib ?
php3 has some problems with version 3.x.
It would be interesting to know the configure paremeters you used when compiling pdf,php and apache.
Greetings,
Thomas