Discussion:
what packages to install to?
Andy
2004-01-08 06:08:33 UTC
Permalink
I am trying to run make on trustix2 but am getting the following error,
which extra packages do I need to install.

Thanks in advance





e 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 src/proxymap; 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



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.556 / Virus Database: 348 - Release Date: 26/12/2003




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.556 / Virus Database: 348 - Release Date: 26/12/2003
Gerald Dachs
2004-01-08 07:31:21 UTC
Permalink
Post by Andy
I am trying to run make on trustix2 but am getting the following error,
which extra packages do I need to install.
Thanks in advance
It would help very much if you would tell on which sources you are
running make.
Post by Andy
(set -e; echo "# DO NOT EDIT"; /bin/sh ../../makedefs && cat
Makefile.in)
Post by Andy
Makefile
No <db.h> include file found.
Install the appropriate db*-devel package first.
I would guess db4-devel, anyway you should read this first:
http://www.catb.org/~esr/faqs/smart-questions.html .

Gerald
--
Gerald Dachs ***@trustix.org
http://www.trustix.org/~gda/ TSL developer
Loading...