estar utilizando Debian ou alguma distro baseada nele. Caso afirmativo tenta.
apt-get install openssl Citando Pedro Honorato Alves Neto <[EMAIL PROTECTED]>: > Ola a todos, estou tentando instalar o squid apartir do condigo > fonte conforme segue abaixo. O comando configure nao da nenhum erro, mas > quando eu uso o comando make, esta dado um erro de OpenSSL headers. Alguem > sabe como eu posso resolver este problema? > > [EMAIL PROTECTED] squid-2.5.STABLE7]# ./configure \ > --prefix=/usr \ > --sysconfdir=/etc/squid \ > --libexecdir=/usr/libexec/squid \ > --datadir=/usr/share/squid \ > --enable-carp \ > --with-pthreads \ > --enable-removal-policies="heap lru" \ > --enable-icmp \ > --enable-delay-pools \ > --enable-useragent-log \ > --enable-referer-log \ > --enable-kill-parent-hack \ > --enable-snmp \ > --enable-arp-acl \ > --enable-htcp \ > --enable-ssl \ > --with-openssl=/usr \ > --enable-forw-via-db \ > --enable-default-err-language=Portuguese \ > --enable-err-languages="Portuguese English Spanish" \ > --enable-poll \ > --enable-linux-netfilter \ > --enable-leakfinder \ > --enable-underscores \ > --enable-auth="basic digest ntlm" \ > --enable-basic-auth-helpers="PAM YP SMB SASL NCSA LDAP winbind" \ > --enable-ntlm-auth-helpers="SMB winbind no_check fakeauth" \ > --enable-digest-auth-helpers=password \ > --enable-ntlm-fail-open \ > --enable-external-acl-helpers="ip_user ldap_group unix_group wbinfo_group > winbind_group" > > [EMAIL PROTECTED] squid-2.5.STABLE7]# make > Making all in lib > make[1]: Entrando no diretório `/etc/HSTecno/package/squid-2.5.STABLE7/lib' > source='rfc2617.c' object='rfc2617.o' libtool=no \ > depfile='.deps/rfc2617.Po' tmpdepfile='.deps/rfc2617.TPo' \ > depmode=none /bin/sh ../cfgaux/depcomp \ > gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include > -I../include -g -O2 -Wall -D_REENTRANT -c `test -f rfc2617.c || echo > './'`rfc2617.c > In file included from rfc2617.c:52: > ../include/md5.h:18:2: error: #error Cannot find OpenSSL headers > rfc2617.c: In function âDigestCalcHA1â: > rfc2617.c:110: error: âMD5_CTXâ undeclared (first use in this function) > rfc2617.c:110: error: (Each undeclared identifier is reported only once > rfc2617.c:110: error: for each function it appears in.) > rfc2617.c:110: error: expected â;â before âMd5Ctxâ > rfc2617.c:113: warning: implicit declaration of function âMD5_Initâ > rfc2617.c:113: error: âMd5Ctxâ undeclared (first use in this function) > rfc2617.c:114: warning: implicit declaration of function âMD5_Updateâ > rfc2617.c:119: warning: implicit declaration of function âMD5_Finalâ > rfc2617.c: In function âDigestCalcResponseâ: > rfc2617.c:147: error: âMD5_CTXâ undeclared (first use in this function) > rfc2617.c:147: error: expected â;â before âMd5Ctxâ > rfc2617.c:154: error: âMd5Ctxâ undeclared (first use in this function) > make[1]: ** [rfc2617.o] Erro 1 > make[1]: Saindo do diretório `/etc/HSTecno/package/squid-2.5.STABLE7/lib' > make: ** [all-recursive] Erro 1 > [EMAIL PROTECTED] squid-2.5.STABLE7]# > > > > -- > Pedro H. A Neto > T.I em projetos wireless e servidores. > Anderson Raimundo. Setor de Informática - Analista de Redes. (71) 3355-8636 http://www.uec.com.br
