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>

next in thread | raw e-mail | index | archive | help
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
=2E/configure --enabled-shared-pdflib --enable-cxx --enable-static
--enable-shared --with-tifflib=3D/usr/local/lib --with-tiffauxlib=3D-ljpeg
make=20
make test
make install

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

APACHE
setenv SSL_BASE /usr/custom/src/openssl-0.9.6
=2E/configure --prefix=3D/usr/local/apache \
                                --enable-module=3Dspeling \
                                --activate-module=3Dsrc/modules/php4/libphp=
4.a   \
                                --enable-module=3Dssl=20
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.

=3D=3D=3D
=3D Scott Culverhouse
=3D=3D=3D



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




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