problems configuring util-linux-2.12

Kevin Coffman kwc at citi.umich.edu
Mon Oct 30 09:47:19 EST 2006


In answer to your original question.  I don't think that message is an
error/complaint.  It is just informational.  The configure script
prints either "You don't need -lcrypt" or "You need -lcrypt". It
doesn't indicate whether it was found or not.  Are you actually
getting an error related to this when you try to build?

On 10/29/06, Michael D. Norwick <mnorwick at centurytel.net> wrote:
> 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.
> _______________________________________________
> NFSv4 mailing list
> NFSv4 at linux-nfs.org
> http://linux-nfs.org/cgi-bin/mailman/listinfo/nfsv4
>
>


More information about the NFSv4 mailing list