From:             [EMAIL PROTECTED]
Operating system: redhat linux 6.2
PHP version:      4.0.4pl1
PHP Bug Type:     Compile Failure
Bug description:  cannot compile php4 with pdflib

i am trying to compile php4 with pdflib support and am recieving the error 'pdflib 
extension requires pdflib 3.'

i have installed pdflib 3.0.3 with:
--enable-shared-pdflib \
--with-perl=no \
--with-tcl=no \
--with-zlib \
--with-pnglib

i added /usr/local to my /etc/ld.so.conf and have rerun ldconfig.

i configure php with:
--with-apxs=/usr/local/apache/bin/apxs \
--with-calendar=shared \
--enable-ftp \
--with-gd \
--with-imap=../imap-2001.BETA.SNAP-0103201637 \
--with-ldap \
--with-mm=../mm-1.1.3 \
--with-mysql=/usr/local/mysql \
--with-openssl \
--with-pdflib=/usr/local \
--with-pgsql=/usr/local/pgsql \
--with-snmp \
--enable-ucd-snmp-hack \
--with-system-regex \
--enable-debug=yes \
--enable-memory-limit=yes \
--enable-track-vars \
--enable-versioning \
--enable-xml \
--with-zlib

i have seen many posting on this but they all seem to say the same thing, compile 
pdflib as shared, add /usr/local to ld.so.conf, specify --with-pdf=/usr/local for php 
(which seems sorta redundant).

thanks for any help you can give.

Jim Balcomb
[EMAIL PROTECTED]


-- 
Edit Bug report at: http://bugs.php.net/?id=9918&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to