linux compat: path problem? /compat/linux/bin/sh doesn't work!
Michael Ross
michael.ross at gmx.net
Mon Feb 11 18:42:43 UTC 2008
Am 11.02.2008, 19:26 Uhr, schrieb Reid Linnemann <lreid at cs.okstate.edu>:
> It is not finding the FreeBSD versions of libraries. There is no
> /usr/lib/librt.so.1 in FreeBSD, that is linux's real-time threading
> library. Try brandelf /usr/compat/linux/usr/lib/librt.so.1 to see if
> it's branded.
[michael at serafina ~]$ brandelf /usr/compat/linux/usr/lib/librt.so.1
brandelf: error opening file /usr/compat/linux/usr/lib/librt.so.1: No such
file or directory
[michael at serafina ~]$ brandelf /usr/compat/linux/lib/librt.so.1
File '/usr/compat/linux/lib/librt.so.1' is of brand 'SVR4' (0).
[michael at serafina ~]$ brandelf /usr/lib/librt.so.1
File '/usr/lib/librt.so.1' is of brand 'FreeBSD' (9).
Michael
More information about the freebsd-questions
mailing list