From owner-freebsd-ports@FreeBSD.ORG Thu Mar 23 18:53:40 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 A547016A401 for ; Thu, 23 Mar 2006 18:53:40 +0000 (UTC) (envelope-from broohaha@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF3FD43D66 for ; Thu, 23 Mar 2006 18:53:39 +0000 (GMT) (envelope-from broohaha@gmail.com) Received: by zproxy.gmail.com with SMTP id o1so598830nzf for ; Thu, 23 Mar 2006 10:53:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=gg8nEx8BvszrKvMGRAjri97Irip1yYpInnOXu34KuMSlMUsvpMF9csAvkywMqHc8enOwwWmlu7SBn1K0hNZ6aSowNxITu5rZHvyfv1xKoSWrRc76ZjqA42lVBlIC/tOofWlcRvM8eKTCgM3aikrSQhuloseH/htvncASVe36bN8= Received: by 10.65.235.7 with SMTP id m7mr1865286qbr; Thu, 23 Mar 2006 10:53:37 -0800 (PST) Received: by 10.64.150.6 with HTTP; Thu, 23 Mar 2006 10:53:37 -0800 (PST) Message-ID: <55a8a9530603231053v774b8a25hb975f30bd6332d3a@mail.gmail.com> Date: Thu, 23 Mar 2006 12:53:37 -0600 From: Al To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Subversion 1.3.0 error with libexpat.so.5 missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 18:53:40 -0000 Hi, Am working with a server I had previously set up successfully with subversion, even testing out creating a repository and such. After being away from it for a month or so, I ran svn to check out code to this machine from a remote repository and got: /libexec/ld-elf.so.1: Shared object "libexpat.so.5" not found, required by = " libneon.so.25" Confused, I tried re-installing subversion, and I got only this far with th= e a `make reinstall`: subversion/svnversion/svnversion . /repos/svn/trunk > /usr/local/include/subversion-1/svn-revision.txt /libexec/ld-elf.so.1: Shared object "libexpat.so.5" not found, required by = " libneon.so.25" *** Error code 1 Stop in /usr/ports/devel/subversion/work/subversion-1.3.0. *** Error code 1 Stop in /usr/ports/devel/subversion. What could be wrong here, and from where can I obtain libexpat.so.5? -Al