I cannot get mail to compile on my system. K6 350Mhz 128megs ram 4gig HD
Installed make and patch.
Using instructions from the following url:
http://dcfonline.sfu.ca/ying/linux/qmail/chap1.html
Using SPIRO Linux 7.0
Any help would be greatly appreciated!!
Greg
I execute rpm -bb /usr/src/redhat/SPECS/qmail.spec
I get the following:
<<clip>>
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\' \
) > auto-ccld.sh
cat auto-ccld.sh make-load.sh > make-load
chmod 755 make-load
cat auto-ccld.sh find-systype.sh > find-systype
chmod 755 find-systype
/find-systype > systype
( cat warn-auto.sh; ./make-load "`cat systype`" ) > load
chmod 755 load
cat auto-ccld.sh make-compile.sh > make-compile
chmod 755 make-compile
( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \
compile
chmod 755 compile
( ( ./compile tryvfork.c && ./load tryvfork ) >/dev/null \
2>&1 \
&& cat fork.h2 || cat fork.h1 ) > fork.h
rm -f tryvfork.o tryvfork
/compile qmail-local.c
qmail-local.c:1: sys/types.h: No such file or directory
qmail-local.c:2: sys/stat.h: No such file or directory
make: *** [qmail-local.o] Error 1
Bad exit status from /var/tmp/rpm-tmp.53651 (%build
<<clip>>