Message76949
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, |
|
Date |
User |
Action |
Args |
2008-12-05 00:11:59 | skip.montanaro | set | recipients:
+ skip.montanaro, tlesher, legerf, AndyP |
2008-12-05 00:11:59 | skip.montanaro | link | issue4483 messages |
2008-12-05 00:11:58 | skip.montanaro | create | |
|