From owner-freebsd-ports@FreeBSD.ORG Wed May 26 14:03:00 2004 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 B776016A4CE for ; Wed, 26 May 2004 14:03:00 -0700 (PDT) Received: from mail.freeode.co.uk (freeode.co.uk [213.162.123.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0961343D39 for ; Wed, 26 May 2004 14:03:00 -0700 (PDT) (envelope-from sub00@freeode.co.uk) Received: from lexx (lexx.freeode.co.uk [10.253.253.2]) by mail.freeode.co.uk (8.12.10/8.12.10) with ESMTP id i4QL2AYC035875 for ; Wed, 26 May 2004 22:02:11 +0100 (BST) (envelope-from sub00@freeode.co.uk) From: John Murphy To: freebsd-ports@freebsd.org Date: Wed, 26 May 2004 22:02:10 +0100 Message-ID: References: <200405262012.05462.michaelnottebrock@gmx.net> In-Reply-To: <200405262012.05462.michaelnottebrock@gmx.net> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: xfce4 port expat/p5-XML-Parser problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sub00@freeode.co.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 21:03:00 -0000 Michael Nottebrock wrote: >On Wednesday 26 May 2004 19:02, John Murphy wrote: > >> /usr/ports/UPDATING seemed to suggest portupgrade -rf textproc/expat2 >> so I did that and got a libexpat.so.5 in /usr/local/lib which didn't = help >> >> ln -s libexpat.so.5 libexpat.so.4 in /usr/local/lib got it going again > >Don't do this. You rather need to get all references to libexpat.so.4 = out of=20 >your system. Remove the symlink, rebuild/reinstall fontconfig and build=20 >p5-XML-Parser from source. In general, you really can't use the 5.2.1-R=20 >packages from the FTP servers anymore once you've installed up-to-date = ports,=20 >the packages are simply too old and will have all sorts of stale = references. Thanks again Michael. It worked and the install completed. Seems there = are still references to libexpat.so.4 though as I cant run an xfterm and when= I close the session there is a libexec/ld-elf.so.1:Shared object = "libexpat.so.4" not found error for every time I tried to. Would a make deinstall and make reinstall in /usr/ports/x11-wm/xfce4 fix = it? Thanks for the tip about packages. I was going to pkg_add mozilla next but I'll build it from source = instead. John.