Date: Fri, 10 Jun 2005 10:52:38 +0100 From: David <david@students.ncl-coll.ac.uk> To: freebsd-alpha@freebsd.org Subject: kernel compile errors Message-ID: <200506101052.39004.david@students.ncl-coll.ac.uk>
next in thread | raw e-mail | index | archive | help
Building a kernel on an Alpha DS20E and am receiving the following... linking kernel smb_crypt.o(.text+0x18c): In function `smb_E': : undefined reference to `des_set_key' smb_crypt.o(.text+0x190): In function `smb_E': : undefined reference to `des_set_key' smb_crypt.o(.text+0x1ac): In function `smb_E': : undefined reference to `des_ecb_encrypt' smb_crypt.o(.text+0x1b0): In function `smb_E': : undefined reference to `des_ecb_encrypt' *** Error code 1 Stop in /usr/obj/usr/src/sys/ADMPROXY. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. root@admproxy:/usr/src# I have the following in my config file... options COMPAT_LINUX options SCHED_ULE options NETSMB options NETSMBCRYPTO options SMBFS options LIBICONV options LIBMCHAIN options MAXCONS=4 if I leave the NETSMBCRYPTO option out it compiles fine. Is there anything I've missed? It compiles fine on i386. Thanks, David. This email is confidential and is intended solely for the use of the parties to whom it is addressed. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly forbidden. If you have received this email in error please contact the sender. Any views or opinions presented are solely those of the author and do not necessarily represent the views of Newcastle College. Although this email and it's attachments are believed to be free of any virus or other defects which might affect any computer or IT system into which they are received, no responsibility is accepted by Newcastle College or any of it's associated companies for any loss or damage arising in any way from the receipt or use thereof.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506101052.39004.david>