Hello,
I'm trying to upgrade the kernel of my RH7 system to 2.4. I am reading a
'howto':
http://www.linuxnewbie.org/nhf/intel/compiling/kernel2.4upgrade.html
One of the stages is to recompile util-linux. However, running 'configure'
complains:
configuring util-linux-2.10o
You have inet_aton()
You have <scsi/scsi.h>
You have <linux/blkpg.h>
You don't need <linux/tqueue.h>
You have <linux/kd.h>
You don't have <term.h>
You don't have ncurses - I will not make ul and setterm.
You don't have termcap - I will not make more.
You need -lcrypt
You have <locale.h>
You have <libintl.h> and gettext()
Assuming that you want to enable NLS support.
(Otherwise, edit defines.h and remove the line with ENABLE_NLS)
You have <langinfo.h>
You have __progname
You have <pty.h> and openpty()
You have wide character support
You have nanosleep()
You have personality()
You have __NR_pivot_root
You have a tm_gmtoff field in struct tm
Your rpcgen seems to work
From other posts, I gather that '-lcrypt' means 'libcrypt' (helpful...),
which is part of glibc. I have installed:
glibc-2.2-12.i686.rpm
glibc-common-2.2-12.i386.rpm
glibc-devel-2.2-12.i386.rpm
and the following files are present on my system:
/usr/lib/libcrypto.so.0.9.5a
/usr/lib/libcrypto.so.0
/usr/lib/libcrypt.a
/usr/lib/libcrypt.so
I have checked /etc/ld.so.conf and /usr/lib is in there. However, the
util-linux 'configure' still doesn't work. Can anybody explain what's wrong
and how to fix it? Or just where to begin...
Help much appreciated. Thanks.
Chris Eason