Where is version.h ?

I want to install vmware on my openSuse. Unfortunatelly, the installer package need to be recompiled again. And it takes such thing like this : /usr/src/linux/include/linux/version.h

Hey, I know, it is provided in “linux-kernel-header”packageĀ  bla.bla.bla ..

Lucky, vavai has wrote this . So I execute this command :

sudo zypper in make binutils kernel-source gcc gcc-c++

then version.h can be created using this command :

cd /usr/src/linux
make menuconfig
make bzImage

2 comments ↓

#1 likyus on 03.24.09 at 9:04 pm

om vavai, ini masih kutemukan ….
linux-dy08:/usr/src/linux # make menuconfig
*** Unable to find the ncurses libraries or the
*** required header files.
*** ‘make menuconfig’ requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2

mohon solusi

#2 ramadhan on 05.17.09 at 4:16 am

seperti system ente butuh ncurses dan library ncurses nya bos … belum terinstal mungkin

Leave a Comment