scdas141

make-softethervpn-4.12.6

Aug 14th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. root@ik-pc:/home/ik# git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
  2. Cloning into 'SoftEtherVPN'...
  3. remote: Counting objects: 15509, done.
  4. remote: Total 15509 (delta 0), reused 0 (delta 0), pack-reused 15509
  5. Receiving objects: 100% (15509/15509), 384.67 MiB | 697.00 KiB/s, done.
  6. Resolving deltas: 100% (13853/13853), done.
  7. Checking out files: 100% (1852/1852), done.
  8. root@ik-pc:/home/ik# cd SoftEtherVPN
  9. root@ik-pc:/home/ik/SoftEtherVPN# ./configure
  10. ---------------------------------------------------------------------
  11. SoftEther VPN for Unix
  12.  
  13. Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan.
  14. Copyright (c) Daiyuu Nobori. All Rights Reserved.
  15.  
  16. This program is free software; you can redistribute it and/or
  17. modify it under the terms of the GNU General Public License
  18. version 2 as published by the Free Software Foundation.
  19.  
  20. Read and understand README.TXT, LICENSE.TXT and WARNING.TXT before use.
  21. ---------------------------------------------------------------------
  22.  
  23. Welcome to the corner-cutting configure script !
  24.  
  25. The Makefile is generated. Run 'make' to build SoftEther VPN.
  26. root@ik-pc:/home/ik/SoftEtherVPN# make
  27. 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
  28. In file included from src/Mayaqua/Cfg.c:125:0:
  29. ./src/Mayaqua/Mayaqua.h:285:10: fatal error: readline/readline.h: No such file or directory
  30. #include <readline/readline.h>
  31. ^~~~~~~~~~~~~~~~~~~~~
  32. compilation terminated.
  33. Makefile:64: recipe for target 'tmp/objs/Mayaqua/Cfg.o' failed
  34. make: *** [tmp/objs/Mayaqua/Cfg.o] Error 1
  35. root@ik-pc:/home/ik/SoftEtherVPN#
Add Comment
Please, Sign In to add comment