2009/9/30 Globe Trotter <itsme_...@yahoo.com>:

>> 2) Can you show that the libfribidi.so.0 library is found
>> and
>> linked with /usr/lib/libabiword-2.6.so?
>> Run: ldd -r /usr/lib/libabiword-2.6.so|grep frib
>
> ldd -r /usr/lib/libabiword-2.6.so|grep frib
>        libfribidi.so.0 => /usr/local/lib/libfribidi.so.0 (0x00502000)
> undefined symbol: fribidi_get_type      (/usr/lib/libabiword-2.6.so)
>
> As root, things are fine and I get:
>
> ldd -r /usr/lib/libabiword-2.6.so|grep frib
>        libfribidi.so.0 => /usr/lib/libfribidi.so.0 (0x06d14000)
>
> Not as user, though. How do I track this?

Mmmmm.... that's interesting. As root it's resolving to a library in
/usr/lib but as the user it's resolving to a library in /usr/local/lib
(why do you have fribidi libraries in /usr/local/lib?)

What's the output of this command as root and as the user?
# echo $LD_LIBRARY_PATH


-- 
Sam

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to