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: micha...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to