problems configuring util-linux-2.12
Michael D. Norwick
mnorwick at centurytel.net
Sun Oct 29 02:32:48 EST 2006
After downloading and unpacking source for util-linux-2.12 I applied the
CITI NFS4 patches per the instructions then ran configure and recieved
the following complaints;
configuring util-linux-2.12
You have <scsi/scsi.h>
You have <linux/blkpg.h>
You have <linux/kd.h>
You have <locale.h>
You have <langinfo.h>
You have <sys/user.h>
You have <rpcsvc/nfs_prot.h>
You have <asm/types.h>
You have <linux/raw.h>
You have inet_aton()
You have fsync()
You have getdomainname()
You have nanosleep()
You have personality()
You have updwtmp()
You have fseeko()
You have lchown()
You have rpmatch()
You need <linux/tqueue.h>
You have <term.h>
You have ncurses. Using <ncurses.h>.
You have termcap
You need -lcrypt
You have <libintl.h> and gettext()
You have gettimeofday()
You have __progname
You have <pty.h> and openpty()
You have wide character support
You have __NR_pivot_root
You have a tm_gmtoff field in struct tm
Your rpcgen seems to work
You have zlib
I then found a patch from 2005 that fixed the gcc4 '/linux/tqueue.h' by
adding <linux/compiler.h> around line 360 of the configure script. I
now need to address the -lcrypt complaint below;
You have <scsi/scsi.h>
You have <linux/blkpg.h>
You have <linux/kd.h>
You have <locale.h>
You have <langinfo.h>
You have <sys/user.h>
You have <rpcsvc/nfs_prot.h>
You have <asm/types.h>
You have <linux/raw.h>
You have inet_aton()
You have fsync()
You have getdomainname()
You have nanosleep()
You have personality()
You have updwtmp()
You have fseeko()
You have lchown()
You have rpmatch()
You don't need <linux/tqueue.h>
You have <term.h>
You have ncurses. Using <ncurses.h>.
You have termcap
You need -lcrypt
You have <libintl.h> and gettext()
You have gettimeofday()
You have __progname
You have <pty.h> and openpty()
You have wide character support
You have __NR_pivot_root
You have a tm_gmtoff field in struct tm
Your rpcgen seems to work
You have zlib
I have manually checked for libcrypt and have it in;
/usr/lib/libcrypt.so
/usr/lib/libcrypt.a
and
/lib/libcrypt-2.3.6.so
/lib/tls/libcrypt-2.3.6.so
/lib/tls/libcrypt.so.1
/lib/tls/i686/cmov/libcrypt-2.3.6.so
/lib/tls/i686/cmov/libcrypt.so.1
/lib/libcrypt.so.1
Please give me a clue as to where I'm failing this.
Thank You,
Michael
PS The CITI patched libraries (rpcsecgss and gssapi configure and build
without error as does linux-kernel 2.6.18-rc6-CITI_NFS4. I have not
built nfs-utils yet.
More information about the NFSv4
mailing list