From: Mike W. <mf...@ma...> - 2005-05-31 20:51:31
|
Hi, I can't get infomap to see my gdbm installation on my Mandrake Linux 10.1 box. Here's the configuration output: checking for dbm_open... no checking for dbm_close... no checking for dbm_fetch... no checking for dbm_store... no configure: WARNING: configure could not find all of the necessary DBM functions. (dbm_open, dbm_close, dbm_fetch, dbm_store). This probably means that configure could not find your DBM library, or that you do not have a DBM library installed. (See above output for the results of library checks.) Please install a DBM-compatible library (such as GNU DBM) or write to inf...@li... for advice. configure: error: One or more errors found (see output above for details). Configuration unsuccessful. I have the latest gdbm installed from the gnu site, and it doesn't seem to matter. One problem I've noticed is that the symbols inside the gdbm .so's are gdbm_open, gdbm_close, etc... Anyways, any help you could give me would be appreciated. |