From owner-freebsd-ports@FreeBSD.ORG Sun Jul 20 08:54:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6727137B411 for ; Sun, 20 Jul 2003 08:54:08 -0700 (PDT) Received: from graf.pompo.net (lns-th2-2f-81-56-186-139.adsl.proxad.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEEE43F3F for ; Sun, 20 Jul 2003 08:54:07 -0700 (PDT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 664477513; Sun, 20 Jul 2003 17:48:55 +0200 (CEST) Date: Sun, 20 Jul 2003 17:48:55 +0200 From: Thierry Thomas To: Ryan O'Neill Message-ID: <20030720154855.GC29003@graf.pompo.net> Mail-Followup-To: Ryan O'Neill , Martin Jakob , freebsd-ports@freebsd.org References: <3211.1058549795@www66.gmx.net> <200307181159.17414.ryanlists@hostbaby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200307181159.17414.ryanlists@hostbaby.com> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 cc: Martin Jakob cc: freebsd-ports@freebsd.org Subject: Re: Error while trying to install php-PEAR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2003 15:54:09 -0000 Le Ven 18 jul 03 à 20:59:17 +0200, Ryan O'Neill écrivait : > On Friday 18 July 2003 10:36 am, Martin Jakob wrote: > > Shouldn't > > /usr/local/bin/php be installed by the mod_php port? > > Not anymore. > > cd /usr/ports/lang/php4-cli && make install clean Yes! > Mr. pear maintainer (cc:) should probably do something about this. I had a > somewhat similar problem where pear wouldn't install because one of the > default packages it installs (archive_tar i think) needs XML compiled in the > binary, but that'll be a little tougher to auto-detect on install. I don't think so: XML is not required by Archive_Tar, Console_Getopt or PEAR. Nevertheless, if we want to check if XML is installed, we could use `ldd libphp4.so | grep xml' or read phpinfo. BTW, the real maintainer of these pear-* ports is ports@FreeBSD.org, and it's possible to adopt them... Regards, -- Th. Thomas.