Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 1996 13:45:10 -0400
From:      Garrett Wollman <wollman@lcs.mit.edu>
To:        Jerry Alexandratos <alexandr@louie.udel.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Help Compiling
Message-ID:  <9605061745.AA28569@halloran-eldar.lcs.mit.edu>
In-Reply-To: <9605061629.aa08059@stimpy.eecis.udel.edu>
References:  <9605061629.aa08059@stimpy.eecis.udel.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Mon, 06 May 1996 12:29:29 -0400, Jerry Alexandratos <alexandr@louie.udel.edu> said:

> I've tried editing /usr/share/mk/sys.mk to add the
> "-l/usr/lib/libc.so.2.2" line to LDFLAG section.  This isn't working.
> Obviously I'm doing something wrong.  Can anyone tell me where to add
> what to make ld use the 2.2 versions of the various libraries?

# mkdir /usr/lib/compat
# chflags noschg /usr/lib/libc.so.3.0
# mv /usr/lib/libc.so.3.0 /usr/lib/compat
# ldconfig -m /usr/lib/compat

The last two steps are only necessary if you have binaries which
require libc.so.3.0; otherwise, you could just remove it.

-GAWollman

--
Garrett A. Wollman   | Shashish is simple, it's discreet, it's brief. ... 
wollman@lcs.mit.edu  | Shashish is the bonding of hearts in spite of distance.
Opinions not those of| It is a bond more powerful than absence.  We like people
MIT, LCS, ANA, or NSA| who like Shashish.  - Claude McKenzie + Florent Vollant



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