Olá novamente! Resolvi tentar o trunk utilizando o gmake (como um outro membro do grupo havia sugerido antes). Recebi outro erro, aparentemente, não mais o mesmo que falei no e-mail anterior dirigido ao Pedro. Segue o erro:
gcc -g -o hlbr -g -Wall engine/hlbr.o engine/alert_limit.o engine/bits.o engine/parse_config.o engine/parse_rules.o engine/main_loop.o engine/session.o engine/jtree.o engine/num_list.o engine/message.o engine/cache.o engine/regex.o engine/hlbrlib.o engine/url.o packets/packet.o packets/packet_linux_raw.o packets/packet_obsd_bpf.o packets/packet_osx_bpf.o packets/packet_tcpdump.o packets/packet_solaris_dlpi.o decoders/decode.o decoders/decode_interface.o decoders/decode_ethernet.o decoders/decode_ip.o decoders/decode_ip_defrag.o decoders/decode_icmp.o decoders/decode_udp.o decoders/decode_tcp.o decoders/decode_http.o decoders/decode_dns.o decoders/decode_arp.o tests/test.o tests/test_interface_name.o tests/test_ethernet_type.o tests/test_ethernet_src.o tests/test_ethernet_dst.o tests/test_ip_src.o tests/test_ip_dst..o tests/test_ip_proto.o tests/test_ip_ttl.o tests/test_ip_check.o tests/test_icmp_type.o tests/test_icmp_code.o tests/test_tcp_port.o tests/test_tcp_src.o tests/test_tcp_dst.o tests/test_tcp_content.o tests/test_tcp_nocase.o tests/test_tcp_listcontent.o tests/test_tcp_listnocase.o tests/test_tcp_flags.o tests/test_tcp_offset.o tests/test_tcp_regex.o tests/test_http_content.o tests/test_http_method.o tests/test_http_nocase.o tests/test_http_regex.o tests/test_udp_regex.o tests/test_udp_src.o tests/test_udp_dst.o tests/test_udp_content.o tests/test_udp_nocase.o actions/action.o actions/action_drop.o actions/action_alert_console.o actions/action_alert_file.o actions/action_dump_packet.o actions/action_route_sip.o actions/action_bns.o actions/action_alert_syslog.o actions/action_alert_email.o actions/action_alert_socket.o actions/action_alert_listensocket.o routes/route.o routes/route_macfilter.o routes/route_simple_bridge.o routes/route_dip.o routes/route_sip.o routes/route_broadcast.o routes/route_arp.o routes/route_interface.o routes/route_bns.o -pthread -dl -lpcre -rdynamic /usr/bin/ld: cannot find -lpcre collect2: ld returned 1 exit status gmake: *** [hlbr] Error 1 Alguma idéia? Anibal --- Em sáb, 9/8/08, Anibal Aguiar <[EMAIL PROTECTED]> escreveu: De: Anibal Aguiar <[EMAIL PROTECTED]> Assunto: Re: [hlbr] Re: HLBR no OpenBSD 4.3 Para: [email protected] Data: Sábado, 9 de Agosto de 2008, 16:38 Olá Pedro, meu nome é Anibal e sou de Recife Perto de vc - vi que vc é do RN. Cara deu o seguinte erro: message.c: In function `ApplyMessage' : message.c:178: warning: passing arg 1 of `localtime' from incompatible pointer type cc -c -o cache.o cache.c -g -Wall cc -c -o jtree.o jtree.c -g -Wall cc -c -o regex.o regex.c -g -Wall -c -o url.o url.c -g -Wall -c: not found *** Error code 1 Stop in /usr/local/src/ trunk/hlbr/ engine (line 32 of Makefile). *** Error code 1 Stop in /usr/local/src/ trunk/hlbr (line 124 of Makefile). # E não havia nenhum arquivo com .svn a ser apagado, logo não executei o comando: find | fgrep .svn | xargs rm -rf Abraço, Anibal. --- Em sáb, 9/8/08, pedroarthur. jedi <pedro.forum@ gmail.com> escreveu: De: pedroarthur. jedi <pedro.forum@ gmail.com> Assunto: [hlbr] Re: HLBR no OpenBSD 4.3 Para: [EMAIL PROTECTED] com.br Data: Sábado, 9 de Agosto de 2008, 4:00 Boa noite amigo! Sou um dos desenvolvedores do projeto e fiz algumas alterações para resolver seus problemas. Porém como não tenho OpenBSD não pude testá-las. Espero que você possa fazer :) . O código está em nosso repositório e vocÊ pode baixá-lo através da URL: http://hlbr. svn.sourceforge. net/viewvc/ hlbr/trunk. tar.gz?view= tar passo a passo: tar -xvzf trunk.tar.gz cd hlbr find | fgrep .svn | xargs rm -rf .../configure make Espero que funcione! Aguardo seu retorno! Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail. com. Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com. http://br.new.mail.yahoo.com/addresses
