%general-entities; ]> Shadow-&shadow-version; 64 Bit Shadow Installation of Shadow If you would like to enforce the use of strong passwords, refer to for installing Cracklib prior to building Shadow. Then add --with-libcrack to the configure command below. You will also need to use the following sed after the configure commmand to make sure the correct library is linked: sed -i libtool \ -e 's@\(^sys_lib_search_path_spec=\).*@\1"/lib64 /usr/lib64 /usr/local/lib64"@g' \ -e 's@\(^sys_lib_dlsearch_path_spec=\).*@\1"/lib64 /usr/lib64 /usr/local/lib64"@g' CC="gcc ${BUILD64}" ./configure --libdir=/lib64 --sysconfdir=/etc \ --enable-shared --without-libpam --without-audit --without-selinux mv -v /lib64/libshadow.*a /usr/lib64 rm -v /lib64/libshadow.so ln -svf ../../lib64/libshadow.so.0 /usr/lib64/libshadow.so