Date: Mon, 11 Feb 2008 18:20:14 +0100 (CET) From: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> To: Steve Franks <stevefranks@ieee.org> Cc: User Questions <freebsd-questions@freebsd.org> Subject: Re: linux compat: path problem? /compat/linux/bin/sh doesn't work! Message-ID: <20080211181636.L4825@wojtek.tensor.gdynia.pl> In-Reply-To: <539c60b90802110851x295fa8c1xd7bd7afefc094a4f@mail.gmail.com> References: <539c60b90802110851x295fa8c1xd7bd7afefc094a4f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> sh-3.00$ ls > ls: error while loading shared libraries: /usr/lib/librt.so.1: ELF > file OS ABI invalid > sh-3.00$ > > So............................that don't seem right. How do I get > /compat/linux/bin/sh to work right? New .shrc file? Something I > missed? > [wojtek@wojtek ~]$ /compat/linux/bin/sh sh-3.00$ ls b compat dvd etc libexec mnt mnt4 proc sbin usr bin COPYRIGHT dvd2 home lost+found mnt2 NOBACKUP razor-agent.log sys var boot dev entropy lib media mnt3 pen root tmp zip sh-3.00$ /compat/linux/bin/ls b compat dvd etc libexec mnt mnt4 proc sbin usr bin COPYRIGHT dvd2 home lost+found mnt2 NOBACKUP razor-agent.log sys var boot dev entropy lib media mnt3 pen root tmp zip looks ok on my system. sh works on yours - as you were able to put a command. > sh-3.00$ ls > ls: error while loading shared libraries: /usr/lib/librt.so.1: ELF > file OS ABI invalid means that your /compat/linux/lib/librt.so.1 is missing or ldconfig on linux subdirs not done. did you have linux_enable="YES" in your rc.conf if not set it and rerun /etc/rc.d/abi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080211181636.L4825>