marvinoliveiras
(usa Slackware)
Enviado em 09/03/2012 - 11:22h
quanto ao rc.squid já resolvi, copiei de outro servidor que instalei um tempo atras e fiz as devidas alterações e ele funcionou.
Estou enfrentando um problema ao instalar o NatACL, quando uso o comando make ele me retorna o erro:
[code]src/NatACL_config/../common/iptables.c: In function 'chain_vrfy':
src/NatACL_config/../common/iptables.c:255: error: 'iptc_handle_t' undeclared (first use in this function)
src/NatACL_config/../common/iptables.c:255: error: (Each undeclared identifier is reported only once
src/NatACL_config/../common/iptables.c:255: error: for each function it appears in.)
src/NatACL_config/../common/iptables.c:255: error: expected ';' before 'table'
src/NatACL_config/../common/iptables.c:259: error: 'table' undeclared (first use in this function)
src/NatACL_config/../common/iptables.c: In function 'iptables_chain_flush':
src/NatACL_config/../common/iptables.c:273: error: 'iptc_handle_t' undeclared (first use in this function)
src/NatACL_config/../common/iptables.c:273: error: expected ';' before 'table'
src/NatACL_config/../common/iptables.c:274: error: 'table' undeclared (first use in this function)
src/NatACL_config/../common/iptables.c: In function 'iptables_chain_delete':
src/NatACL_config/../common/iptables.c:282: error: 'iptc_handle_t' undeclared (first use in this function)
src/NatACL_config/../common/iptables.c:282: error: expected ';' before 'table'
src/NatACL_config/../common/iptables.c:283: error: 'table' undeclared (first use in this function)
src/NatACL_config/../common/iptables.c: In function 'iptables_chain_create':
src/NatACL_config/../common/iptables.c:291: error: 'iptc_handle_t' undeclared (first use in this function)
src/NatACL_config/../common/iptables.c:291: error: expected ';' before 'table'
src/NatACL_config/../common/iptables.c:292: error: 'table' undeclared (first use in this function)[code]
parece ser algo com o iptables mas como sou iniciante não sei o q pode ser.