Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2003 01:34:50 -1000 (HST)
From:      Vincent Poy <vince@oahu.WURLDLINK.NET>
To:        Jun <bigbossbicol@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: libc.so.4
Message-ID:  <20030707013400.Q3146-100000@oahu.WURLDLINK.NET>
In-Reply-To: <20030707113213.28267.qmail@web41114.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 7 Jul 2003, Jun wrote:

> 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

	You can try:

ln -sf /usr/lib/libc.so /usr/lib/lib.so.4

and then:

ldconfig -elf -R


Cheers,
Vince - vince@WURLDLINK.NET - Vice President             ________   __ ____
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation                                  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong                  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____]
Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030707013400.Q3146-100000>