Hi everyone,
I have gnucash built against icu 3.6 . I have since then upgraded icu to 3.8,
but i can't upgrade gnucash until I can successfully build the newer sguile.
Anyway, until today, I had the following line in my libmap.conf

[/usr/local/bin/gnucash-bin]
libicui18n.so.36 libicui18n.so.38

and it was working fine. 

but now that doesn't work anymore:

$ gnucash
/libexec/ld-elf.so.1: Shared object "libicui18n.so.36" not found, required by 
"gnucash-bin"

Even though the mapping seems to work :

$ ldd `which gnucash-bin` | grep icui
        libicui18n.so.36 => /usr/local/lib/libicui18n.so (0x29496000)

I tried mapping to libicui18n.so.38 , libicui18n.so.38.1 , libicui18n.so with
same results - ldd reports OK, but gnucash wont launch.

Between the time it was working and now, I have upgraded kernel + world to keep
up with 7-STABLE , updated my linux-base as for skype 1.2, and performed the
gnome libs and gstreamer upgrades as per UPDATING :P

Any ideas of what could be the problem?

cheers,
B
_________________________
{Beto|Norberto|Numard} Meijome

Linux is for people who hate Windows, BSD is for people who love UNIX.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to