From owner-freebsd-questions@FreeBSD.ORG Sat Aug 9 02:52:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B46037B401 for ; Sat, 9 Aug 2003 02:52:03 -0700 (PDT) Received: from citicorp.hypnotech.no (citicorp.hypnotech.no [194.63.248.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01DB543FCB for ; Sat, 9 Aug 2003 02:52:02 -0700 (PDT) (envelope-from lasse@ulvund.org) Received: from 129.240.114.78 (bjs1-dhcp038.studby.uio.no [129.240.114.78]) (authenticated bits=0) by citicorp.hypnotech.no (8.12.9/8.12.9) with ESMTP id h799rjPa028322; Sat, 9 Aug 2003 11:53:46 +0200 Date: Sat, 9 Aug 2003 11:52:17 -0700 From: Lasse Ulvund X-Mailer: The Bat! (v1.62r) UNREG / CD5BF9353B3B7091 Organization: Private X-Priority: 3 (Normal) Message-ID: <1754171843.20030809115217@ulvund.org> To: r-militante@northwestern.edu In-Reply-To: <200308090319.h793JFwe013131@merle.it.northwestern.edu> References: <200308090319.h793JFwe013131@merle.it.northwestern.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.0 required=5.0 X-Spam-Report: -2.0 hits, 5.0 required; *-0.5 -- Has a valid-looking References header *-0.5 -- Has a In-Reply-To header *-0.5 -- BODY: Contains what looks like an email attribution *-0.5 -- Reply with quoted text X-Virus-Scanned: by moam (http://www.moam.net/) X-Moam-Version: 0.90 cc: freebsd-questions@freebsd.org Subject: Re: why is php4.3.3rc2 the latest version in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lasse Ulvund List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2003 09:52:03 -0000 Hello r-militante, Friday, August 8, 2003, 8:19:12 PM, you wrote: rmne> hi all rmne> i had to cvsup my ports tree make deinstall && make clean install rmne> /usr/ports/www/mod_php4 today so i could recompile php for gdlib rmne> support. this process updated my version of php from 4.3.1 to 4.3.3rc2. rmne> we use pdflib commands pretty frequently on our site, and pdflib5x rmne> (pdflib was also upgraded in this process) is not supported in rmne> php4.3.3rc2. pdflib version 4.0.1 is also broken in the latest ports tree. I had problems compiling and installing pdflib5 as well, this seems to be due to a conflict with diffrent versions of libtool installed. Apparently there is a dependency for a older version of libtool for pdflib, and a newer one if you do the mod_php4 install. However, starting out with a clean portstree, cvsup to latest releases. Doing compile and install of pdflib5 first, then mod_php4, it all seemed to go fine. I'm sure you can change the setup for libtool so that pdflib5 uses the correct version of libtool too. -- Best regards, Lasse mailto:lasse@ulvund.org