Hejsa
Det er min tanke at jeg skulle have installeret netsaint fra
www.netsaint.org på min server. Jeg vil installere skidtet fra en tar.gz
fil.
Jeg kører først ./configure --prefix=/usr/local/netsaint
dernæst skal følgende kommando udføres:
make all
Fejlene kan ses herunder.
Hvad er problemet. Jeg er ikke selv den store haj til programmering, så lidt
afhjælpning vil ikke være af vejen.
På forhånd tak
Brian
Det er også den som fejler med følgende:
[root@FTP-Server netsaint-0.0.7b8]# make all
cd ./base; make ; cd ..
make[1]: Entering directory `/download/netsaint-0.0.7b8/base'
gcc -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o checks.o checks.c
In file included from /usr/include/stdio.h:35,
from ../common/config.h:23,
from checks.c:26:
/usr/include/bits/types.h:97: parse error before `__FD_SETSIZE'
In file included from /usr/include/sys/types.h:209,
from /usr/include/stdlib.h:391,
from ../common/config.h:24,
from checks.c:26:
/usr/include/sys/select.h:65: `__FD_SETSIZE' undeclared here (not in a
function)
/usr/include/sys/select.h:65: size of array `__fds_bits' has non-integer
type
/usr/include/sys/select.h:71: invalid #-line
make[1]: *** [checks.o] Error 1
make[1]: Leaving directory `/download/netsaint-0.0.7b8/base'
cd ./cgi; make ; cd ..
make[1]: Entering directory `/download/netsaint-0.0.7b8/cgi'
gcc -g -O2 -DHAVE_CONFIG_H -DNSCGI -c -o getcgi.o getcgi.c
In file included from /usr/include/stdio.h:35,
from ../common/config.h:23,
from getcgi.c:11:
/usr/include/bits/types.h:97: parse error before `__FD_SETSIZE'
In file included from /usr/include/sys/types.h:209,
from /usr/include/stdlib.h:391,
from ../common/config.h:24,
from getcgi.c:11:
/usr/include/sys/select.h:65: `__FD_SETSIZE' undeclared here (not in a
function)
/usr/include/sys/select.h:65: size of array `__fds_bits' has non-integer
type
/usr/include/sys/select.h:71: invalid #-line
make[1]: *** [getcgi.o] Error 1
make[1]: Leaving directory `/download/netsaint-0.0.7b8/cgi'
cd ./html; make ; cd ..
make[1]: Entering directory `/download/netsaint-0.0.7b8/html'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/download/netsaint-0.0.7b8/html'