Date: Sun, 19 Apr 2009 21:28:33 +0400 From: Boris Samorodov <bsam@ipt.ru> To: Matthias Apitz <guru@unixarea.de> Cc: freebsd-current@freebsd.org Subject: Re: linux-flashplugin-9 && firefox-3.0.7, 1 does not play in -CURRENT Message-ID: <25004542@ipt.ru> In-Reply-To: <20090419143537.GA19064@rebelion.Sisis.de> (Matthias Apitz's message of "Sun\, 19 Apr 2009 16\:35\:37 %2B0200") References: <49EAF042.6030209@wanadoo.fr> <20090419111105.GA11449@rebelion.Sisis.de> <49EB0FED.4060408@wanadoo.fr> <20090419143537.GA19064@rebelion.Sisis.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Matthias Apitz <guru@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25004542>