From: Simon J Mudd (no email)
Date: Mon Jul 01 2002 - 14:54:39 EDT
(Igor Vieira Debacker) writes:
> Hi,
>
> I`m having some problems durin the compiling process
>
> i installed db which was required to install postfix and it still give me the
> same error message:
>
> napoleon:/home/bad/postfix-1.1.11 # make
> make -f Makefile.in MAKELEVEL= Makefiles
> set -e; for i in src/util src/global src/dns src/master src/postfix
> src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd
> src/local src/lmtp src/trivial-rewrite src/qmgr src/smtp src/bounce src/pipe
> src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick
> src/postlock src/postlog src/postmap src/postqueue src/postsuper src/nqmgr
> src/qmqpd src/spawn src/flush src/virtual; do \
> (set -e; echo "[$i]"; cd $i; rm -f Makefile; \
> make -f Makefile.in Makefile MAKELEVEL=) || exit 1; \
> done;
> [src/util]
> (set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat Makefile.in)
> >Makefile
> No <db.h> include file found.
> Install the appropriate db*-devel package first.
> See the RELEASE_NOTES file for more information.
> make: *** [Makefile] Error 1
> make: *** [Makefiles] Error 1
> make: *** [Makefiles] Error 2
> napoleon:/home/bad/postfix-1.1.11 #
This means that you don't have the /usr/include/db.h file that Postfix
is looking for. If you install from Linux you may need the
development libraries as well, not just the binary package. If you
have db.h in another location you need to tell Postfix where to find
it.
Solving your precise problem depends on the specific distribution of
Linux you are using and exactly what you've installed and where it is located.
Simon
-- Simon J Mudd, Tel: +34-91-408 4878, Mobile: +34-605-085 219 Madrid, Spain. email: , Postfix RPM Packager - To unsubscribe, send mail to with content (not subject): unsubscribe postfix-users
|
|
|