Subject: Re: Missing symlink in emulators/suse_devel
To: Martin Husemann <martin@rumolt.teuto.de>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: current-users
Date: 04/19/2000 18:34:26
On Wed, 19 Apr 2000, Martin Husemann wrote:
> All were caused by libstdc++ not being found in /emul/linux, so c++ used
> our native version.
> 
> That's bad, but adding a symlink in /emul/linux/usr/lib fixed it.

Maybe the installation script should run something like:

	cd /emul/linux; chroot . sbin/ldconfig

That's always created the proper links for me (I've got a copy of
Slackware -current in /emul/linux).

Jared