search for: line10672

Displaying 1 result from an estimated 1 matches for "line10672".

2008 Sep 01
3
[Bug 1519] New: zlib version check is fake in the configure script. installation failure.
...s if the option --without-zlib-version-check is not used while calling the configure script. Reminder : Openssh needs at least zlib version 1.2.3. If someone checks the configure script then check the line 10672 : one can see that the script checks if the variable $zlib_check_nonfatal is set : [line10672] if test -z "$zlib_check_nonfatal" ; then - If the variable $zlib_check_nonfatal is set then "zlib too old" does not happen. The big problem is that the only other place where $zlib_check_nonfatal could be set is at line 10598 : [line 10598] zlib_check_nonfatal=1 which ONL...