<?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: Error relocating in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Error-relocating/m-p/249664#M32968</link>
    <description>&lt;P&gt;And the answer:&amp;nbsp;&lt;SPAN&gt;use the classic integration for build runtime (in the mentioned docs) and add the `arch=arm` reference? ARG DT_ONEAGENT_OPTIONS="flavor=musl&amp;amp;arch=arm&amp;amp;include=all"&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2024 11:30:07 GMT</pubDate>
    <dc:creator>darkisdude</dc:creator>
    <dc:date>2024-07-02T11:30:07Z</dc:date>
    <item>
      <title>Error relocating</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Error-relocating/m-p/249394#M32948</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to start to use dynatrace but I'm totally stuck with our setup.&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;FROM node:20-alpine&lt;/P&gt;
&lt;P&gt;COPY --from=xxxxxxx.live.dynatrace.com/linux/oneagent-codemodules-musl:all / /&lt;BR /&gt;ENV LD_PRELOAD /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so&lt;BR /&gt;ENV DT_LOGLEVELCON INFO&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;`docker build -t test .`&lt;/P&gt;
&lt;P&gt;`docker run --rm -it test`&lt;/P&gt;
&lt;P&gt;Then you have the full error here:&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 16&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 18&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;BR /&gt;Error relocating /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so: unsupported relocation type 6&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;I'm using a MacBook PRO M3 (so ARM?).&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 11:09:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Error-relocating/m-p/249394#M32948</guid>
      <dc:creator>darkisdude</dc:creator>
      <dc:date>2024-07-01T11:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error relocating</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Error-relocating/m-p/249395#M32949</link>
      <description>&lt;P&gt;I'm following this documentation&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/setup-and-configuration/setup-on-cloud-platforms/amazon-web-services/amazon-web-services-integrations/aws-fargate#troubleshoot" target="_blank"&gt;https://docs.dynatrace.com/docs/setup-and-configuration/setup-on-cloud-platforms/amazon-web-services/amazon-web-services-integrations/aws-fargate#troubleshoot&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 11:07:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Error-relocating/m-p/249395#M32949</guid>
      <dc:creator>darkisdude</dc:creator>
      <dc:date>2024-06-28T11:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error relocating</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Error-relocating/m-p/249472#M32950</link>
      <description>&lt;LI-CODE lang="markup"&gt;FROM node:20-alpine

#COPY --from=lap64308.live.dynatrace.com/linux/oneagent-codemodules-musl:all / /
#ENV LD_PRELOAD /opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so
#ENV DT_LOGLEVELCON INFO

ARG DT_API_URL="https://{environmentid}.live.dynatrace.com/api"
ARG DT_API_TOKEN="&amp;lt;token redacted&amp;gt;"
ARG DT_ONEAGENT_OPTIONS="flavor=default&amp;amp;include=all"
ENV DT_HOME="/opt/dynatrace/oneagent"
RUN mkdir -p "$DT_HOME" &amp;amp;&amp;amp; \
wget -O "$DT_HOME/oneagent.zip" "$DT_API_URL/v1/deployment/installer/agent/unix/paas/latest?Api-Token=$DT_API_TOKEN&amp;amp;$DT_ONEAGENT_OPTIONS" &amp;amp;&amp;amp; \
unzip -d "$DT_HOME" "$DT_HOME/oneagent.zip" &amp;amp;&amp;amp; \
rm "$DT_HOME/oneagent.zip"

ENTRYPOINT [ "/opt/dynatrace/oneagent/dynatrace-agent64.sh" ]&lt;/LI-CODE&gt;&lt;P&gt;With the other way to install it&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 08:16:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Error-relocating/m-p/249472#M32950</guid>
      <dc:creator>darkisdude</dc:creator>
      <dc:date>2024-07-01T08:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error relocating</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Error-relocating/m-p/249664#M32968</link>
      <description>&lt;P&gt;And the answer:&amp;nbsp;&lt;SPAN&gt;use the classic integration for build runtime (in the mentioned docs) and add the `arch=arm` reference? ARG DT_ONEAGENT_OPTIONS="flavor=musl&amp;amp;arch=arm&amp;amp;include=all"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 11:30:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Error-relocating/m-p/249664#M32968</guid>
      <dc:creator>darkisdude</dc:creator>
      <dc:date>2024-07-02T11:30:07Z</dc:date>
    </item>
  </channel>
</rss>

