You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2011/01/09 00:02:46 UTC

[jira] Created: (TS-626) configure doesn't seem to properly honor --with-openssl (for example)

configure doesn't seem to properly honor --with-openssl (for example)
---------------------------------------------------------------------

                 Key: TS-626
                 URL: https://issues.apache.org/jira/browse/TS-626
             Project: Traffic Server
          Issue Type: Bug
          Components: Build
            Reporter: Leif Hedstrom
             Fix For: 2.1.7


If I configure with e.g. --with-openssl=/opt/openssl  , we compile and link etc. as expected, but, we do not seem to include the appropriate "rpath" into the generated binary. E.g.

root@kramer 728/0 # ldd proxy/traffic_server  | grep -i ssl
	libssl.so.1.0.0 => not found


I would have expected libtool to do this "right", but it doesn't seem to?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TS-626) configure doesn't seem to properly honor --with-openssl (for example)

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-626.
------------------------------

    Resolution: Fixed

> configure doesn't seem to properly honor --with-openssl (for example)
> ---------------------------------------------------------------------
>
>                 Key: TS-626
>                 URL: https://issues.apache.org/jira/browse/TS-626
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>            Reporter: Leif Hedstrom
>             Fix For: 2.1.7
>
>
> If I configure with e.g. --with-openssl=/opt/openssl  , we compile and link etc. as expected, but, we do not seem to include the appropriate "rpath" into the generated binary. E.g.
> root@kramer 728/0 # ldd proxy/traffic_server  | grep -i ssl
> 	libssl.so.1.0.0 => not found
> I would have expected libtool to do this "right", but it doesn't seem to?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.