Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2008 15:41:32 GMT
From:      Vladimir <energizer@sgpi.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/121606: option IPSEC (error config and compile kernel)
Message-ID:  <200803111541.m2BFfWJT061814@www.freebsd.org>
Resent-Message-ID: <200803111550.m2BFo1Xv036626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121606
>Category:       misc
>Synopsis:       option IPSEC (error config and compile kernel)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 11 15:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir
>Release:        7.0
>Organization:
SGPI.RU
>Environment:
7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
desided make ipsec how write in this book
http://www.freebsd.org/doc/ru_RU.KOI8-R/books/handbook/ipsec.html

add to kernel config file next options:

options   IPSEC        #IP security
options   IPSEC_ESP    #IP security (crypto; define w/ IPSEC)
options   IPSEC_DEBUG  #debug for IP security
     
save and exit.

config MYKERNEL

_________________________
if I write only:

options   IPSEC        #IP security

config MYKERNEL - good, now proble
make cleandepend - good, now proble
make depend - good, now proble
make - give ERROR in function 'ipcomp_input':
./../../netipsec/xform_ipcomp.c189: undefined reference to 'crypto_dispatch' ***Error code 1
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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