1 2 3 4
# Some versions of SCO contain a broken -ldbm library that is missing # dbmclose. Some of those might have a fixed library installed as # -ldbm.nfs. $att{LIBS} = ['-ldbm.nfs', '-ldbm'];