Date: Tue, 24 May 2005 12:44:56 +0100 From: David <david@students.ncl-coll.ac.uk> To: freebsd-alpha@freebsd.org Subject: kernel compile error Message-ID: <200505241244.56957.david@students.ncl-coll.ac.uk>
next in thread | raw e-mail | index | archive | help
When I do - make buildkernel KERNCON=MYKERN I revceive the following error message: <snip> 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/MYKERN. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. In my kernel config file I have: options NETSMB options NETSMBCRYPTO options SMBFS options LIBICONV options LIBMCHAIN If I comment out NETSMBCRYPTO the kernel build correctly. Is there something else I need to define? Cheers, 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?200505241244.56957.david>