Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Nov 2000 12:05:15 GMT
From:      Scott Culverhouse <bsd@dna-is.net>
To:        freebsd-questions@freebsd.org
Subject:   Pdflib and PHP4 on FreeBSD!
Message-ID:  <20001108105258.123F.BSD@dna-is.net>

index | next in thread | raw e-mail

I have been struggling for with pdflib-3.02 and php-4.0.3pl1 on a
FreeBSD box for days now and seem to be getting nowhere. Can someone
point me in the right direction. Heres what I have done to compile:-

PDFLIB
./configure --enabled-shared-pdflib --enable-cxx --enable-static
--enable-shared --with-tifflib=/usr/local/lib --with-tiffauxlib=-ljpeg
make 
make test
make install

PHP
./configure --with-mysql --with-apache=../apache_1.3.12/.
--with-pdflib=/usr/local/lib --with-tiff-dir=/usr/local/lib
--with-jpeg-dir=/usr/local/lib --enable-shared
make
make install

APACHE
setenv SSL_BASE /usr/custom/src/openssl-0.9.6
./configure --prefix=/usr/local/apache \
                                --enable-module=speling \
                                --activate-module=src/modules/php4/libphp4.a   \
                                --enable-module=ssl 
make
make install

Everything compiles and runs ok, but first call I make to pdf_open()
gives "Call to undefined function". I have /usr/local/lib in
/etc/ld.so.conf and I have also done ldconfig -m /usr/local/lib for good
measure. It is as if it can't find the library!

Any help or direction would be great!

Thanks in advance.

===
= Scott Culverhouse
===



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001108105258.123F.BSD>