[issue1167] gdbm/ndbm 1.8.1+ needs libgdbm_compat.so

2008-02-24 Thread Eh Tan
Eh Tan added the comment: According to gdbm NEW, the dbm/ndbm compatibility routines was moved to libgdbm_compat in v1.8.1, which was released in late 2002. The patch works for gdbm-1.8.1+. But I am afraid that the patch will cause build error with gdbm-1.8.0 and earlier version. A more

[issue1706863] Failed to build Python 2.5.1 with sqlite3

2008-02-24 Thread Eh Tan
Eh Tan added the comment: The problem is at line 890, setup.py, r60970. sqlite_libfile = self.compiler.find_library_file( sqlite_dirs_to_check + lib_dirs, 'sqlite3') sqlite_libdir = [os.path.abspath(os.path.dirname(sqlite_libfile