2004-08-20 13:40:13 UTC
Sorry about the lame question, but I am new to linux, and I am having a problem installing the qmail-monitor. The following is the output I get when attempting to compile.
trinity:/downloads/qmailrocks/qmail-monitor-0.99 # make install
cc -g -O -pipe -pedantic -I/usr/src/qmail/qmail-1.03 -c -o list.o list.c
cc -g -O -pipe -pedantic -I/usr/src/qmail/qmail-1.03 -c -o aalloc.o aalloc.c
cc -g -O -pipe -pedantic -I/usr/src/qmail/qmail-1.03 -c -o error.o error.c
yacc -d control.y
cc -g -O -pipe -pedantic -I/usr/src/qmail/qmail-1.03 -c -o y.tab.o y.tab.c
flex -Cfa -7 control.l
cc -g -O -pipe -pedantic -I/usr/src/qmail/qmail-1.03 -c -o lex.yy.o lex.yy.c
control.l: In function `yylex':
control.l:100: warning: passing arg 3 of `aalloc' from incompatible pointer type
cc -g -O -pipe -pedantic -I/usr/src/qmail/qmail-1.03 -c -o monitor.o monitor.c
ar crs monitor.a list.o aalloc.o error.o y.tab.o lex.yy.o monitor.o
patch -ud /usr/src/qmail/qmail-1.03 < qmail.patch
patching file Makefile
Hunk #1 FAILED at 1536.
Hunk #2 FAILED at 1553.
2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej
patching file qmail-smtpd.c
Hunk #1 FAILED at 23.
Hunk #2 succeeded at 236 with fuzz 2 (offset 186 lines).
Hunk #3 FAILED at 293.
Hunk #4 FAILED at 321.
Hunk #5 FAILED at 434.
Hunk #6 FAILED at 588.
5 out of 6 hunks FAILED -- saving rejects to file qmail-smtpd.c.rej
make: *** [patch] Error 1
trinity:/downloads/qmailrocks/qmail-monitor-0.99 #
I am running Dual 3.06 Xeons on an Asus motherboard. Suse 9.1 is my OS. Qmail is installed and working great. Any help would be greatly appreciated.
Thanks!