FreeBSD Port: finance/gnucash

Kevin Oberman kob6558 at gmail.com
Sat Sep 8 05:09:10 UTC 2012


On Fri, Sep 7, 2012 at 7:18 PM, Understudy <understudy at understudy.net> wrote:
> Hi,
>
> Just updated my ports tree. In my effort to start gnucash I received this
> message:
>
>
> [bhorne at Shibari:~, 10:12 PM, Fri Sep 07]>gnucash &
> [1] 20689
> Shared object "libogg.so.7" not found, required by "libgnomeui-2.so.0"
>
> [bhorne at Shibari:~, 10:14 PM, Fri Sep 07]>uname -a
> FreeBSD Shibari.brendhanhorne.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0:
> Tue Jun 12 01:47:53 UTC 2012
> root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>
> [bhorne at Shibari:~, 10:15 PM, Fri Sep 07]>pkg_info |grep gnucash
> gnucash-2.4.11_1    Quicken-like money and finance manager

libogg was updated about a month ago and the current shareable is
libogg.so.8. Sounds like you need to rebuild gnucash and any other
ports that are still linked to the old shareable.

You can check on what needs to be re-built bu installing
sysutils/bsdadminscripts and running the command:
pkg_libchk -o | cut -d: -f1 | sort | uniq
If you have a lot of packages/ports installed, it may take 4 or 5
minutes to run.

The update of libogg and the need to rebuild ports that depend on it
was covered in /usr/ports/UPDATING as issue 20120721. You really
should check this file before updating any port, but always look at it
when something goes wonky after an update.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6558 at gmail.com


More information about the freebsd-gnome mailing list