also beim versuch den VPN-Client meiner Uni zu installieren bekomme ich folgende Fehlermeldung:
Code: Alles auswählen
Thinkpaddle:/home/konrad/Desktop/vpnclient# ./vpn_install
Cisco Systems VPN Client Version 4.8.00 (0490) Linux Installer
Copyright (C) 1998-2005 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.
Directory containing linux kernel source code [/lib/modules/2.6.18.own7/build]/usr/src/linux
* Binaries will be installed in "/usr/local/bin".
* Modules will be installed in "/lib/modules/2.6.18.own7/CiscoVPN".
* The VPN service will be started AUTOMATICALLY at boot time.
* Kernel source from "/usr/src/linux" will be used to build the module.
Is the above correct [y]
Making module
make -C /usr/src/linux SUBDIRS=/home/konrad/Desktop/vpnclient modules
make[1]: Entering directory `/usr/src/linux-source-2.6.18'
WARNING: Symbol version dump /usr/src/linux-source-2.6.18/Module.symvers
is missing; modules will have no dependencies and modversions.
Building modules, stage 2.
MODPOST
/bin/sh: scripts/mod/modpost: Datei oder Verzeichnis nicht gefunden
make[2]: *** [__modpost] Fehler 127
make[1]: *** [modules] Fehler 2
make[1]: Leaving directory `/usr/src/linux-source-2.6.18'
make: *** [default] Fehler 2
Failed to make module "cisco_ipsec.ko".
Thinkpaddle:/home/konrad/Desktop/vpnclient#
Kann mir jemand sagen was ich falsch mache?
PS: In /usr/src/linux liegen ordnungsgemäß meine Source-Dateien, mit "make oldconfig" und "make prepare" vorbereitet.