configure: error:
You need to preconfigure your kernel sources to configure LIDS.
Just type
cd /usr/src/SmartCore
make include/linux/version.h symlinks
cd -
and rerun configure script.
что это значит?
команды выполнял, но они не срабатывают
twinc@linux:/usr/src/SmartCore> sudo make O=~/kernel-hacking/myver/smartcore include/linux/version.h symlinks
CHK include/linux/version.h
make[1]: *** Нет правила для сборки цели `symlinks'. Останов.
make: *** [symlinks] Ошибка 2
Собираю я Lids tools
это программа администрирования LIDS
все файлы есть. он вроде про это ничего не сказал... не совсем понимаю причем тут symlinks...
You need to preconfigure your kernel sources to configure LIDS.
You don't need to actually compile the kernel, but you do need to configure it properly. If you don't want to compile and install your own kernel, just install the sources for the same kernel version that you are using and use the configuration that came with your kernel package:
apt-get install kernel-source-2.x.y
cd /usr/src
tar xjvf kernel-source-2.x.y.tar.bz2
cd kernel-source-2.x.y
cp /boot/config-2.x.y-flavour .config
make-kpkg --append-to-version "-flavour" --revision 2.x.y-z --config old configure
"-flavour" is supposed to be a placeholder. You need to replace it with the correct value for your kernel, for example something like "-1-686" for prepackaged Debian kernels. It's the text that follows the kernel version in the output from uname -r and in the file names in the /boot directory.
"2.x.y-z" is the version of the kernel-image package you have installed. It should also be the same version as the kernel-source package.
If you already have a configured kernel source tree, you can use it, but make sure that it's exactly the same configuration you are using.
нет. я нормально с английским. ядро мое сконфигурировано и все такое... Получилось компильнуть под ядром то же версии с дефолтовым конфигом, а почему с этим не получилось понять не могу <_<
у меня было 2.6.17 ядро... я его правил чего то мутил ) вообщем запорол... или в чем то ошибся...
создал еще одну папку с этим же ядром (чистым из архива). поставил патч LIDS, после того как все заработало решил скомпилировать lidstools и мне вылезла эта ошибка. ради интереса KERNEL_DIR начал пробывать разную. сначала от самого дистра, потом то запоротое ядро ) все встало нормально... с чем это связано я не понял.