On Wed, Nov 26, 2003 at 02:43:59AM -0500, Jeff Gordon wrote:
> I'm trying to do a fresh install of SqWebMail 3.6.1 downloaded 24 hours ago, 
> on a RH 9 system with gcc-3.2.2-5 and gdbm-1.8.0-20 -- and am getting 
> several screens of these:
> 
> gdbmobj.c:98: `GDBM_INSERT' undeclared (first use in this function)
> gdbmobj.c:98: `GDBM_REPLACE' undeclared (first use in this function)
> gdbmobj.c: In function `gdbmobj_exists':
> gdbmobj.c:103: `datum' undeclared (first use in this function)
> gdbmobj.c:103: parse error before "dkey"

Looks like you need package 'gdbm-devel' installed. RH packages are
generally split into two: one containing the libraries, and one containing
the header files needed to compile applications which use the libraries. The
latter are the -devel packages.

Reply via email to