google-code-export / lusca-cache

Automatically exported from code.google.com/p/lusca-cache
0 stars 0 forks source link

make in centos 5.8 #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
comm_ips_tproxy4.c: In function âcomm_ips_restoreCapabilitiesâ:
comm_ips_tproxy4.c:95: error: âcap_user_header_tâ undeclared (first use in 
this function)
comm_ips_tproxy4.c:95: error: (Each undeclared identifier is reported only 
once
comm_ips_tproxy4.c:95: error: for each function it appears in.)
comm_ips_tproxy4.c:95: error: expected â;â before âheadâ
comm_ips_tproxy4.c:96: error: âcap_user_data_tâ undeclared (first use in 
this function)
comm_ips_tproxy4.c:96: error: expected â;â before âcapâ
comm_ips_tproxy4.c:98: error: âheadâ undeclared (first use in this 
function)
comm_ips_tproxy4.c:98: error: â_LINUX_CAPABILITY_VERSIONâ undeclared (first 
use in this function)
comm_ips_tproxy4.c:99: warning: implicit declaration of function âcapgetâ
comm_ips_tproxy4.c:99: error: âcapâ undeclared (first use in this function)
comm_ips_tproxy4.c:110: error: âCAP_NET_BIND_SERVICEâ undeclared (first use 
in this function)
comm_ips_tproxy4.c:112: error: âCAP_NET_ADMINâ undeclared (first use in 
this function)
comm_ips_tproxy4.c:112: error: âCAP_NET_BROADCASTâ undeclared (first use in 
this function)
comm_ips_tproxy4.c:115: warning: implicit declaration of function âcapsetâ
make[1]: *** [comm_ips_tproxy4.o] Error 1
make[1]: se sale del directorio `/home/soporte/utilidades/LUSCA_HEAD-
r14428/libiapp'
make: *** [all-recursive] Error 1

Original issue reported on code.google.com by lauchafe...@gmail.com on 4 Mar 2010 at 8:06

GoogleCodeExporter commented 9 years ago
install  libpcap fisrt

Original comment by shakau@gmail.com on 5 Mar 2010 at 12:38

GoogleCodeExporter commented 9 years ago
.. there really should be a damned libpcap probe section to configure.in. Hm, 
would
someone please do this? Pretty please? :)

Original comment by adrian.c...@gmail.com on 27 Mar 2010 at 10:21

GoogleCodeExporter commented 9 years ago
gcc -DHAVE_CONFIG_H -I. -I../include     -m64 -Wall -g -O2 -D_REENTRANT -MT 
comm_ips_tproxy4.o -MD -MP -MF .deps/comm_ips_tproxy4.Tpo -c -o 
comm_ips_tproxy4.o comm_ips_tproxy4.c
comm_ips_tproxy4.c: In function âcomm_ips_restoreCapabilitiesâ:
comm_ips_tproxy4.c:95: error: âcap_user_header_tâ undeclared (first use in 
this function)
comm_ips_tproxy4.c:95: error: (Each undeclared identifier is reported only once
comm_ips_tproxy4.c:95: error: for each function it appears in.)
comm_ips_tproxy4.c:95: error: expected â;â before âheadâ
comm_ips_tproxy4.c:96: error: âcap_user_data_tâ undeclared (first use in this 
function)
comm_ips_tproxy4.c:96: error: expected â;â before âcapâ
comm_ips_tproxy4.c:98: error: âheadâ undeclared (first use in this function)
comm_ips_tproxy4.c:98: error: â_LINUX_CAPABILITY_VERSIONâ undeclared (first 
use in this function)
comm_ips_tproxy4.c:99: warning: implicit declaration of function âcapgetâ
comm_ips_tproxy4.c:99: error: âcapâ undeclared (first use in this function)
comm_ips_tproxy4.c:110: error: âCAP_NET_BIND_SERVICEâ undeclared (first use 
in this function)
comm_ips_tproxy4.c:112: error: âCAP_NET_ADMINâ undeclared (first use in this 
function)
comm_ips_tproxy4.c:112: error: âCAP_NET_BROADCASTâ undeclared (first use in 
this function)
comm_ips_tproxy4.c:115: warning: implicit declaration of function âcapsetâ
make[1]: *** [comm_ips_tproxy4.o] Error 1
make[1]: Leaving directory `/usr/src/LUSCA_HEAD-r14635/libiapp'
make: *** [all-recursive] Error 1
root@h2k [/usr/src/LUSCA_HEAD-r14635]# rpm -qa | grep pcap
libpcap-0.9.4-15.el5
libpcap-devel-0.9.4-15.el5
libpcap-devel-0.9.4-15.el5
libpcap-0.9.4-15.el5
root@h2k [/usr/src/LUSCA_HEAD-r14635]# rpm -ql libpcap-devel
/usr/include/pcap-bpf.h
/usr/include/pcap-namedb.h
/usr/include/pcap.h
/usr/lib64/libpcap.a
/usr/lib64/libpcap.so
/usr/include/pcap-bpf.h
/usr/include/pcap-namedb.h
/usr/include/pcap.h
/usr/lib/libpcap.a
/usr/lib/libpcap.so

Original comment by ajcor...@gmail.com on 22 Mar 2012 at 1:30

GoogleCodeExporter commented 9 years ago
You can test the release #14942

see:  http://code.google.com/p/lusca-cache/source/detail?r=14942

Original comment by ajcor...@gmail.com on 22 Mar 2012 at 1:54