Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
/ 2004-06-13 17:37:53 +0100 \ German Gutierrez: > install the kernel-sources of 2.4.9e > > on cd /usr/src/linux-2.4 modified the Makefile by > removing the custom portion of the EXTRAVERSION > > EXTRAVERSION = -e.3 > > saved file then issued command > # make mrproper > > Then i can't found copy the orignal configuration > file > on /boot like a config. or .config Why ?? dunno. maybe they are somewhere else on your box. or not installed. if you have /proc/config.gz, you can zcat that one. > # make menuconfig and save it > # make dep > # make include/linux/version.h > Now on to the drbd portion of the. > Download and install drbd into the /usr/src/ > directory > change directory to > # cd /usr/src/ > uncompress and untar it with the command > # tar -zxvf drbd-0.6.11.tar.gz it is 0.6.12 please! > Then i modify some files for drbd to build properly > #define SIGHAND_HACK in the drbd_config.h by > now make the rpm by issuing command > # make rpm KDIR=/usr/src/linux-2.4 > > And finally the creation of rpm give me errors so. it does compile, but the rpm does not build. not my problem :) if you need it to be an rpm, use the output (those errors it gives you), and ask some rpm guru. if not, just do make; make install; as in the good old days... lge