From owner-FreeBSD-users-jp@jp.freebsd.org  Tue Jun  6 11:32:44 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id LAA62761;
	Tue, 6 Jun 2000 11:32:44 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from atlas-is.co.jp (dns1.atlas-is.co.jp [210.230.230.66])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id LAA62754
	for <FreeBSD-users-jp@jp.freebsd.org>; Tue, 6 Jun 2000 11:32:42 +0900 (JST)
	(envelope-from endo@atlas-is.co.jp)
Received: from kitahama.atlas-is.co.jp (emerald.atlas-is.co.jp [192.168.11.1])
	by atlas-is.co.jp (8.8.8+2.7Wbeta7/3.6W-uucp) with ESMTP id LAA10308
	for <FreeBSD-users-jp@jp.freebsd.org>; Tue, 6 Jun 2000 11:32:12 +0900 (JST)
Received: from aquamarine.atlas-is.co.jp ([192.168.11.39])
	by kitahama.atlas-is.co.jp (8.8.8+2.7Wbeta7/3.6W-uucp) with SMTP id LAA28920
	for <FreeBSD-users-jp@jp.freebsd.org>; Tue, 6 Jun 2000 11:32:14 +0900 (JST)
Message-Id: <200006060232.AA00558@aquamarine.atlas-is.co.jp>
From: endo@atlas-is.co.jp (=?ISO-2022-JP?B?GyRCMXNGIyEhPVNNNRsoQg==?=)
Date: Tue, 06 Jun 2000 11:32:13 +0900
To: FreeBSD-users-jp@jp.freebsd.org
In-Reply-To: <200006060217.AA00557@aquamarine.atlas-is.co.jp>
References: <200006060217.AA00557@aquamarine.atlas-is.co.jp>
MIME-Version: 1.0
X-Mailer: AL-Mail32 Version 1.11
Content-Type: text/plain; charset=iso-2022-jp
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: FreeBSD-users-jp 52310
Subject: [FreeBSD-users-jp 52310] Re: vtun =?ISO-2022-JP?B?GyRCJEsbKEI=?=
 =?ISO-2022-JP?B?GyRCJGgkaxsoQg==?= VPN
 =?ISO-2022-JP?B?GyRCOT1DWxsoQg==?=(Re: [Q] IPSec
 =?ISO-2022-JP?B?GyRCJE48Qjg9Sn1LIRsoQg==?=)
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: endo@atlas-is.co.jp

$B1sF#$G$9!#(B

$B1sF#!!=SM5(B $B$5$s$O=q$-$^$7$?!#(B
>checking for SSL Library and Header files ...
>checking for md5.h blowfish.h... no
>configure: error: SSL headers not found.

configure --with-ssl-headers=/usr/local/ssl/include 
$B!!!!(B--with-ssl-lib=/usr/local/ssl/lib
$B$G(B configure $B$O=PMh$^$7$?$,!"(Bmake $B$NCJ3,$G!"(B
$B0J2<$N$h$&$K$J$C$F$7$^$$$^$9!#(B

In file included from tun_dev.c:33:
/usr/include/net/if_tun.h:35: field `tun_if' has incomplete type
/usr/include/net/if_tun.h:37: field `tun_rsel' has incomplete type
/usr/include/net/if_tun.h:38: field `tun_wsel' has incomplete type
tun_dev.c: In function `tun_alloc':
tun_dev.c:63: `TUNSLMODE' undeclared (first use this function)
tun_dev.c:63: (Each undeclared identifier is reported only once
tun_dev.c:63: for each function it appears in.)
tun_dev.c:64: `TUNSIFHEAD' undeclared (first use this function)
*** Error code 1

$B$b$7$+$7$F!"(B2.2.7 $B$G$O(B make $B=PMh$J$$$s$G$7$g$&$+!)(B^^;
