Attempt to get linux emulation going on AMD64 5.3-RC1

Manuel Stuehn freebsdnewbie at freenet.de
Sat Oct 23 07:59:22 PDT 2004


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


More information about the freebsd-amd64 mailing list