From owner-freebsd-questions Sat Sep 4 14:10: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from deepblue.big-blue.net (deepblue.big-blue.net [208.237.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 3223A150E1 for ; Sat, 4 Sep 1999 14:09:51 -0700 (PDT) (envelope-from alex@big-blue.net) Received: from big-blue.net (localhost.big-blue.net [127.0.0.1]) by deepblue.big-blue.net (8.9.3/8.9.3) with ESMTP id RAA00353; Sat, 4 Sep 1999 17:08:53 -0400 (EDT) (envelope-from alex@big-blue.net) Message-ID: <37D18A65.A092B29F@big-blue.net> Date: Sat, 04 Sep 1999 17:08:53 -0400 From: Alex V P X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: dan@vadesigns.com Cc: questions@FreeBSD.ORG Subject: Re: PHP question References: <99090415485500.08285@elwood.my.domain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel Fisher wrote: > I'm using FreeBSD 3.2 and i installed the port for apache with php mod. > I also installed the ports for gd and pdflib libraries.... > What is the best way to get PHP to use those libraries? > I've tried re-compiling PHP...but it appears that FBSD puts apache files in > some places that PHP can't find...and it looks like i'll have to create > symbolic links for them and point PHP to those if i want that to work. > > Is there an easier way? > I was under the impression that i could just install the ports and > libraries.....and php would be able to create gifs and pdfs on the fly... > > thanks, > -- > Daniel Fisher > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message I solved the problem with donwloading apache source code ( www.apache.org) and source code for php ( www.php.net). After recompiling it works great. If you need more info let me know. alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message