From owner-freebsd-questions Tue Jul 20 15:52:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osage.gate.net (osage.gate.net [198.206.134.25]) by hub.freebsd.org (Postfix) with ESMTP id 2F91515140 for ; Tue, 20 Jul 1999 15:52:30 -0700 (PDT) (envelope-from wjm@gate.net) Received: from navajo.gate.net (wjm@navajo.gate.net [199.227.0.15]) by osage.gate.net (8.8.6/8.6.12) with ESMTP id SAA150954; Tue, 20 Jul 1999 18:51:59 -0400 Received: from localhost (wjm@localhost) by navajo.gate.net (8.8.6/8.7.3) with ESMTP id SAA41636; Tue, 20 Jul 1999 18:53:38 -0400 X-Authentication-Warning: navajo.gate.net: wjm owned process doing -bs Date: Tue, 20 Jul 1999 18:53:38 -0400 (EDT) From: William Melanson To: Steven Patterson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ld.so In-Reply-To: <3794FC14.DD32FB9D@oecmed.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Jul 1999, Steven Patterson wrote: % % I received FreeBSD CDs at the recent Usenix Conference. For whatever % reason, I cannot find the ld.so file. I am trying to run netscape and % it gives me an error that it can't find the file. If you can tell me % where I can find it, I would appreciate it. % % Steve Patterson This will fix it. Go into the first installation cd: A typical FreeBSD distribution directory looks something like this: ABOUT.TXT bin dict manpages tools HARDWARE.TXT compat1x des doc packages INSTALL.TXT compat20 floppies ports README.TXT compat21 games proflibs RELNOTES.TXT compat22 info src LAYOUT.TXT XF86333 Within the compat22 directory run the install shell script which will install the necessary ld.so in /usr/libexec. This is what the problem is: 4. The compat1x, compat20, compat21 and compat22 directories contain distributions for compatibility with older releases and are distributed as single gzip'd tar files - they can be installed during release time or later by running their `install.sh' scripts. Those wishing to run older (2.2.x) a.out dynamically linked executables should always install the compat22 distribution. --------------------------------oOo------------------------------------ William J. Melanson CyberGate, Inc. | e.spire Communications Network Controller Deerfield Beach, FL 33441 Network Operations Center Phone: (954) 429-8080 --------------------------------oOo------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message