You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2020/04/06 12:19:54 UTC

[Bug 64315] New: configure output for OpenSSL wrong/incomplete sometimes

https://bz.apache.org/bugzilla/show_bug.cgi?id=64315

            Bug ID: 64315
           Summary: configure output for OpenSSL wrong/incomplete
                    sometimes
           Product: Tomcat Native
           Version: 1.2.23
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Library
          Assignee: dev@tomcat.apache.org
          Reporter: michaelo@apache.org
  Target Milestone: ---

When OpenSSL lives in /usr then configure output will be:
> checking for OpenSSL library... using openssl from /usr/ and /usr/include

'/usr/' is obviously wrong. The root cause is in build/tcnative.m4. In the case
of '"$use_openssl" = "/usr"' 'test -d $use_openssl/lib64 && ssllibdir=lib64 ||
ssllibdir=lib" is not executed', thus remains unset.

The simplest fix is to move the dir test out of the if clause.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 64315] configure output for OpenSSL wrong/incomplete sometimes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64315

--- Comment #1 from Michael Osipov <mi...@apache.org> ---
More over, the ssllibdir is always wrong on HP-UX. It has to be either
lib/hpux32 or lib/hpux64.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 64315] configure output for OpenSSL wrong/incomplete sometimes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64315

Michael Osipov <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Michael Osipov <mi...@apache.org> ---
Fix in 1.2.24 and onwards

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org