Subject: | "make test" error under x86_64 |
The "make test" fails when the architecture is "x86_64". This is
because the cracklib dictionary is located in /usr/lib64/cracklib_dict
on this architecture.
Simple solution is to add /usr/lib64/cracklib_dict to the dictionary
list in Cracklib.pm.
--Andy Stevens