Matthias Apitz <guru_at_unixarea.de> writes: > vm-naranja# cd /usr/compat/linux/lib > vm-naranja# pkg_info -W libreadline.so.5.2 > vm-naranja# ls -l libreadline.so.5.2 > -rwxr-xr-x 1 root wheel 212996 Apr 18 13:54 libreadline.so.5.2 If you look at any /var/db/pkg/linux*/+CONTENTS file, you'll see a line "_at_cwd /compat/linux" near the top of the file. That meens that all linux files are registered relative to LINUX_BASE, that is /compat/linux. So you should use that base when using pkg_info: ----- % pkg_info -W /compat/linux/lib/libreadline.so.5.2 /compat/linux/lib/libreadline.so.5.2 was installed by package linux_base-f9-9 % ----- HTH & WBR -- bsamReceived on Sun Apr 19 2009 - 15:28:52 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:46 UTC