From owner-freebsd-stable Thu Mar 6 7:10:46 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2779837B401 for ; Thu, 6 Mar 2003 07:10:44 -0800 (PST) Received: from f20.mail.ru (f20.mail.ru [194.67.57.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA3C43F3F for ; Thu, 6 Mar 2003 07:10:42 -0800 (PST) (envelope-from tovarisch-drug@mail.ru) Received: from mail by f20.mail.ru with local (Exim FE.1) id 18qx16-0007cc-00 for freebsd-stable@freebsd.org; Thu, 06 Mar 2003 18:10:40 +0300 Received: from [194.85.25.186] by win.mail.ru with HTTP; Thu, 06 Mar 2003 18:10:40 +0300 From: "Tovarisch Drug" To: freebsd-stable@freebsd.org Subject: SQUID building fails after upgrade Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: unknown via proxy [194.85.25.186] Date: Thu, 06 Mar 2003 18:10:40 +0300 Reply-To: "Tovarisch Drug" Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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