Skip Montanaro <[EMAIL PROTECTED]> added the comment:
Andrew> I'm running the same distro as Leger and I was having the same
Andrew> problem. Now I've applied dbm.diff and with a clean build I'm
Andrew> seeing this:
...
Andrew> *** WARNING: renaming "_dbm" since importing it failed:
Andrew> build/lib.linux-i686-3.0/_dbm.so: undefined symbol: dbm_firstkey
It looks like we might need to be linking with -lgdbm_compat as well as
-lgdbm.
Can you attach the output of these commands
objdump -T /usr/lib/libgdbm.so.N
objdump -T /usr/lib/libgdbm_compat.so.N
to this issue (where N is the highest version available)?
Thanks,
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4483>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com