SMBFS with AMD64
Thomas M. Skeren III
tms3 at fskklaw.com
Thu Jan 13 15:30:23 PST 2005
Kris Kennaway wrote:
>On Thu, Jan 13, 2005 at 03:05:02PM -0800, Thomas M. Skeren III wrote:
>
>
>>Trying to compile AMD64 with smbfs.
>>
>>Added
>>
>>options SMBFS
>>options NETSMB
>>
>>got a lot of errors like this:
>>
>>
>>smb_usr.o(.text+0x5ae): In function `smb_usr_simplerequest':
>>: undefined reference to `md_get_mem'
>>smb_usr.o(.text+0x5c3): In function `smb_usr_simplerequest':
>>
>>
>
>This almost always means that you omitted something mandatory for your
>kernel configuration. Go back to GENERIC or carefully compare your
>modified config file to GENERIC and NOTES to look for what you missed.
>
>
Will do, however, I copied GENERIC to NAT and just add the two options,
and deleted the scsi devices as I don't have SCSI.
Here's the diff:
COr# diff GENERIC NATELF
59c59,60
<
---
> options SMBFS
> options NETSMB
>Kris
>
>
More information about the freebsd-net
mailing list