From owner-freebsd-questions@FreeBSD.ORG Wed May 10 01:54:33 2006 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 22E2516A400 for ; Wed, 10 May 2006 01:54:33 +0000 (UTC) (envelope-from harman0@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD1B43D45 for ; Wed, 10 May 2006 01:54:32 +0000 (GMT) (envelope-from harman0@gmail.com) Received: by nz-out-0102.google.com with SMTP id l1so1606375nzf for ; Tue, 09 May 2006 18:54:31 -0700 (PDT) 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:content-transfer-encoding:content-disposition; b=T4Sz/W0MzUEBMa/Vzd2yKD0rmv3shqrLVk9lla/bg/leiDiPY9MDFQA3Jjcbj3VEvWwpRcelx6genjOJNFxAuti0a95mxl48/PWikrzOnBTFXnIFyZBfVit+ycH+6rXkOrLvub4qhg0UkgJpRF1hWUMP8sggVkZwdtCGz+2nzRg= Received: by 10.65.84.5 with SMTP id m5mr70288qbl; Tue, 09 May 2006 18:54:31 -0700 (PDT) Received: by 10.65.248.3 with HTTP; Tue, 9 May 2006 18:54:31 -0700 (PDT) Message-ID: Date: Tue, 9 May 2006 18:54:31 -0700 From: Harman To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: /libexec/ld-elf.so.1 errors with multiple libs 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: Wed, 10 May 2006 01:54:33 -0000 I was installing beep-media-player yesterday through the ports collection. I was doing alot of manual upgrading of ports to get it done, never was able to get the entire thing working, because of dependencies. I noticed my things weren't able to execute, with the error: Most things execute without lib errors, all the X apps get this error. I'm thinking the base of the issue might be expat /libexec/ld-elf.so.1: Shared object "libexpat.so.5" not found requred by "libfontconfig.so.1" among some others like /libexec/ld-elf.so.1: Shared object "libgobject-2.0.so.600" not found, required by "xchat" for xchat and freefontconfig /libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.600" not found, required by "gaim" for gaim and mplayer You get the drift. Not sure how to easily fix this. Thanks.