linux-flashplugin-9 && firefox-3.0.7, 1 does not play in -CURRENT

Boris Samorodov bsam at ipt.ru
Sun Apr 19 17:28:52 UTC 2009


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 "@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
-- 
bsam


More information about the freebsd-current mailing list