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:[EMAIL PROTECTED]
SCC Internetworking & Databases           http://www.scc.nl/
The FreeBSD project                mailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to