<?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>question Re: LD_LIBRARY_PATH can't be found in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/379653#M243899</link>
    <description>&lt;P&gt;It was a python version issue between the 2 clusters&lt;/P&gt;</description>
    <pubDate>Mon, 27 Nov 2023 08:28:33 GMT</pubDate>
    <dc:creator>Bilal_Hammas</dc:creator>
    <dc:date>2023-11-27T08:28:33Z</dc:date>
    <item>
      <title>LD_LIBRARY_PATH can't be found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/378520#M243569</link>
      <description>&lt;P&gt;Hi everybody. When I use &lt;A href="https://github.com/cloudera/hue/blob/master/tools/ops/hue_sync_ldap_groups_cron.sh" target="_blank" rel="noopener"&gt;https://github.com/cloudera/hue/blob/master/tools/ops/hue_sync_ldap_groups_cron.sh&lt;/A&gt; to sync ldap groups with hue on my first cluster it's works fine but when I use on a second cluster I have one error&amp;nbsp; "LD_LIBRARY_PATH can't be found, if you are using ORACLE for your Hue database&lt;BR /&gt;then it must be set, if not, you can ignore&lt;BR /&gt;export LD_LIBRARY_PATH=/path/to/instantclient". Cause this error,&amp;nbsp; we can't retreive de ldap_config used later in the scripts. Does someone know how to fix this issue. Thanks &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:46:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/378520#M243569</guid>
      <dc:creator>Bilal_Hammas</dc:creator>
      <dc:date>2026-04-21T06:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: LD_LIBRARY_PATH can't be found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/378703#M243635</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107256"&gt;@Bilal_Hammas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems like you do not have the below 2 global parameters exported in the problematic cluster Hue node and these libraries are needed to sync LDAP users into Hue DB when you use an Oracle DB as a backend database to Hue.&lt;/P&gt;&lt;P&gt;To check that please run the below command in the Hue node&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;&amp;gt; $ echo $ORACLE_HOME&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; $ echo $LD_LIBRARY_PATH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the above 2 commands return no values then the error that you hitting is expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please export these 2 parameters in the Hue hosted node.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; log in to the Hue node say for example with the root user&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Find the path where you have instantclient installed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; $locate&amp;nbsp;instantclient&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Copy the instantclient path from the above command and replace it with&amp;nbsp;/path/instantclient in the below command&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; $ export ORACLE_HOME=&amp;lt;/path/instantclient&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Check again if you can see the value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; $ echo $ORACLE_HOME&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Then export the LD library path by running&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; $&amp;nbsp;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;Check again if you can see the value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; $ echo $LD_LIBRARY_PATH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Then try to sync ldap groups again with hue&amp;nbsp;and share your observations.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 10:28:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/378703#M243635</guid>
      <dc:creator>iks</dc:creator>
      <dc:date>2023-11-07T10:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: LD_LIBRARY_PATH can't be found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/378886#M243711</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107256"&gt;@Bilal_Hammas&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 22:36:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/378886#M243711</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2023-11-10T22:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: LD_LIBRARY_PATH can't be found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/379119#M243783</link>
      <description>&lt;P&gt;no, Unfortunately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 08:24:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/379119#M243783</guid>
      <dc:creator>Bilal_Hammas</dc:creator>
      <dc:date>2023-11-16T08:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: LD_LIBRARY_PATH can't be found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/379164#M243795</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107256"&gt;@Bilal_Hammas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please share the output of the below 2 commands from the working cluster&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;&amp;gt; $ echo $ORACLE_HOME&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; $ echo $LD_LIBRARY_PATH&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 16:04:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/379164#M243795</guid>
      <dc:creator>iks</dc:creator>
      <dc:date>2023-11-17T16:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: LD_LIBRARY_PATH can't be found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/379247#M243814</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107256"&gt;@Bilal_Hammas&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? Can you provide the information @iks has requested? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 22:25:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/379247#M243814</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2023-11-20T22:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: LD_LIBRARY_PATH can't be found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/379653#M243899</link>
      <description>&lt;P&gt;It was a python version issue between the 2 clusters&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 08:28:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/LD-LIBRARY-PATH-can-t-be-found/m-p/379653#M243899</guid>
      <dc:creator>Bilal_Hammas</dc:creator>
      <dc:date>2023-11-27T08:28:33Z</dc:date>
    </item>
  </channel>
</rss>

