[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

db question and portability.h patch



Hiya. I'm trying to compile zmailer-2.99.48p2 on a Solaris 2.6 host
running gcc-2.7.2.2 and db-1.8.5. My db.h file lives in
/usr/local/include, but configure doesn't find it when searching for
database packages. I've edited config.h by hand and tried to compile, but
to no avail. Any suggestions?

Oh, I had trouble with libresolv/portability.h (using
--with-bundled-libresolv option to configure). Turns out I needed to
comment out the following section:

/*
#if defined(SVR4) && defined(sun)
extern int gethostname __P((char *, size_t));
#endif
*/

- donald