Hi!
I'm on a SuSE 6.3 linux system,
I have compiled and installed vpopmail, only I forgot to turn on hard quotas, so I'm 
trying to re-compile and now it won't work.
I get this error from the make:

root@sigma:/usr/src/vpopmail-4.9 > make
make  all-recursive
make[1]: Entering directory `/usr/src/vpopmail-4.9'
Making all in cdb
make[2]: Entering directory `/usr/src/vpopmail-4.9/cdb'
( cat warn-auto.sh; \
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\'; \
cat find-systype.sh; \
) | sh > systype
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo 'rm -f "$main"'; \
echo 'ar cr "$main" ${1+"$@"}'; \
case "`cat systype`" in \
sunos-5.*) ;; \
unix_sv*) ;; \
irix64-*) ;; \
irix-*) ;; \
dgux-*) ;; \
hp-ux-*) ;; \
sco*) ;; \
*) echo 'ranlib "$main"' ;; \
esac \
) > makelib
chmod 755 makelib
( ( ./compile tryulong32.c && ./load tryulong32 && \
../tryulong32 ) >/dev/null 2>&1 \
&& cat uint32.h2 || cat uint32.h1 ) > uint32.h
rm -f tryulong32.o tryulong32
../compile cdb_hash.c
../compile cdb_unpack.c
../compile cdb_seek.c
In file included from /usr/include/errno.h:36,
                 from cdb_seek.c:2:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make[2]: *** [cdb_seek.o] Error 1
make[2]: Leaving directory `/usr/src/vpopmail-4.9/cdb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/vpopmail-4.9'
make: *** [all-recursive-am] Error 2

What's wrong? I've deleted and re-expanded the source files.

Stephen

______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup

Reply via email to