Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2006 11:15:20 +1000
From:      Norberto Meijome <freebsd@meijome.net>
To:        Adi Pircalabu <apircalabu@bitdefender.com>
Cc:        freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org
Subject:   Re: Skype
Message-ID:  <20060519111520.537f899e@localhost>
In-Reply-To: <20060517181957.7ff28f20@apircalabu.dsd.ro>
References:  <446A680C.2060908@greenmeadow.ca> <20060517124624.533537e0@localhost> <446A9D70.5070405@greenmeadow.ca> <20060517140933.4def3cbb@localhost> <20060517103656.3f267326@it.buh.tecnik93.com> <20060517084742.GA957@tux.localdomain.local> <20060517120509.54d98132@apircalabu.dsd.ro> <20060517170422.1325790e@it.buh.tecnik93.com> <20060517181957.7ff28f20@apircalabu.dsd.ro>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 17 May 2006 18:19:57 +0300
Adi Pircalabu <apircalabu@bitdefender.com> 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
[....]

[betom@ayiin] [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

[betom@ayiin] [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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060519111520.537f899e>