OK, I got it to go. first I installed glib-2.6.3, then ran it. I got
the same error. I then changed the line:
#include <glib.h>
to
#include "glib.h"
and then it failed on gmime.
So in the requirements section of the INSTALL file it should read:
What do you need?
- a working mysql (> 4.0.14) or postgresql installation
- a working smtp server (Postfix, Exim, QMail or Sendmail)
- the DBMail source (www.dbmail.org)
- GNU Make. On Linux systems, your standard 'make' program is GNU Make. On
*BSD systems, make sure you install and use 'gmake'.
- development files (libs, scripts and include files) for your database
server. These will probably be provided by separate packages.
- gmime 2.0 or higher
- glib 2.4.3 or higher
So if you have a stock gentoo system perform the following
emerge glib
emerge gmime
env-update
source /etc/profile
then run configure and make.
Curtis
Curtis
Paul J Stevens wrote:
Curtis Maurand wrote:
I get the same thing. Gentoo 2005.0. glibc-2.3.4.20041102 is what I
have installed.
glibc is not glib.
For 2.1 you need glib-2.4 or better (glib-2.2 may actually suffice), as
well as gmime-2.1.14 or better.