Re: [Exim] Installation crashes when I try to compile

Inizio della pagina
Delete this message
Reply to this message
Autore: Richard Welty
Data:  
To: P Kirk
CC: exim-users
Oggetto: Re: [Exim] Installation crashes when I try to compile
On Fri, 24 Aug 2001 21:21:02 +0100, you wrote:
>And the compiling error is:
>
>In file included from exim.h:332,
>                 from exim_dbmbuild.c:30:
>dbfn.h:107: db.h: No such file or directory
>make[1]: *** [exim_dbmbuild] Error 1
>make[1]: Leaving directory `/usr/src/exim-3.33/build-Linux-i386'
>make: *** [go] Error 2


you're going to need to find out where db.h is installed on your
system, and then make sure that the library and include paths. i've
been through this with berkeley db 1.85 on some recent redhat systems,
because they put the files in db1 subdirectories.

richard