From: [EMAIL PROTECTED] Operating system: RedHat 7.2 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: cracklib test path is wrong in configure file
The configure script is not detecting my cracklib installation correctly. In the configure script, line 11768 is: test -f $i/lib/libcrack.$SHLIB_SUFFIX_NAME -o -f $i/libcrack.a && CRACK_LIBDIR=$i It should be: test -f $i/libcrack.$SHLIB_SUFFIX_NAME -o -f $i/libcrack.a && CRACK_LIBDIR=$i -- Edit bug report at http://bugs.php.net/?id=15610&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15610&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15610&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15610&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15610&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15610&r=support Expected behavior: http://bugs.php.net/fix.php?id=15610&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15610&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15610&r=submittedtwice