<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Has the location of liboneagentproc.so moved? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/250283#M33037</link>
    <description>&lt;P&gt;Not good at all... Changing paths without notice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2024 16:09:10 GMT</pubDate>
    <dc:creator>Romanenkov_Al3x</dc:creator>
    <dc:date>2024-07-10T16:09:10Z</dc:date>
    <item>
      <title>Has the location of liboneagentproc.so moved?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237448#M31142</link>
      <description>&lt;P&gt;I've noticed that the location of&amp;nbsp;liboneagentproc.so on linux installation seems to have moved at some point/update?&lt;BR /&gt;In the past sysadmins added the library path to LD_PRELOAD (per process) to allow injection into specific processes only. Back then the way to do this was by pointing to&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;/opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so&lt;/PRE&gt;
&lt;P&gt;Now this seems to have silently moved to:&lt;/P&gt;
&lt;PRE&gt;/lib/x86_64-linux-gnu/liboneagentproc.so&lt;/PRE&gt;
&lt;P&gt;and thus this way of injection doesn't work anymore?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone. have any information on this?&lt;/P&gt;
&lt;P&gt;KR&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 06:36:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237448#M31142</guid>
      <dc:creator>r_weber</dc:creator>
      <dc:date>2024-07-11T06:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Has the location of liboneagentproc.so moved?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237449#M31143</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35901"&gt;@r_weber&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;First one I checked just introduced more variation:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# find . -name liboneagentproc.so
/usr/lib/x86_64-linux-gnu/liboneagentproc.so
/opt/dynatrace/oneagent/agent/bin/1.283.132.20240205-143805/linux-x86-64/liboneagentproc.so
/opt/dynatrace/oneagent/agent/bin/1.283.132.20240205-143805/linux-x86-32/liboneagentproc.so&lt;/LI-CODE&gt;&lt;P&gt;Tried looking inside the installation script, but couldn't find immediate references.&lt;/P&gt;&lt;P&gt;I imagine it may vary by distribution. In the case I checked, Ubuntu 20.04.3 LTS.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 19:49:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237449#M31143</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-02-19T19:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Has the location of liboneagentproc.so moved?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237451#M31145</link>
      <description>&lt;P&gt;Yes and no &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;BR /&gt;The path depends on the Linux distribution and bitness. And it does not reference to /opt anymore but to the /lib (main system libraries or how is this called) - I mainly to ensure it is accessible every time the system boots. Inaccessible library specified in preload can be a pain.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 20:56:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237451#M31145</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-02-19T20:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Has the location of liboneagentproc.so moved?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237470#M31151</link>
      <description>&lt;P&gt;This was surprising, i had same issue and tried to figure out what went wrong, later on found directory structure has been changed from /opt to /lib in few cases...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 02:45:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237470#M31151</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2024-02-20T02:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Has the location of liboneagentproc.so moved?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237652#M31183</link>
      <description>&lt;P&gt;Something definitely has changed...&lt;BR /&gt;Even the documentation for &lt;A href="https://docs.dynatrace.com/docs/setup-and-configuration/setup-on-container-platforms/docker/set-up-oneagent-on-containers-for-application-only-monitoring" target="_self"&gt;manual application level injection&lt;/A&gt;&amp;nbsp;still states to use the library at&amp;nbsp;/opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so but it doesn't exist anymore.&lt;BR /&gt;I agree with&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp;on having it at a system path makes more sense and creates less room for error, but for existing installations simply removing the "old" path without a fallback can cause some nasty surprises!&lt;BR /&gt;Nothing in the release notes either ...&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 09:46:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237652#M31183</guid>
      <dc:creator>r_weber</dc:creator>
      <dc:date>2024-02-21T09:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Has the location of liboneagentproc.so moved?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237665#M31187</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35901"&gt;@r_weber&lt;/a&gt;&amp;nbsp;one needs to distinguish manual injection (where it is correct to use the file path to the oneagent installation directory).&lt;BR /&gt;&lt;BR /&gt;I believe the path is changed on OneAgent upgrades where the liboneagentproc is redeployed each time correctly. For example - if you install 32bit support, the installer will also add 32bit liboneagentproc to system libraries.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 11:06:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/237665#M31187</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-02-21T11:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Has the location of liboneagentproc.so moved?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/250283#M33037</link>
      <description>&lt;P&gt;Not good at all... Changing paths without notice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 16:09:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Has-the-location-of-liboneagentproc-so-moved/m-p/250283#M33037</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2024-07-10T16:09:10Z</dc:date>
    </item>
  </channel>
</rss>

