Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 1998 12:15:38 +0200 (MET DST)
From:      Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE>
To:        FreeBSD-ISDN@FreeBSD.ORG (FreeBSD ISDN mailinglist)
Subject:   MD5...duplicate symbol
Message-ID:  <199804081015.MAA15005@rvc1.informatik.ba-stuttgart.de>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804081015.MAA15005>