From owner-freebsd-isdn Wed Apr 8 03:15:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA07140 for freebsd-isdn-outgoing; Wed, 8 Apr 1998 03:15:25 -0700 (PDT) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA07119 for ; Wed, 8 Apr 1998 03:15:11 -0700 (PDT) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.8/8.8.5) id MAA15005 for FreeBSD-ISDN@FreeBSD.ORG; Wed, 8 Apr 1998 12:15:39 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199804081015.MAA15005@rvc1.informatik.ba-stuttgart.de> Subject: MD5...duplicate symbol To: FreeBSD-ISDN@FreeBSD.ORG (FreeBSD ISDN mailinglist) Date: Wed, 8 Apr 1998 12:15:38 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, This only applies to FreeBSD current (3.0): You'll get error messages during kernel linking because md5c.c gets linked twice to the kernel, which results in duplicate symbol definitions. To fix it, delete the following two lines from your /sys/conf/files : kern/md5c.c optional sppp net/if_spppsubr.c optional sppp and run config YOUR_KERNEL_DEFINITION_FILE Here is a patch for FreeBSD/INSTALLATION including a hint: Wolfgang --- /home/helbig/src/i4b/FreeBSD/INSTALLATION Fri Apr 3 14:24:09 1998 +++ FreeBSD/INSTALLATION Wed Apr 8 12:00:20 1998 @@ -78,6 +78,7 @@ i4b/driver/i4b_ipr.c optional i4bipr i4b/driver/i4b_ctl.c optional i4bctl device-driver i4b/driver/i4b_isppp.c optional i4bisppp device-driver +# don't add the following two lines if you're running FreeBSD-current! kern/md5c.c optional sppp net/if_spppsubr.c optional sppp # support To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message