أثناء تنزيلى للأداه Saint لعمل pentration test على الشبكة الخاصة بالعمل عندى واجهتنى تلك المشكلة وها هى بالتفصيل
./configure
make
ls
bin config.cache configure include Makefile.in perllib reconfig saint.1
CHANGES config.log configure.in install-sh old README rules scripts
config config.status html Makefile perl READMEs saint src
bin config.cache configure include Makefile.in perllib reconfig saint.1
CHANGES config.log configure.in install-sh old README rules scripts
config config.status html Makefile perl READMEs saint src
./configure
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for main in -lPW... (cached) no
checking for main in -lX11_s... (cached) no
checking for main in -lXm_s... (cached) no
checking for main in -lXt_s... (cached) no
checking for main in -lc_s... (cached) no
checking for main in -lnsl... (cached) yes
checking for main in -lresolv... (cached) yes
checking for main in -lrpc... (cached) no
checking for rpc socket compatibility... no
checking for main in -lrpcsvc... (cached) yes
checking for main in -lsocket... (cached) no
checking for getpwnam in -lsun... (cached) no
checking for +DAportable... no
checking how to run the C preprocessor... (cached) gcc -E
checking for linux/limits.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for sys/tiuser.h... (cached) no
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... (cached) gid_t
checking if sys_errlist is declared... yes
checking if system netinet headers work... no
checking for glibc21... yes
checking for showmount... (cached) no
checking for rpcgen... (cached) /usr/bin/rpcgen
creating ./config.status
creating Makefile
Reconfiguring...
Checking to make sure all the targets are here...
Trying to find Perl... /usr/bin/perl5.10.1
Changing the source in PERL scripts...
Trying to find HTML/WWW browser...
Cannot find a web browser! SAINT cannot be run from GUI
Looking for UNIX commands...
Doing substitutions on the shell scripts...
Changing paths in config/paths.pl...
Changing paths in config/paths.sh...
[email protected]:/home/saleh/saint-3.0.1#
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for main in -lPW... (cached) no
checking for main in -lX11_s... (cached) no
checking for main in -lXm_s... (cached) no
checking for main in -lXt_s... (cached) no
checking for main in -lc_s... (cached) no
checking for main in -lnsl... (cached) yes
checking for main in -lresolv... (cached) yes
checking for main in -lrpc... (cached) no
checking for rpc socket compatibility... no
checking for main in -lrpcsvc... (cached) yes
checking for main in -lsocket... (cached) no
checking for getpwnam in -lsun... (cached) no
checking for +DAportable... no
checking how to run the C preprocessor... (cached) gcc -E
checking for linux/limits.h... (cached) yes
checking for ANSI C header files... (cached) yes
checking for sys/tiuser.h... (cached) no
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... (cached) gid_t
checking if sys_errlist is declared... yes
checking if system netinet headers work... no
checking for glibc21... yes
checking for showmount... (cached) no
checking for rpcgen... (cached) /usr/bin/rpcgen
creating ./config.status
creating Makefile
Reconfiguring...
Checking to make sure all the targets are here...
Trying to find Perl... /usr/bin/perl5.10.1
Changing the source in PERL scripts...
Trying to find HTML/WWW browser...
Cannot find a web browser! SAINT cannot be run from GUI
Looking for UNIX commands...
Doing substitutions on the shell scripts...
Changing paths in config/paths.pl...
Changing paths in config/paths.sh...
[email protected]:/home/saleh/saint-3.0.1#
make
make[1]: Entering directory `/home/saleh/saint-3.0.1'
cd src/misc; make "LIBS=-lnsl -lresolv -lrpcsvc" "XFLAGS=-g -O2 -I/home/saleh/saint-3.0.1/include -I/home/saleh/saint-3.0.1/include/glibc21 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 -D_BSD_SOURCE=1 " "RPCGEN=/usr/bin/rpcgen"
make[2]: Entering directory `/home/saleh/saint-3.0.1/src/misc'
gcc -O -I. -g -O2 -I/home/saleh/saint-3.0.1/include -I/home/saleh/saint-3.0.1/include/glibc21 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 -D_BSD_SOURCE=1 -c -o rex_xdr.o rex_xdr.c
rex_xdr.c: In function ‘xdr_rex_start’:
rex_xdr.c:42: warning: assignment from incompatible pointer type
rex_xdr.c:53: error: lvalue required as increment operand
rex_xdr.c:54: error: lvalue required as increment operand
rex_xdr.c:55: error: lvalue required as increment operand
rex_xdr.c:56: error: lvalue required as increment operand
rex_xdr.c:72: warning: assignment from incompatible pointer type
rex_xdr.c:83: error: lvalue required as increment operand
rex_xdr.c:84: error: lvalue required as increment operand
rex_xdr.c:85: error: lvalue required as increment operand
rex_xdr.c:86: error: lvalue required as increment operand
make[2]: *** [rex_xdr.o] Error 1
make[2]: Leaving directory `/home/saleh/saint-3.0.1/src/misc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/saleh/saint-3.0.1'
make: *** [generic] Error 2
cd src/misc; make "LIBS=-lnsl -lresolv -lrpcsvc" "XFLAGS=-g -O2 -I/home/saleh/saint-3.0.1/include -I/home/saleh/saint-3.0.1/include/glibc21 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 -D_BSD_SOURCE=1 " "RPCGEN=/usr/bin/rpcgen"
make[2]: Entering directory `/home/saleh/saint-3.0.1/src/misc'
gcc -O -I. -g -O2 -I/home/saleh/saint-3.0.1/include -I/home/saleh/saint-3.0.1/include/glibc21 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 -D_BSD_SOURCE=1 -c -o rex_xdr.o rex_xdr.c
rex_xdr.c: In function ‘xdr_rex_start’:
rex_xdr.c:42: warning: assignment from incompatible pointer type
rex_xdr.c:53: error: lvalue required as increment operand
rex_xdr.c:54: error: lvalue required as increment operand
rex_xdr.c:55: error: lvalue required as increment operand
rex_xdr.c:56: error: lvalue required as increment operand
rex_xdr.c:72: warning: assignment from incompatible pointer type
rex_xdr.c:83: error: lvalue required as increment operand
rex_xdr.c:84: error: lvalue required as increment operand
rex_xdr.c:85: error: lvalue required as increment operand
rex_xdr.c:86: error: lvalue required as increment operand
make[2]: *** [rex_xdr.o] Error 1
make[2]: Leaving directory `/home/saleh/saint-3.0.1/src/misc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/saleh/saint-3.0.1'
make: *** [generic] Error 2
وتلك هى مشكلتى فأرجوا أن أجد لها حل وشكرًا جزيلاً لكم والسلام عليكم ورحمة الله وبركاته
تعليق