On Wed, 17 May 2006 18:19:57 +0300 Adi Pircalabu <[EMAIL PROTECTED]> wrote:
> > > > Although the build/install went fine, Skype wouldn't start due to > > > > missing libraries. So I copied them over from a Linux partition > > > > (happens to be Gentoo): libGL.so.1 libXmu.so.6 > > > > libXrandr.so.2 > > > > libXcursor.so.1 > > > > libXft.so.2 > > > > libSM.so.6 > > > > libICE.so.6 > > > > libXext.so.6 > > > > libX11.so.6 > > > > libXxf86vm.so.1 > > > > libXt.so.6 > > > > libXrender.so.1 > > > > libexpat.so.0 > > > > Interesting enough, while I have this files on my system, pkg_info -O > > on them doesn't return anything. Adi, could you please check on your > > system ? > > > > Same here, no result for pkg_info -O. Though, they are part of > linux-XFree86-libs man pkg_info - you are using the wrong params use pkg_info -W to determine the package owning a file: $ pkg_info -L linux-XFree86-libs* Information for linux-XFree86-libs-4.3.99.902_7: [...] /compat/linux/usr/X11R6/lib/libXext.so.6.4 /compat/linux/usr/X11R6/lib/libXfont.so.1 /compat/linux/usr/X11R6/lib/libXfont.so.1.5 /compat/linux/usr/X11R6/lib/libXfontcache.so.1.2 /compat/linux/usr/X11R6/lib/libXft.so.1 /compat/linux/usr/X11R6/lib/libXft.so.1.1 /compat/linux/usr/X11R6/lib/libXft.so.2 /compat/linux/usr/X11R6/lib/libXft.so.2.1.1 /compat/linux/usr/X11R6/lib/libXi.so.6 /compat/linux/usr/X11R6/lib/libXi.so.6.0 /compat/linux/usr/X11R6/lib/libXinerama.so.1.0 [....] [EMAIL PROTECTED] [Fri May 19 11:12:59 2006] ~ $ pkg_info -W /compat/linux/usr/X11R6/lib/libXft.so.2 /compat/linux/usr/X11R6/lib/libXft.so.2 was installed by package linux-XFree86-libs-4.3.99.902_7 [EMAIL PROTECTED] [Fri May 19 11:13:14 2006] ~ $ pkg_info -O /compat/linux/usr/X11R6/lib/libXft.so.2 The following installed package(s) has /compat/linux/usr/X11R6/lib/libXft.so.2 origin: man pkg_info ;) regards, Beto _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
