[issue18024] dbm module fails to build on SLES11SP1 using 2.7.5 source

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 has now reached EOL, I'm going to go ahead and close the issue. Sorry this never got attention, but I'm glad you found a workaround! -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed

[issue18024] dbm module fails to build on SLES11SP1 using 2.7.5 source

2013-05-20 Thread Kristofer Wempa
Kristofer Wempa added the comment: Some more information: The libndbm.so is not a library but some sort of ld script. It has the following content: /* GNU ld script Use the shared library, but some functions are only in the static library, so try that secondarily. */ GROUP ( /usr/lib/l

[issue18024] dbm module fails to build on SLES11SP1 using 2.7.5 source

2013-05-20 Thread Kristofer Wempa
New submission from Kristofer Wempa: I recently built a new version of our Linux tools using Python 2.7.5 on our SLES11SP2 server. Afterwards, I noticed that the dbm module was not built successfully. The Python build did not fail and the failed module build summary at the end of the build d