From owner-freebsd-questions Wed Nov 8 4: 5:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from puma.dna-is.com (puma.DNA-IS.com [195.188.49.7]) by hub.freebsd.org (Postfix) with ESMTP id A89FA37B4CF for ; Wed, 8 Nov 2000 04:05:27 -0800 (PST) Received: from neptune (neptune.skynet.co.uk [212.46.145.22]) by puma.dna-is.com (1.0/2.0) with ESMTP id eA8C9xJ33599 for ; Wed, 8 Nov 2000 12:09:59 GMT Date: Wed, 08 Nov 2000 12:05:15 GMT From: Scott Culverhouse To: freebsd-questions@freebsd.org Subject: Pdflib and PHP4 on FreeBSD! Message-Id: <20001108105258.123F.BSD@dna-is.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.00 (beta 33rc) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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