This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients AndyP, legerf, skip.montanaro, tlesher
Date 2008-12-05.00:11:58
SpamBayes Score 0.0001592729
Marked as misclassified No
Message-id <18744.29131.428234.581387@montanaro-dyndns-org.local>
In-reply-to <1228430359.74.0.0409554496752.issue4483@psf.upfronthosting.co.za>
Content
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,
History
Date User Action Args
2008-12-05 00:11:59skip.montanarosetrecipients: + skip.montanaro, tlesher, legerf, AndyP
2008-12-05 00:11:59skip.montanarolinkissue4483 messages
2008-12-05 00:11:58skip.montanarocreate