Guest User

Untitled

a guest
Feb 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. seth@seth-XPS-630i:~$ cd vpninstall/
  2. seth@seth-XPS-630i:~/vpninstall$ ls
  3. vpnclient vpnclient-linux-x86_64-4.8.02.0030-k9.tar.gz
  4. seth@seth-XPS-630i:~/vpninstall$ cd vpnclient/
  5. seth@seth-XPS-630i:~/vpninstall/vpnclient$ ls
  6. AMD-PATCH-README.txt driver_build.sh IPSecDrvOSFunctions.h libdriver.so linuxcniapi.h sample.pcf vpnclient.ini vpn_uninstall
  7. cisco_cert_mgr frag.c IPSecDrvOS_linux.c libvpnapi.so linuxkernelapi.c unixcniapi.h vpnclient_init
  8. Cniapi.h frag.h IPSecDrvOS_linux.h license.rtf linux_os.h unixkernelapi.h vpnclient.patch-2.6.38
  9. config.h GenDefs.h ipseclog license.txt Makefile vpnapi.h vpn_install
  10. cvpnd interceptor.c libdriver64.so linuxcniapi.c mtu.h vpnclient vpn_ioctl_linux.h
  11. seth@seth-XPS-630i:~/vpninstall/vpnclient$ patch
  12. ^C
  13. seth@seth-XPS-630i:~/vpninstall/vpnclient$ patch <vnpnclient.patch-2.6.38
  14. bash: vnpnclient.patch-2.6.38: No such file or directory
  15. seth@seth-XPS-630i:~/vpninstall/vpnclient$ patch <vpnclient.patch-2.6.38
  16. patching file frag.c
  17. patching file interceptor.c
  18. patching file IPSecDrvOS_linux.c
  19. patching file linuxcniapi.c
  20. patching file linuxcniapi.h
  21. patching file linuxkernelapi.c
  22. patching file Makefile
  23. seth@seth-XPS-630i:~/vpninstall/vpnclient$ sudo ./vpn_install
  24. [sudo] password for seth:
  25. Cisco Systems VPN Client Version 4.8.02 (0030) Linux Installer
  26. Copyright (C) 1998-2006 Cisco Systems, Inc. All Rights Reserved.
  27.  
  28. By installing this product you agree that you have read the
  29. license.txt file (The VPN Client license) and will comply with
  30. its terms.
  31.  
  32.  
  33. Directory where binaries will be installed [/usr/local/bin]
  34.  
  35. Automatically start the VPN service at boot time [yes]
  36.  
  37. In order to build the VPN kernel module, you must have the
  38. kernel headers for the version of the kernel you are running.
  39.  
  40.  
  41. Directory containing linux kernel source code [/lib/modules/3.0.0-12-generic-pae/build]
  42.  
  43. * Binaries will be installed in "/usr/local/bin".
  44. * Modules will be installed in "/lib/modules/3.0.0-12-generic-pae/CiscoVPN".
  45. * The VPN service will be started AUTOMATICALLY at boot time.
  46. * Kernel source from "/lib/modules/3.0.0-12-generic-pae/build" will be used to build the module.
  47.  
  48. Is the above correct [y]
  49.  
  50. Making module
  51. In file included from /lib/modules/3.0.0-12-generic-pae/build/include/linux/kernel.h:13:0,
  52. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/skbuff.h:17,
  53. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/if_ether.h:126,
  54. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/netdevice.h:29,
  55. from linuxcniapi.c:20:
  56. /lib/modules/3.0.0-12-generic-pae/build/include/linux/linkage.h:5:25: fatal error: asm/linkage.h: No such file or directory
  57. compilation terminated.
  58. In file included from /lib/modules/3.0.0-12-generic-pae/build/include/linux/kernel.h:13:0,
  59. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/cache.h:4,
  60. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/time.h:7,
  61. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/stat.h:60,
  62. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/module.h:10,
  63. from interceptor.c:19:
  64. /lib/modules/3.0.0-12-generic-pae/build/include/linux/linkage.h:5:25: fatal error: asm/linkage.h: No such file or directory
  65. compilation terminated.
  66. In file included from /lib/modules/3.0.0-12-generic-pae/build/include/linux/thread_info.h:52:0,
  67. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/preempt.h:9,
  68. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/spinlock.h:50,
  69. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/vmalloc.h:4,
  70. from IPSecDrvOS_linux.c:22:
  71. /lib/modules/3.0.0-12-generic-pae/build/include/linux/bitops.h:22:24: fatal error: asm/bitops.h: No such file or directory
  72. compilation terminated.
  73. In file included from /lib/modules/3.0.0-12-generic-pae/build/include/linux/kernel.h:13:0,
  74. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/skbuff.h:17,
  75. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/if_ether.h:126,
  76. from /lib/modules/3.0.0-12-generic-pae/build/include/linux/netdevice.h:29,
  77. from frag.c:9:
  78. /lib/modules/3.0.0-12-generic-pae/build/include/linux/linkage.h:5:25: fatal error: asm/linkage.h: No such file or directory
  79. compilation terminated.
  80. In file included from linuxkernelapi.c:1:0:
  81. /lib/modules/3.0.0-12-generic-pae/build/include/linux/string.h:21:24: fatal error: asm/string.h: No such file or directory
  82. compilation terminated.
  83. ld: cannot find linuxkernelapi.o: No such file or directory
  84. ld: cannot find frag.o: No such file or directory
  85. ld: cannot find linuxcniapi.o: No such file or directory
  86. ld: cannot find IPSecDrvOS_linux.o: No such file or directory
  87. ld: cannot find interceptor.o: No such file or directory
  88. Failed to make module "cisco_ipsec".
  89. seth@seth-XPS-630i:~/vpninstall/vpnclient$
Add Comment
Please, Sign In to add comment