Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2004 16:57:34 +0200
From:      Manuel Stuehn <freebsdnewbie@freenet.de>
To:        Lars Tunkrans <lars.tunkrans@bredband.net>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: Attempt to get linux emulation going on AMD64 5.3-RC1
Message-ID:  <417A715E.1020500@freenet.de>
In-Reply-To: <417A462D.5060109@bredband.net>
References:  <20041022031145.23130.qmail@web61110.mail.yahoo.com> <20041022093439.GA15304@cat.robbins.dropbear.id.au> <417A462D.5060109@bredband.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Lars Tunkrans wrote:
> acroread: error while loading shared libraries: libXt.so.6 cannot open 
> shared objectfile : No such file or directory.
> 
> That is not true since /usr/compat/linux/usr/X11R6/lib/libXt.so.6  does 
> exist.
> Therefore I assume something is not right with the library searchpath.
> Where or How do I edit the library searchpath for the linux emulator ?


# cd /usr/compat/linux
# echo '/usr/X11R6/lib' > etc/ld.so.conf
# brandelf -t Linux sbin/ldconfig
# sbin/ldconfig

should help...

Regards
Manuel



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