Okay hey thanks for the help Sorry did not mean to create extra email for you. Thanks Mike
-----Original Message----- From: Tren Blackburn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 9:39 AM To: [EMAIL PROTECTED] Subject: RE: Error running make? -----Original Message----- From: Mike Jimenez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 10:26 AM To: 'Tren Blackburn'; [EMAIL PROTECTED] Subject: RE: Error running make? I have installed sqwebmail on this machine once before? I can re-install the library I guess. Thanks Mike; Do you use RPM's on your redhat box or do you install from source? If you use rpm's, do this: [fox@zeus fox]$ rpm -qa | grep gdbm-devel it should respond with: gdbm-devel-1.8.0-2 (That's from my redhat 6.2 box I still have running) If it doesn't respond then type: [fox@zeus fox]$ locate gdbm.h and it should respond: /usr/include/gdbm/gdbm.h /usr/include/gdbm.h If none of this works, you don't have the library installed. Hope this helps, Tren. PS. you don't need to reply to all, just reply to the list. I'm already on the list and don't need two copies of the same message. T. -----Original Message----- From: Tren Blackburn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 9:31 AM To: [EMAIL PROTECTED] Subject: RE: Error running make? Are you sure you have gdbm installed? You might need to install the development library for it. Regards, Tren. -----Original Message----- From: Mike Jimenez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 9:44 AM To: Sqwebmail Subject: Error running make? When I run make I get the following error? This is a machine running red hat 6.2 and don't understand why it wont compile I have installed it before no errors. make Making all in numlib make[1]: Entering directory `/installers/sqwebmail-1.2.5/numlib' make[1]: Leaving directory `/installers/sqwebmail-1.2.5/numlib' Making all in gdbmobj make[1]: Entering directory `/installers/sqwebmail-1.2.5/gdbmobj' gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c gdbmobj.c In file included from gdbmobj.c:10: gdbmobj.h:11: gdbm.h: No such file or directory make[1]: *** [gdbmobj.o] Error 1 make[1]: Leaving directory `/installers/sqwebmail-1.2.5/gdbmobj' make: *** [all-recursive] Error 1 Thanks MIke
