Date: Thu, 06 Mar 2003 18:10:40 +0300 From: "Tovarisch Drug" <tovarisch-drug@mail.ru> To: freebsd-stable@freebsd.org Subject: SQUID building fails after upgrade Message-ID: <E18qx16-0007cc-00@f20.mail.ru>
next in thread | raw e-mail | index | archive | help
Hello, stable!
Basing on security advisory SA-03:02.openssl I was upgraded to RELENG_4 successfully at Feb 27 14:02 (from 4.6-stable with appling previously issuedpatches).
Rebuilding "Squid-2.5stable1" caused the following error
(before upgrade squid has been build without errors so I've decided to mail FreeBSD first):
-----------------------
Making all in lib
Making all in snmplib
Making all in scripts
Making all in src
make all-recursive
Making all in fs
Making all in repl
Making all in auth
Making all in basic
Making all in digest
Making all in ntlm
source='ssl_support.c' object='ssl_support.o' libtool=no
depfile='.deps/ssl_support.Po' tmpdepfile='.deps/ssl_support.TPo' depmode=gcc /bin/sh
../cfgaux/depco
mp
gcc -DHAVE_CONFIG_H -DEFAULT_CONFIG_FILE=\"/usr/local/squid/etc/squid.conf\
" -I. -I. -I../include -I. -I. -I../include -I../include -g -O2 -Wall -c
`test -f ssl_support.c || echo './'`ssl_support.c
ssl_support.c:141: `SSL_OP_NON_EXPORT_FIRST' undeclared here (not in a
function)
ssl_support.c:141: initializer element is not constant
ssl_support.c:141: (near initialization for `ssl_options[15].value')
*** Error code 1
Stop in /usr/ports/distfiles/squid-2.5.STABLE1/src.
*** Error code 1
Stop in /usr/ports/distfiles/squid-2.5.STABLE1/src.
*** Error code 1
Stop in /usr/ports/distfiles/squid-2.5.STABLE1/src.
*** Error code 1
Stop in /usr/ports/distfiles/squid-2.5.STABLE1.
---------------------
Does it resolvable?
There are my squid's configure options:
./configure \
--enable-gnurexec \
--enable-splaytree \
--enable-xmalloc-debug \
--enable-xmalloc-debug-trace \
--enable-xmalloc-statistics \
--enable-carp \
--enable-icmp \
--enable-delay-pools \
--enable-mem-gen-trace \
--enable-useragent-log \
--enable-referer-log \
--enable-kill-parent-hack \
--enable-snmp \
--enable-cachemgr-hostname \
--enable-httc \
--enable-ssl \
--with-openssl \
--enable-forw-via-db \
--enable-default-err-language=Russian-koi8-r \
--enable-err-languages="Russian-koi8-r Russian-1251 English" \
--disable-poll \
--disable-http-violations \
--enable-ipf-transparent \
--enable-auth="basic digest ntlm" \
--enable-basic-auth-helpers="MSNT NCSA PAM SMB YP \
getpwnam multi-domain-NTLM winbind" \
--enable-ntlm-auth-helpers="SMB fakeauth no_check winbind" \
--enable-digest-auth-helpers="password" \
--enable-external-acl-helpers="ip_user unix_group \
wbinfo_group winbind_group"
Best regards, Illia Baidakov.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18qx16-0007cc-00>
