Results 1 to 3 of 3
Hi,
Iam a newbie in Linux and need help in installing qmail. I have already built it with: make man && make setup check
when i reach the part for ...
- 05-23-2005 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 16
Qmail
Hi,
Iam a newbie in Linux and need help in installing qmail. I have already built it with: make man && make setup check
when i reach the part for 'make cert' it gives the error
' [root@Kryptonite qmail-1.03]# make cert
make: *** No rule to make target `cert'. Stop.'
please help..
qmail dummy
- 05-24-2005 #2
Obviously, there's no target 'cert' in your Makefile. If you're following instructions from a howto installing this, then you missed something. The Makefile is generated by the ./configure, so I'd assume that there's an option you have to specify for cert to be a make target. It's also possible that you need something like openssl installed.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 05-24-2005 #3Just Joined!
- Join Date
- Jan 2005
- Location
- UK
- Posts
- 77
Qmailrocks.org -- fantastic qmail tutorial!


Reply With Quote