[Bug 1519] zlib version check is fake in the configure script.	installation failure.
    bugzilla-daemon at bugzilla.mindrot.org 
    bugzilla-daemon at bugzilla.mindrot.org
       
    Mon Sep  1 20:58:51 EST 2008
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=1519
Rod B. <re.bmgr at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
--- Comment #2 from Rod B. <re.bmgr at gmail.com>  2008-09-01 20:58:48 ---
Ok, I try to explain the problem.
The point is that the configure script misdetects my non-local zlib
version.
I have zlib version 1.2.3 installed /usr/lib /lib /usr/include
and I have zlib version 1.2.1 in /usr/local/lib /usr/local/include
Sorry for reporting it as a bug but the version detected by the
configure script
is version 1.2.1. I have just taken off  /usr/local/include/zlib.h and
the configure
script works perfectly.
Is that normal that the configure script checks a local version in 
/usr/local/include/zlib.h against the root system-wide version in
/usr/include/zlib.h ?
It must be my mistake with my environment definition.
I am sorry I haven't seen the full "if" condition line 10696 of the
configure script
which certainly needs some smarter indentation.
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
    
    
More information about the openssh-bugs
mailing list