View Single Post
  #8   (View Single Post)  
Old 3rd February 2009
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

You can locate the Linux glib package with:
% pkg_info | grep glib

You will also need to use -f for pkg_delete, since some packages depend on linux-glib:
# pkg_delete -f linux-glib2-2.6.6

Then install the new linux_base (Which includes glib).
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote