<?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>article Qlik Replicate on Linux error: Version OPENSSL_3.4.0 not found in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-on-Linux-error-Version-OPENSSL-3-4-0-not-found/ta-p/2545302</link>
    <description>&lt;P&gt;On Red Hat Enterprise Linux v9.7, `OPENSSL_3.4.0' not found message may appear when running system commands. The message explicitly references Qlik Replicate's bundled libraries, which can make it look as though the error is a product issue.&lt;/P&gt;
&lt;P&gt;For example, when running:&lt;/P&gt;
&lt;PRE&gt;systemctl start areplicate&lt;/PRE&gt;
&lt;P&gt;You may see:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;systemctl: /opt/attunity/replicate/lib/libcrypto.so.3: version `OPENSSL_3.4.0' not found (required by /usr/lib64/systemd/libsystemd-shared-252.so)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This phrasing makes it clear that the error message itself points to Qlik Replicate’s libraries, while also explaining why someone might mistakenly think it’s a product defect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;If an error occurs, avoid running system commands inside Qlik Replicate’s environment.&lt;/LI&gt;
&lt;LI&gt;Do not source scripts such as &lt;CODE&gt;arep_login.sh&lt;/CODE&gt; or include Qlik Replicate’s library path when executing commands that are unrelated to Qlik Replicate. This ensures that system tools use the correct libraries from &lt;CODE&gt;/lib64&lt;/CODE&gt; rather than the older bundled versions provided by Qlik Replicate.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Red Hat Enterprise Linux 9.7 ships with OpenSSL version 3.4 or newer, while Qlik Replicate (v2025.11.0.286) bundles its own OpenSSL libraries that only support versions up to 3.0.x. When the Qlik Replicate environment is activated, its library path (LD_LIBRARY_PATH) takes precedence, so system commands such as systemctl may load the older bundled libraries instead of the system’s /lib64 versions. This mismatch leads directly to the OPENSSL_3.4.0 not found error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 23 Mar 2026 14:11:51 GMT</pubDate>
    <dc:creator>DesmondWOO</dc:creator>
    <dc:date>2026-03-23T14:11:51Z</dc:date>
    <item>
      <title>Qlik Replicate on Linux error: Version OPENSSL_3.4.0 not found</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-on-Linux-error-Version-OPENSSL-3-4-0-not-found/ta-p/2545302</link>
      <description>&lt;P&gt;On Red Hat Enterprise Linux v9.7, `OPENSSL_3.4.0' not found message may appear when running system commands. The message explicitly references Qlik Replicate's bundled libraries, which can make it look as though the error is a product issue.&lt;/P&gt;
&lt;P&gt;For example, when running:&lt;/P&gt;
&lt;PRE&gt;systemctl start areplicate&lt;/PRE&gt;
&lt;P&gt;You may see:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;systemctl: /opt/attunity/replicate/lib/libcrypto.so.3: version `OPENSSL_3.4.0' not found (required by /usr/lib64/systemd/libsystemd-shared-252.so)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;This phrasing makes it clear that the error message itself points to Qlik Replicate’s libraries, while also explaining why someone might mistakenly think it’s a product defect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;If an error occurs, avoid running system commands inside Qlik Replicate’s environment.&lt;/LI&gt;
&lt;LI&gt;Do not source scripts such as &lt;CODE&gt;arep_login.sh&lt;/CODE&gt; or include Qlik Replicate’s library path when executing commands that are unrelated to Qlik Replicate. This ensures that system tools use the correct libraries from &lt;CODE&gt;/lib64&lt;/CODE&gt; rather than the older bundled versions provided by Qlik Replicate.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Red Hat Enterprise Linux 9.7 ships with OpenSSL version 3.4 or newer, while Qlik Replicate (v2025.11.0.286) bundles its own OpenSSL libraries that only support versions up to 3.0.x. When the Qlik Replicate environment is activated, its library path (LD_LIBRARY_PATH) takes precedence, so system commands such as systemctl may load the older bundled libraries instead of the system’s /lib64 versions. This mismatch leads directly to the OPENSSL_3.4.0 not found error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 23 Mar 2026 14:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-on-Linux-error-Version-OPENSSL-3-4-0-not-found/ta-p/2545302</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-03-23T14:11:51Z</dc:date>
    </item>
  </channel>
</rss>

