From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 9 10:44:02 2005 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0237E16A424 for ; Thu, 9 Jun 2005 10:44:02 +0000 (GMT) (envelope-from tssajo@hotmail.com) Received: from hotmail.com (bay103-dav12.bay103.hotmail.com [65.54.174.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B2043DA6 for ; Thu, 9 Jun 2005 10:43:58 +0000 (GMT) (envelope-from tssajo@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 9 Jun 2005 03:43:58 -0700 Message-ID: Received: from 65.54.174.203 by BAY103-DAV12.phx.gbl with DAV; Thu, 09 Jun 2005 10:43:56 +0000 X-Originating-IP: [65.54.174.203] X-Originating-Email: [tssajo@hotmail.com] X-Sender: tssajo@hotmail.com From: "Zoltan Frombach" To: Date: Thu, 9 Jun 2005 03:43:46 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-OriginalArrivalTime: 09 Jun 2005 10:43:58.0057 (UTC) FILETIME=[23E45D90:01C56CE0] Subject: bug in php4-xml X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 10:44:02 -0000 Beginning May, 2005 (around 19th or after) the php4 modul php4-xml no longer compiles. Unless I create a symlink like this: mkdir /usr/local/lib/.lib ln -s /usr/local/lib/libexpat.so /usr/local/lib/.lib/libexpat.so After this, it compiles just fine. But it worked before!! Why is it looking for this library in mkdir /usr/local/lib/.lib ??? I didn't even have this directory on my server. BTW, my system is: FreeBSD 5.4-RELEASE-p1 and I use Apache/2.0.54 (FreeBSD) with PHP/4.3.11 (all compiled from ports). Zoltan PS: Please cc your reply's to tssajo at hotmail.com as I do not subscribe to this list. Thanks!!