Checking for -lgdbm… no
Checking for -lgdbm_compat… no
Checking for -lndbm… no
Checking for -ldb… no
Unable to figure out what library to ling to get db support
Makefile:24: recipe for target `config' failed
make: *** [config] Error 1
— configure.old 2013-09-03 01:32:13.456187500 -0400
+++ configure 2013-09-03 01:24:57.511851500 -0400
@@ -2214,7 +2214,7 @@ if test -z "$db_header_to_use"; then
echo " Unable to figure out what header to include to get db support" 1>&6
exit 1
else
- echo " Using… <$ac_hdr>" 1>&6
+ echo " Using… <$db_header_to_use>" 1>&6
cat >> confdefs.h <<EOF
#define DBM_H_FILE <$db_header_to_use>
EOF
@@ -2272,7 +2272,7 @@ for ac_lib in gdbm gdbm_compat ndbm db;
#include <$db_header_to_use>
int main() { return 0; }
int t() {
-dbm_open(NULL, NULL, NULL)
+dbm_open(0, 0, 0)
; return 0; }
EOF
if eval $ac_link; then
So As I make clear in every post I make, I am a newbie to all this. However Up till now I have been using an account a friend made for me in order to practice basic building in Genesis. However I finally have my own domain with SSH so I am trying to install my own to work with. I downloaded Genesis-1.1.12-stable from this site and after a bit of work got it on my server and rand the 'make install' after a few seconds of file processing it suddenly halts with the following error….
Unable to figure out what library to ling to get db support make: *** [config] Error 1
Every link in the readme files included leads to dead sites so there seems to be nowhere else I can turn to for assistance.
Any help is appreciated. Thanks