From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 04:43:01 2003 Return-Path: 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 8BB0F37B401 for ; Mon, 7 Jul 2003 04:43:01 -0700 (PDT) Received: from obsecurity.dyndns.org (adsl-64-169-104-32.dsl.lsan03.pacbell.net [64.169.104.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC21E43FB1 for ; Mon, 7 Jul 2003 04:43:00 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 876ED66CFA; Mon, 7 Jul 2003 04:42:56 -0700 (PDT) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id B7963BB1; Mon, 7 Jul 2003 04:42:56 -0700 (PDT) Date: Mon, 7 Jul 2003 04:42:56 -0700 From: Kris Kennaway To: Vincent Poy Message-ID: <20030707114256.GA29432@rot13.obsecurity.org> References: <20030707113213.28267.qmail@web41114.mail.yahoo.com> <20030707013400.Q3146-100000@oahu.WURLDLINK.NET> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <20030707013400.Q3146-100000@oahu.WURLDLINK.NET> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org cc: Jun Subject: Re: libc.so.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 11:43:01 -0000 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 07, 2003 at 01:34:50AM -1000, Vincent Poy wrote: > On Mon, 7 Jul 2003, Jun wrote: >=20 > > Hello there. > > > > Greetings!!! > > > > I would like to ask if how can I fix the error I always receive from my= box FreeBSD 5.0-p7 when i run any executable program such as gmake, httpd,= etc.: > > > > gowee# gmake release > > /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found > > gowee# > > > > that's the error i always receive, i don't know if how can i fix it :( = ... i try to find if what particular library is the libc.so.4 but i got no. > > > > Thanks and More power. > > > > Jun >=20 > You can try: >=20 > ln -sf /usr/lib/libc.so /usr/lib/lib.so.4 >=20 > and then: >=20 > ldconfig -elf -R Grr..that's not a solution at all. libc.so.4 is provided by the compat4x distribution and packages. Either add COMPAT4X=3Dyes to /etc/make.conf and make world, install the compat4x distribution from sysinstall, or add the compat4x package. Kris --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE/CVzAWry0BWjoQKURAjcVAKCnNj182XNm4wtPRo2W1BxOXQPOwQCgzC14 M0DXnCIOibyDuHo8kvL3mnM= =WF/m -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh--