From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 11:03:15 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F5737B408 for ; Sun, 30 Mar 2003 11:03:15 -0800 (PST) Received: from dsl-217-155-122-94.zen.co.uk (dsl-217-155-122-94.zen.co.uk [217.155.122.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FE643F3F for ; Sun, 30 Mar 2003 11:03:14 -0800 (PST) (envelope-from chris_scott@ukgateway.net) Received: from viper.intranet ([192.168.0.241] helo=viper) by gateway.intranet with smtp (Exim 4.10) id 18zi5I-0002bT-00 for freebsd-questions@freebsd.org; Sun, 30 Mar 2003 20:03:12 +0100 Message-ID: <00a701c2f6ef$02644ea0$f100a8c0@viper> From: "chris scott" To: Date: Sun, 30 Mar 2003 20:03:11 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: racoon problems with -STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2003 19:03:17 -0000 Hi, I have just cvsuped to RELENG-4 yesterday and made world and installed the new kernel. I also rebuild racoon as it ofen breaks after an upgrade of openssl. Howver racoon still keeps dying. Has anything changed in the build of openssl between 4.7 and 4.8? These are the error messages I am getting 2003-03-30 20:00:50: DEBUG: oakley.c:2745:oakley_do_encrypt(): begin encryption. 2003-03-30 20:00:50: DEBUG: algorithm.c:382:alg_oakley_encdef(): encription(3des) 2003-03-30 20:00:50: DEBUG: oakley.c:2761:oakley_do_encrypt(): pad length = 4 2003-03-30 20:00:50: DEBUG: plog.c:193:plogdump(): 0b000018 28c7a485 75ad76ad b39e3d1a c1111184 72fcc45b 0000001c 00000001 01106002 1ab8a05a 48d31cbd 3882106f 51b1f3f3 00000004 2003-03-30 20:00:50: DEBUG: algorithm.c:382:alg_oakley_encdef(): encription(3des) /usr/libexec/ld-elf.so.1: /usr/local/sbin/racoon: Undefined symbol "des_key_sched" It looks like to me that something has changed in the crypto libraries from 4-7-4.8. Chris