try Install server on Raspberry PI cannot "make" from source
Posted: Mon Feb 17, 2014 10:03 am
there is no deb package for the Raspberry PI h/w
should be easy to compile from source code,
doesn't work for me.
Anyone do it ? How ?
pi@raspberrypi ~ $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
Cloning into 'SoftEtherVPN'...
:
:
Checking out files: 100% (1039/1039), done.
pi@raspberrypi ~ $ cd SoftEtherVPN
pi@raspberrypi ~/SoftEtherVPN $ make
make: *** No targets specified and no makefile found. Stop.
pi@raspberrypi ~/SoftEtherVPN $ ls
AUTHORS.TXT ChangeLog debian README THIRD_PARTY.TXT
BUILD_UNIX.TXT ChangeLog.txt LICENSE README.TXT WARNING.TXT
BUILD_WINDOWS.TXT configure LICENSE.TXT src
pi@raspberrypi ~/SoftEtherVPN $
===============================================
and configure, does not include Raspberry PI ARMv6 CPU
pi@raspberrypi ~/SoftEtherVPN $ sudo ./configure
---------------------------------------------------------------------
SoftEther VPN for Unix
Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan.
Copyright (c) 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.
Read and understand README.TXT, LICENSE.TXT and WARNING.TXT before use.
---------------------------------------------------------------------
Welcome to the corner-cutting configure script !
Select your operating system below:
1: Linux
2: FreeBSD
3: Solaris
4: Mac OS X
5: OpenBSD
Which is your operating system (1 - 5) ? : 1
Select your CPU bits below:
1: 32-bit
2: 64-bit
Which is the type of your CPU (1 - 2) ? : 1
The Makefile is generated. Run 'make' to build SoftEther VPN.
pi@raspberrypi ~/SoftEtherVPN $ make
gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Cfg.c -o tmp/objs/Mayaqua/Cfg.o
In file included from src/Mayaqua/Cfg.c:104:0:
./src/Mayaqua/Mayaqua.h:257:31: fatal error: readline/readline.h: No such file or directory
compilation terminated.
make: *** [tmp/objs/Mayaqua/Cfg.o] Error 1
pi@raspberrypi ~/SoftEtherV
should be easy to compile from source code,
doesn't work for me.
Anyone do it ? How ?
pi@raspberrypi ~ $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
Cloning into 'SoftEtherVPN'...
:
:
Checking out files: 100% (1039/1039), done.
pi@raspberrypi ~ $ cd SoftEtherVPN
pi@raspberrypi ~/SoftEtherVPN $ make
make: *** No targets specified and no makefile found. Stop.
pi@raspberrypi ~/SoftEtherVPN $ ls
AUTHORS.TXT ChangeLog debian README THIRD_PARTY.TXT
BUILD_UNIX.TXT ChangeLog.txt LICENSE README.TXT WARNING.TXT
BUILD_WINDOWS.TXT configure LICENSE.TXT src
pi@raspberrypi ~/SoftEtherVPN $
===============================================
and configure, does not include Raspberry PI ARMv6 CPU
pi@raspberrypi ~/SoftEtherVPN $ sudo ./configure
---------------------------------------------------------------------
SoftEther VPN for Unix
Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan.
Copyright (c) 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.
Read and understand README.TXT, LICENSE.TXT and WARNING.TXT before use.
---------------------------------------------------------------------
Welcome to the corner-cutting configure script !
Select your operating system below:
1: Linux
2: FreeBSD
3: Solaris
4: Mac OS X
5: OpenBSD
Which is your operating system (1 - 5) ? : 1
Select your CPU bits below:
1: 32-bit
2: 64-bit
Which is the type of your CPU (1 - 2) ? : 1
The Makefile is generated. Run 'make' to build SoftEther VPN.
pi@raspberrypi ~/SoftEtherVPN $ make
gcc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -D_REENTRANT -DREENTRANT -D_THREAD_SAFE -D_THREADSAFE -DTHREAD_SAFE -DTHREADSAFE -D_FILE_OFFSET_BITS=64 -I./src/ -I./src/Cedar/ -I./src/Mayaqua/ -O2 -fsigned-char -c src/Mayaqua/Cfg.c -o tmp/objs/Mayaqua/Cfg.o
In file included from src/Mayaqua/Cfg.c:104:0:
./src/Mayaqua/Mayaqua.h:257:31: fatal error: readline/readline.h: No such file or directory
compilation terminated.
make: *** [tmp/objs/Mayaqua/Cfg.o] Error 1
pi@raspberrypi ~/SoftEtherV