mkdir ~/src
cd ~/src
wget "http://utvpn.tsukuba.ac.jp/files/utvpn/v1.01-7101-public-2010.06.27/Source%20Code%20(Win32%20and%20Unix)/utvpn-src-unix-v101-7101-public-2010.06.27.tar.gz"
tar zxvf utvpn-src-unix-v101-7101-public-2010.06.27.tar.gz
cd utvpn-unix-v101-7101-public
cp /usr/include/openssl/* ~/src/utvpn-unix-v101-7101-public/src/Mayaqua/openssl/
./configure
-------------------------------------------------------------
SoftEther UT-VPN for Unix
Copyright (C) 2004-2010 SoftEther Corporation.
Copyright (C) 2004-2010 University of Tsukuba, Japan.
Copyright (C) 2003-2010 Daiyuu Nobori. All Rights Reserved.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation.
-------------------------------------------------------------
Please select your Operating System below:
1: Linux
2: FreeBSD
3: Solaris
4: Mac OS X
Which is your operating system (1-4):
1
Please select your CPU Bits below:
1: 32-bit
2: 64-bit
Which is the bits of your CPU (1-2):
2
Makefile is generated. Please execute 'make' to build UT-VPN.
make && make install
1234567891011
make
make install
--------------------------------------------------------------------
Installation completed successfully.
Please execute 'utvpnserver start' to run UT-VPN Server Background Service.
Or please execute 'utvpnclient start' to run UT-VPN Client Background Service.
And please execute 'utvpncmd' to run UT-VPN Command-Line Utility to configure UT-Server or UT-VPN Client.
--------------------------------------------------------------------
起動スクリプトの用意 (/etc/rc.d/init.d/utvpnserver) と起動
1234
chmod +x /etc/rc.d/init.d/utvpnserver
chkconfig --add utvpnserver
chkconfig utvpnserver on
service utpvnserver start