compile error

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
milky_milk
Posts: 3
Joined: Wed Apr 09, 2014 7:13 am
Contact:

compile error

Post by milky_milk » Wed Apr 09, 2014 7:24 am

From https://github.com/SoftEtherVPN/SoftEtherVPN

You can download the up-to-date source-code tree of SoftEther VPN
from GitHub. You may make your own fork project from our project.

The download and build instruction is following:

$ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
$ cd SoftEtherVPN
$ ./configure
$ make
$ make install


After execution ./configure script, I got error:

cc -DNDEBUG -DVPN_SPEED -DUNIX -DUNIX_LINUX -DCPU_64 -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 -m64 -c src/Mayaqua/Cfg.c -o tmp/objs/Mayaqua/Cfg.o
In file included from src/Mayaqua/Cfg.c:110:0:
./src/Mayaqua/Mayaqua.h:263:31: fatal error: readline/readline.h: No such file or directory
compilation terminated.
make: *** [tmp/objs/Mayaqua/Cfg.o] Error 1
Image

milky_milk
Posts: 3
Joined: Wed Apr 09, 2014 7:13 am
Contact:

Re: compile error

Post by milky_milk » Wed Apr 09, 2014 7:27 am

P. S.
I am using Ubuntu 12.04 LTS x86_64
Linux 3.2.0-32-generic
Image

inten
Posts: 370
Joined: Fri Oct 18, 2013 8:15 am
Location: All around the world
Contact:

Re: compile error

Post by inten » Wed Apr 09, 2014 11:06 am

milky_milk wrote:
> P. S.
> I am using Ubuntu 12.04 LTS x86_64
> Linux 3.2.0-32-generic

Step by step guide https://vpnhpanel.com/forum/viewtopic.php?f=7&t=1 if you do not want to read the documentation http://www.softether.org/4-docs/1-manua ... _Libraries

milky_milk
Posts: 3
Joined: Wed Apr 09, 2014 7:13 am
Contact:

Re: compile error

Post by milky_milk » Wed Apr 09, 2014 11:36 am

inten wrote:
> milky_milk wrote:
> > P. S.
> > I am using Ubuntu 12.04 LTS x86_64
> > Linux 3.2.0-32-generic
>
> Step by step guide https://vpnhpanel.com/forum/viewtopic.php?f=7&t=1 if you do
> not want to read the documentation
> http://www.softether.org/4-docs/1-manua ... _Libraries

Thanks. Sorry for stupid question.
Image

Post Reply