Mike Jimenez writes: 

> 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

You need to install the GDBM development libraries, usually it's the 
gdbm-devel package. 

-- 
Sam 

Reply via email to