kernel compile error

David david at students.ncl-coll.ac.uk
Tue May 24 11:45:10 GMT 2005


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.


More information about the freebsd-alpha mailing list