Opened 19 years ago

Closed 19 years ago

Last modified 10 years ago

#1157 closed defect (fixed)

Linux-PAM has cracklib listed as optional dependency

Reported by: kpfleming@… Owned by: DJ Lucas
Priority: high Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

I built Linux-PAM last week, and cracklib was _not_ optional; the configure script failed to complete without cracklib installed.

I did not find any configure option to disable the use of cracklib, so I believe this should be moved to a required (not optional) dependency.

Change History (7)

comment:1 by larry@…, 19 years ago

Do you have the output. I have installed it without and with in the last few days.

comment:2 by larry@…, 19 years ago

Status: newassigned

checking path to cracklib dictionary... configure: error: none found

OR I been dreaming again.

comment:3 by kpfleming@…, 19 years ago

Yes, that's what I saw too.

comment:4 by DJ Lucas, 19 years ago

Adding untested patch. Currently unable to test, but it will work to kill the error, but I don't know about the build. Assumptons are bad, but I'd assume if HAVE_LIBCRACK were set to "NO" then the cracklib module would not be built...if that is not the case, then it should be extended to make the check for "HAVE_LIBCRACK" in the cracklib dir makefile. This could easily be attached to the linkage patch with the rest of them.

--- Linux-PAM-0.78/configure.in.old 2005-01-11 22:46:04.679482864 -0600 +++ Linux-PAM-0.78/configure.in 2005-01-11 22:46:53.381079096 -0600 @@ -278,7 +278,7 @@

done

done if test -z "$CRACKLIB_DICTPATH" ; then

  • AC_MSG_ERROR(none found)

+ AC_MSG_RESULT(none found)

else

AC_MSG_RESULT($CRACKLIB_DICTPATH)

fi

comment:5 by DJ Lucas, 19 years ago

Owner: changed from blfs-book@… to DJ Lucas
Status: assignednew

comment:6 by DJ Lucas, 19 years ago

Resolution: fixed
Status: newclosed

Added patch to linkage patch.

comment:7 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.