From owner-freebsd-questions@FreeBSD.ORG Fri Jun 10 17:34:53 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 68B5B16A45E for ; Fri, 10 Jun 2005 17:34:53 +0000 (GMT) (envelope-from james@veldt.com) Received: from sushi.quinn.com (dsl081-244-007.sfo1.dsl.speakeasy.net [64.81.244.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06CE043D1F for ; Fri, 10 Jun 2005 17:34:52 +0000 (GMT) (envelope-from james@veldt.com) Received: from autobot.veldt.com (adsl-68-127-51-209.dsl.pltn13.pacbell.net [68.127.51.209]) (authenticated bits=0) by sushi.quinn.com (8.13.1/8.13.1) with ESMTP id j5AHYp0S071539 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 10 Jun 2005 10:34:52 -0700 (PDT) (envelope-from james@veldt.com) Received: from [10.0.0.3] (soundwave.veldt.com [10.0.0.3]) (authenticated bits=0) by autobot.veldt.com (8.13.1/8.13.1) with ESMTP id j5AHYopd037101 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Fri, 10 Jun 2005 10:34:51 -0700 (PDT) (envelope-from james@veldt.com) Mime-Version: 1.0 (Apple Message framework v730) Content-Transfer-Encoding: 7bit Message-Id: <472A38AF-BE6B-4349-87FE-9CE41E2B998C@veldt.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: "james g." Date: Fri, 10 Jun 2005 10:34:38 -0700 X-Mailer: Apple Mail (2.730) Subject: php4-xml port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 17:34:53 -0000 Greetings, I'm having a bit of trouble getting the php4-xml port upgraded/ installed. Using the php4-extensions meta port, with xml support turned on, once it makes it to the php4-xml port install, it fails when looking for an expat item: -- cc -shared xml.lo -Wl,--rpath -Wl,/usr/local/lib/.libs -Wl,--rpath - Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/.libs/ libexpat.so -Wl,-soname -Wl,xml.so -o ./.libs/xml.so cc: /usr/local/lib/.libs/libexpat.so: No such file or directory *** Error code 1 Stop in /usr/ports/textproc/php4-xml/work/php-4.3.11/ext/xml. *** Error code 1 Stop in /usr/ports/textproc/php4-xml. *** Error code 1 Stop in /usr/ports/lang/php4-extensions. -- libexpat.so is in /usr/local/lib, but the .libs on that path looks bizarre. Any thoughts? Cheers, James