From owner-freebsd-questions@FreeBSD.ORG Fri Jun 10 18:11:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3802F16A41C for ; Fri, 10 Jun 2005 18:11:06 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from smtp.thilelli.net (smtp.thilelli.net [213.41.129.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8BF143D48 for ; Fri, 10 Jun 2005 18:11:05 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id F013B7302E; Fri, 10 Jun 2005 20:12:04 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 72447-06; Fri, 10 Jun 2005 20:11:59 +0200 (CEST) Received: from webmail.thilelli.net (localhost [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 2376C73019; Fri, 10 Jun 2005 20:11:59 +0200 (CEST) Received: from 192.168.1.20 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Fri, 10 Jun 2005 20:11:59 +0200 (CEST) Message-ID: <64743.192.168.1.20.1118427119.squirrel@webmail.thilelli.net> In-Reply-To: <42A9D488.60608@dot.state.ak.us> References: <472A38AF-BE6B-4349-87FE-9CE41E2B998C@veldt.com> <42A9D488.60608@dot.state.ak.us> Date: Fri, 10 Jun 2005 20:11:59 +0200 (CEST) From: "Julien Gabel" To: "Peter A. Giessel" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at thilelli.net Cc: freebsd-questions@freebsd.org, "james g." Subject: Re: php4-xml port. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jpeg@thilelli.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 18:11:06 -0000 >> cc: /usr/local/lib/.libs/libexpat.so: No such file or directory >> *** Error code 1 > > [snip] > >> libexpat.so is in /usr/local/lib, but the .libs on that path looks >> bizarre. Any thoughts? > ln -s /usr/local/lib /usr/local/lib/.libs > cd /usr/ports/lang/php4-extensions > make clean > make install Or see a not yet commited patch at: Problem Report ports/82020 http://www.freebsd.org/cgi/query-pr.cgi?q=82020 -- -jpeg.