[issue45747] Detect dbm and gdbm dependencies in configure.ac

Ronald Oussoren report at bugs.python.org
Mon Nov 8 08:02:40 EST 2021


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

dbm_open is in libc on macOS. likely due to being in SUSv2.

The implementation in libc appears to be suboptimal (for example: issue33074), although I wouldn't teach configure.ac to ignore the system version of the library.

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45747>
_______________________________________


More information about the Python-bugs-list mailing list