cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
697
Views
0
Helpful
2
Replies

VPN Client 3.7.2 on Redhat 7.3

bhesk
Level 1
Level 1

Hi

Trying to get VPN Cient 3.7.2 loaded under Redhat 7.3 using Kernel 2.4.18-10.

I have downloaded the kernel from kernel.org (2.4.18) and located it into /usr/src/linux. I've then run, make, make dep and make install to create all necessary files (including autoconf.h, version.h etc).

I then installed the Cisco VPN client - taking defaults for all file locations etc. The module seems to compile okay with no error messages, however when I try to run a "vpnclient_init start" from /etc/init.d, I get the following:

root@BARRY init.d]# ./vpnclient_init start

Starting /usr/local/bin/vpnclient: /lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec:

unresolved symbol skb_over_panic_Rsmp_2344b59d

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol dev_base_Rsmp_c89

e6c24

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol alloc_skb_Rsmp_20

791234

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol skb_under_panic_R

smp_36e2a71b

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol register_netdev_R

smp_e2549a3a

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol xtime_Rsmp_f31ddf

83

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol add_timer_Rsmp_a1

9eacf8

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol del_timer_Rsmp_fc

62f16d

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol __global_restore_

flags_Rsmp_54dd1dcb

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol dev_add_pack_Rsmp

_25791be4

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol unregister_netdev

_Rsmp_2dd2d775

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol __global_cli_Rsmp

_64576b05

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol printk_Rsmp_1b7d4

074

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol kfree_Rsmp_037a0c

ba

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol __kfree_skb_Rsmp_

8cbe73da

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol __global_save_fla

gs_Rsmp_5d902e96

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol kmalloc_Rsmp_93d4

cfe6

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol eth_type_trans_Rs

mp_3c74ec43

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol jiffies_Rsmp_0da0

2d67

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol do_gettimeofday_R

smp_72270e35

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec: unresolved symbol dev_remove_pack_R

smp_878a87ec

/lib/modules/2.4.18-10/CiscoVPN/cisco_ipsec:

Hint: You are trying to load a module without a GPL compatible license

and it has unresolved symbols. Contact the module supplier for

assistance, only they can help you.

Can anyone help point out where I should be looking. I have reinstalled a couple of times but the problem persists.

Thanks for your help.

Barry

1 Accepted Solution

Accepted Solutions

kmarrero
Level 4
Level 4

Looking over the release notes for the 3.7.2 it looks like there may be a caveat with Linux that is causing the current issue. Take a look at this link http://www.cisco.com/univercd/cc/td/doc/product/vpn/client/rel3_7/clint372.htm#xtocid22

View solution in original post

2 Replies 2

kmarrero
Level 4
Level 4

Looking over the release notes for the 3.7.2 it looks like there may be a caveat with Linux that is causing the current issue. Take a look at this link http://www.cisco.com/univercd/cc/td/doc/product/vpn/client/rel3_7/clint372.htm#xtocid22

Thanks for your help.

Upgraded my Kernel to the latest version from Redhat's distribution - including installing the latest source rpm and all works okay now.

I think my originally problem was caused by a non Redhat Kernel source - shouldn't matter I know but it did seem to.

Thanks again.