On Tue, Sep 18, 2001 at 00:38:49 -0700, Luis R Finotti wrote:
> gmc: error while loading shared
> libraries: /usr/lib/libgnome.so.32: undefined symbol: __db185_open

On an up to date "unstable" system,
        find /lib /usr/lib -type f -name '*.so*' -exec \
                nm --dynamic --defined-only --print-file-name {} \; | 
                grep __db185_open 

show the __db185_open symbol to be defined in /usr/lib/libdb3.so.3.0.2,
which is part of the "libdb3" package (Berkeley v3 Database Libraries
[runtime]). Do you have the latest version of libdb3 (3.2.9-11) installed?

HTH,
Ray
-- 
LEADERSHIP  A form of self-preservation exhibited by people with auto-
destructive imaginations in order to ensure that when it comes to the crunch 
it'll be someone else's bones which go crack and not their own.       
    - The Hipcrime Vocab by Chad C. Mulligan    

Reply via email to