Solved [Solved] Fluxbox missing a library?

Installed FreeBSD 10.0 in a VM and I managed to get Xfce to work but upon trying to launch Fluxbox it complains:

Code:
Shared object "libfreetype.so.9" not found, required by "fluxbox"

I checked my lib directory and there is libfreetype.so.6 and a couple of other extensions but no .9.

Any ideas?
 
Re: Fluxbox missing a library?

Please have a look at /usr/ports/UPDATING entry 20140416:
Code:
20140416:
  AFFECTS: users of print/freetype2 textproc/libxml2 x11/pixman
           x11/libxcb and graphics/freeglut
  AUTHOR: x11@FreeBSD.org and gnome@FreeBSD.org

  The library version of the above libraries has been brought in line
  with what upstream expects. To do this all users of these ports need
  to be rebuilt. Portrevisions have been bumped as a consequence.

  # portmaster -r freetype2 -r libxml2 -r pixman -r freeglut -r libxcb
  or
  # portupgrade -rf freetype2 libxml2 pixman freeglut libxcb
 
Re: Fluxbox missing a library?

Library version numbers changed. See the second entry on 20140416 in /usr/ports/UPDATING.

If you have not already followed the instructions in that entry, do them.

If you have already done those, it means Fluxbox was left out, and possibly other ports. Install sysutils/bsdadminscripts and run pkg_libchk -qo, then rebuild that list of ports with portmaster(8).
 
Back
Top