[root@email cracklib]# more README.txt
need to install on clients:
apt-get install libcrypt-cracklib-perl
to make the dictionary indexes, need to do:
# apt-get install cracklib-runtime wenglish
$ /usr/sbin/crack_mkdict /usr/share/dict/words | /usr/sbin/crack_packer $LJHOME/cgi-bin/cracklib/dict
The Redhat version of Debian's apt-get sits on rpm - but cannot find either of these libs and this is confirmed by
[root@email cracklib]# apt-get install libcrypt-cracklib-perl
Processing File Dependencies... Done
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package libcrypt-cracklib-perl
and
[root@email cracklib]# apt-get update
Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/pkglist.os
Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.os
Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/pkglist.updates
Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.updates
Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/pkglist.freshrpms
Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.freshrpms
Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/srclist.os
Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.os
Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/srclist.updates
Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.updates
Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/srclist.freshrpms
Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.freshrpms
Ign http://apt.freshrpms.net redhat/7.2/en/i386/base/mirrors
Ign http://apt.freshrpms.net redhat/7.2/en/i386/base/mirrors
Processing File Dependencies... Done
Reading Package Lists... Done
Building Dependency Tree... Done
W: http://apt.freshrpms.net/ will not be authenticated.
W: http://apt.freshrpms.net/ will not be authenticated.
A search at http://apt.freshrpms.net confirms the package does not exist in this form. Has no-one installed on RedHat Linux?
Steven