LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-25-2006, 07:22 PM   #16
mikeyt_333
Member
 
Registered: Jun 2001
Location: Up in the clouds
Distribution: Fedora et al.
Posts: 353

Rep: Reputation: 30

Let's rewind:
  • What path are you providing for your kernel source...
  • Please copy and paste the exact error you're seeing, "still no luck" isn't communicating enough detail to figure this out. I'd really like to help you out, but every time I ask for more detail you respond with just as little as before, I need to know exactly what the system is saying when it fails.
  • What kernel version are you running (please give numbers, not "the newest one"), is this a distro kernel, or a build from scratch kernel?
  • Do you have all of the necessary tools to compile packages installed?
  • What distribution are you running?
  • etc. etc.

Mike.

P.S.
I suggest you read this: http://www.linuxquestions.org/linux/...Ask_a_Question my intentions are not to reject your requests in anyway, I am sincerely trying to help you, but I think this could go faster if you understood a little better what I need to help you... Help me, help you. ;-)

Last edited by mikeyt_333; 04-25-2006 at 07:23 PM.
 
Old 04-25-2006, 09:08 PM   #17
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Original Poster
Rep: Reputation: 15
Sorry...
This is my screen it will give you most of what you asked...

[root@localhost ~]# /root/Desktop/vpnclient/vpn_install
Cisco Systems VPN Client Version 4.0.5 (Rel) Linux Installer
Copyright (C) 1998-2001 Cisco Systems, Inc. All Rights Reserved.

By installing this product you agree that you have read the
license.txt file (The VPN Client license) and will comply with
its terms.


Directory where binaries will be installed [/usr/local/bin]

Automatically start the VPN service at boot time [yes]

In order to build the VPN kernel module, you must have the
kernel headers for the version of the kernel you are running.

For RedHat 6.x users these files are installed in /usr/src/linux by default
For RedHat 7.x users these files are installed in /usr/src/linux-2.4 by default
For Suse 7.3 users these files are installed in /usr/src/linux-2.4.10.SuSE by default

Directory containing linux kernel source code [/lib/modules/2.6.16-1.2080_FC5/build]
########This is the kernel source it gives me and the one ndiswrapper used.###########Also that is my kernel version#########Also.... I tryed the /usr/src/kernel....##########

* Binaries will be installed in "/usr/local/bin".
* Modules will be installed in "/lib/modules/2.6.16-1.2080_FC5/CiscoVPN".
* The VPN service will be started AUTOMATICALLY at boot time.
* Kernel source from "/lib/modules/2.6.16-1.2080_FC5/build" will be used to build the module.

Is the above correct [y]

Making module
sh: ./driver_build.sh: No such file or directory
Failed to make module "cisco_ipsec.ko".
[root@localhost ~]#

Also i do not know what my kernal is i just got it from the up2date program. and i got this of the redhat page i dont know if that is all you need but thanks

Last edited by brianmay27; 04-25-2006 at 09:15 PM.
 
Old 04-25-2006, 09:17 PM   #18
mikeyt_333
Member
 
Registered: Jun 2001
Location: Up in the clouds
Distribution: Fedora et al.
Posts: 353

Rep: Reputation: 30
Ahha!

Quote:
Making module
sh: ./driver_build.sh: No such file or directory
We're making progress! What does a directory listing in the vpnclient directory show? Try removing the source directory, and untarring again, maybe that will fix this problem. You're missing the file driver_build.sh which runs everything necessary to build kernel mods etc. Post the dir listing and let's get this fixed!

Mike.
 
Old 04-25-2006, 09:44 PM   #19
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Original Poster
Rep: Reputation: 15
Ok i got closer...


Is the above correct [y]

Making module
make -C /lib/modules/2.6.16-1.2080_FC5/build SUBDIRS=/root/Desktop/vpnclient modules
make[1]: Entering directory `/usr/src/kernels/2.6.16-1.2080_FC5-i686'
CC [M] /root/Desktop/vpnclient/linuxcniapi.o
/root/Desktop/vpnclient/linuxcniapi.c: In function ‘CniInjectReceive’:
/root/Desktop/vpnclient/linuxcniapi.c:315: error: ‘struct sk_buff’ has no member named ‘stamp’
/root/Desktop/vpnclient/linuxcniapi.c: In function ‘CniInjectSend’:
/root/Desktop/vpnclient/linuxcniapi.c:452: error: ‘struct sk_buff’ has no member named ‘stamp’
make[2]: *** [/root/Desktop/vpnclient/linuxcniapi.o] Error 1
make[1]: *** [_module_/root/Desktop/vpnclient] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.16-1.2080_FC5-i686'
make: *** [default] Error 2
Failed to make module "cisco_ipsec.ko".
[root@mcnamara vpnclient]#
but now i do not know what is wrong. Also i dont get what your asking above.
 
Old 04-26-2006, 12:07 AM   #20
paragn
Member
 
Registered: Jan 2006
Distribution: Red Hat EL5, Fedora 7
Posts: 259

Rep: Reputation: 30
hi,
from 2.6.15 struct sk_buff's variable stamp changed to tstamp so change it and recompile
 
Old 04-26-2006, 01:06 AM   #21
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Original Poster
Rep: Reputation: 15
WOWThanks so much it worked!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
VPN Client cdhgee Linux - Networking 0 11-22-2005 10:49 PM
VPN Client last_vampire Linux - Networking 0 05-20-2005 05:42 AM
VPn Client allelopath SUSE / openSUSE 3 12-12-2004 10:18 PM
VPN client Vookimedlo Linux - Networking 3 07-05-2004 04:44 PM
How do i connect Ciscos VPN client to Checkpoint VPN server Klas Linux - Networking 1 11-29-2003 08:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration