Date: Wed, 06 Oct 1999 19:34:39 +0200 From: Marcel Moolenaar <marcel@scc.nl> To: jkruger@oskar.nanoteq.co.za Cc: freebsd-hackers@freebsd.org Subject: Re: Making a few links after 4.0-CURRENT installation ?? Message-ID: <37FB882F.CD83E608@scc.nl> References: <37FB74DC.ACABD6A6@oskar.nanoteq.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
Johan Kruger wrote: > After installation some of the applications can't get some of the > libraries, for example [ libc.so.3 ] > This is not a problem, just need to do a [ ln -s libc.so.4 libc.so.3 ] > and another one [ ln -s libncurses.so.2 libtermcap.so.2 ] under the > directory [ /usr/lib ]. You can't just make a link for libc. They are different. > The reason for this is probably the bumping of the version numbers with > the new commits. Yep. > Are somebody going to add some links in compat3X ( so that the links is > automatically created by installation ) or are all the packages going to > be recompiled to use the new version numbers ( including X ) The libraries should probably be added to compat3x, yes. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37FB882F.CD83E608>