Hello,
 
    I am trying to install qmail-1.03 on a redhat 6 box. 
 
I keep getting a make ERROR 1 command. 
 
I searched through the archives and found out I needed to install the binutils RPM.  I did this. 
 
when I type in make setup check I still get the following error below.
 
I also have both cc and gcc in /usr/bin
 
Please respond asap to help resolve this situation.
 
 
ERROR PRINTOUT
_________________________________________
make setup check
 
( cat warn-auto.sh; \
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
______________________________________________
END 0
 
 
 
Thanks,
 
Brock Eastman

Reply via email to