If you aren't to annoyed by newbies, read on...
I have been trying to configure a server with redhat/apache1.3.22/php4.0.5/pdflib4.01
I am trying to install php and pdflib as loadable modules and configured apache like this:
./configure --enable-module=so --prefix=/home/admin/apache_1.3.22
It seems to work fine.
Then I built PHP using the following:
./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --enable-track-vars --with-system-regex=yes --with-pdflib=no --enable-thread-safety
Testing php with a <?phpinfo()?> works fine.
Next I untar pdflib-4.0.1-Linux.tar.gz and move the libpdf_php.so file from the bind/php/php 4.0.5 directory into my extension path. I also moved all the files from the bind/etc/php directory into my php/etc/pdf directory.
When I restart apache and try a simple php-pdf page, I get the following error:
Fatal error: Call to undefined function: pdf_new() in /home/httpd/html/pdftest.php on line 2
Please help! I hope I'm just making a stupid mistake, and I need this working asap!
Thanks in advance.
Noyes...