Conforme pedido, segue abaixo meu bash de configuração, esta completo. [EMAIL PROTECTED] squid-3.0.PRE5]# cat config.bash ./configure \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --libexecdir=/usr/libexec \ --datadir=/usr/share/squid \ --sysconfdir=/etc/squid \ --sharedstatedir=/var/lib/squid \ --localstatedir=/var \ --libdir=/usr/lib \ --includedir=/usr/include \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --enable-dependency-tracking \ --enable-storeio="ufs diskd" \ --enable-carp \ --enable-removal-policies="heap lru" \ --enable-icmp \ --enable-delay-pools \ --enable-snmp \ --enable-cachemgr-hostname=localhost \ --enable-arp-acl \ --enable-htcp \ --enable-ssl \ --enable-forw-via-db \ --enable-cache-digests \ --enable-default-err-language="Portuguese" \ --enable-poll \ --disable-http-violations \ --enable-linux-netfilter \ --enable-truncate \ --enable-auth="basic digest ntml" \ --enable-basic-auth-helpers="LDAP MSNT NCSA SASL SMB YP getpwnam multi-domain-NTLM winbind" \ --enable-ntlm-auth-helpers="SMB fakeauth no_check winbind" \ --enable-digest-auth-helpers="password" \ --enable-ntlm-fail-open \ --enable-external-acl-helpers="ip_user ldap_group unix_group wbinfo_group winbind_group" \ --enable-stacktraces \ --enable-x-accelerator-vary \ --with-pthreads \ --with-aio \ --with-dl \ --with-large-files \ --with-build-environment=POSIX_V6_ILP32_OFFBIG \ --enable-large-cache-files
Seja Livre, Use LINUX Eduardo Alvarenga Cuiaba/MT ______________________________________ Estas Informações são confidenciais e de interesse apenas das partes citadas, caso o tenha recebido sem fazer parte deste assunto, favor devolver e excluir essa mensagem. ----- Original Message ----- From: Alexandre J. Correa - Onda Internet To: [email protected] Sent: Thursday, February 01, 2007 11:34 PM Subject: Re: [servux] Compilar Squid para Servidor posta o ./configure que vc executou ele esta tentando compilar o modulo ntlm para autenticação e seu servidor nao tem os arquivos necessarios... basta remover da linha do configure !! Eduardo Alvarenga A Ferreira wrote: > > Colegas, > > Favor me orientarem quanto as mensagem do compilador, visto que tenho > alguns servidores em LINUX, porém até hoje tive necessidade de > compilar os fontes, porém estou tentando fazer isso com o squid, para > efeito de conhecimento e também para testar o squid 3.0 PRE5. Estou > fazendo isso em uma maquina virtual. > > Pentium IV > 1 Gb de Memoria > Processador 2.4 Gb Intel > HD 80 GB > HD 250 GB > > Minha primeira dúvida, devo preocupar com a última linha?? ou aonde > também mostra " ... no " tbém?? > > checking for dlopen in -ldl... yes > checking for dlerror... yes > checking for ranlib... (cached) ranlib > checking whether compiler accepts -fhuge-objects... no > > Esses " ... no " abaixo e falta de alguma biblioteca??? > checking for unistd.h... yes > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking for g77... no > checking for f77... no > checking for xlf... no > checking for frt... no > checking for pgf77... no > > With pthreads > With aio > With dl > Store modules built: ufs diskd > adding DiskDaemon, as it is used by an active, legacy Store Module > IO Modules built: Blocking DiskDaemon > Removal policies built: heap lru > ICMP enabled > Delay pools enabled > checking whether to enable ESI... (cached) no > checking whether to enable the ICAP client... (cached) no > SNMP monitoring enabled > Cachemgr default hostname set to localhost > ARP ACL lists enabled (ether address) > HTCP enabled > SSL gatewaying using OpenSSL enabled > Using OpenSSL MD5 implementation > FORW-VIA enabled > USE_CACHE_DIGESTS enabled > Forcing poll() to be enabled > Disabling HTTP Violations > Linux (Netfilter) Transparent Proxy enabled > Using POSIX_V6_ILP32_OFFBIG build environment > Enabling truncate instead of unlink > ERROR: Auth scheme ntml does not exists > [EMAIL PROTECTED] squid-3.0.PRE5]# > > Ou a minha preocupação deve-se prender apenas as últimas linhas??? > > Aguardo orientação, pois será um mundo novo para mim compilar isso no > LINUX em C /C++ > > Seja Livre, Use LINUX > __________________ > Eduardo Alvarenga > Cuiaba/MT > > [As partes desta mensagem que não continham texto foram removidas] > > -- Sds. Alexandre J. Correa Onda Internet www.ondainternet.com.br Linux User ID #142329 [As partes desta mensagem que não continham texto foram removidas] [As partes desta mensagem que não continham texto foram removidas]
