You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:49 UTC

[jira] [Issue Comment Deleted] (MESOS-3725) shared library loading depends on environment variable updates

     [ https://issues.apache.org/jira/browse/MESOS-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated MESOS-3725:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> shared library loading depends on environment variable updates
> --------------------------------------------------------------
>
>                 Key: MESOS-3725
>                 URL: https://issues.apache.org/jira/browse/MESOS-3725
>             Project: Mesos
>          Issue Type: Bug
>          Components: modules, stout
>            Reporter: James Peach
>            Assignee: James Peach
>            Priority: Major
>             Fix For: 0.28.0
>
>
> {{ModuleTest::SetUpTestCase()}} and the various {{libraries::paths()}} is stout assume that updating {{LD_LIBRARY_PATH}} or {{DYLD_LIBRARY_PATH}} is sufficient to alter the search path used by dlopen(3). It is not; those environment variables are only bound at program load.
> My preference is to fix this by requiring the clients of {{DynamicLibrary}} to always pass in an absolute path and to remove all mention of these environment variables.
> FWIW, the tests in {{ModuleTest::SetUpTestCase()}} only work because the libtool wrapper script sets up the library path to the expected value prior to running the tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)