Re: [Exim] Problem building Exim4 (dbstuff.h?)

Góra strony
Delete this message
Reply to this message
Autor: Greg Ward
Data:  
Dla: exim-users
Temat: Re: [Exim] Problem building Exim4 (dbstuff.h?)
On 04 June 2002, Matt Goyer said:
> I'm doing a vanilla install of Exim 4.04 on Redhat 7.3 and when I try
> and make it I get the following error:
>
> gcc -c -O  exim_dbmbuild.c
> In file included from exim.h:324,
>                  from exim_dbmbuild.c:30:
> dbstuff.h:101:16: db.h: No such file or directory
> make[1]: *** [exim_dbmbuild] Error 1
> make[1]: Leaving directory `/root/exim-4.04/build-Linux-i386'
> make: *** [go] Error 2

>
> How do I get it to make?


Install the appropriate "-dev" package -- probably db-dev, or db2-dev,
or db3-dev, or something like that.

        Greg