<?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: SAS Enterprise Guide  connected to a Linux Remote Machine LD_LIBRARY_PATH Environment variables in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915651#M28002</link>
    <description>The way things get appended to LD_LIBRARY_PATH is you have something in one of those files I mentioned that says:&lt;BR /&gt;export LD_LIBRARY_PATH=/some/new/path:$LD_LIBRARY_PATH&lt;BR /&gt;or&lt;BR /&gt;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/some/new/path&lt;BR /&gt;&lt;BR /&gt;It is also possible to set environment variables using an options statement or -set option.&lt;BR /&gt;&lt;BR /&gt;If you run the WorkspaceServer.sh command directly with -nodms, and run&lt;BR /&gt;%put %sysget(LD_LIBRARY_PATH);&lt;BR /&gt;does the LD_LIBRARY_PATH value contain the additions?&lt;BR /&gt;&lt;BR /&gt;If so, try editing WorkspaceServer.sh and uncommenting the "set -x" command at the top and run again. This will show in the terminal display each file it is sourcing and the commands being run.</description>
    <pubDate>Mon, 12 Feb 2024 19:10:16 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2024-02-12T19:10:16Z</dc:date>
    <item>
      <title>SAS Enterprise Guide  connected to a Linux Remote Machine LD_LIBRARY_PATH Environment variables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915342#M27992</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are having some LD_LIBRARY_PATH issues. SAS Enterprise Guide connected&amp;nbsp; to a remote Linux machine . Would like to know from which location on the remote machine does SAS EG set up its LD_LIBRARY_PATH env variables? please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 19:50:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915342#M27992</guid>
      <dc:creator>kh4</dc:creator>
      <dc:date>2024-02-09T19:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide  connected to a Linux Remote Machine LD_LIBRARY_PATH Environment variables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915343#M27993</link>
      <description>&lt;P&gt;The Workspace Server script (&amp;lt;SASConfig&amp;gt;/Lev1/SASApp/WorkspaceServer/WorkspaceServer.sh) sources a number of files that can affect the final value of LD_LIBRARY_PATH if modified. (WorkspaceServer_usermods.sh, appservercontext_env_usermods.sh, level_env_usermods.sh, &amp;lt;SASHome&amp;gt;/SASFoundation/9.4/bin/sasenv_local). While no modifications should be made to the non usermods suffixed files they are also sourced and could also be making changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think by default (no modifications made to the usermods files) this would only come from &amp;lt;SASHome&amp;gt;/SASFoundation/9.4/bin/sasenv, where it adds some JAVA_HOME and SASHOME paths to whatever is currently set as LD_LIBRARY_PATH.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 20:19:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915343#M27993</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-02-09T20:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide  connected to a Linux Remote Machine LD_LIBRARY_PATH Environment variables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915624#M27998</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/373773"&gt;@kh4&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;To your question "Would like to know from which location on the remote machine does SAS EG set up its LD_LIBRARY_PATH env variables?"&lt;BR /&gt;This is typically setup at [SASHome]/SASFoundation/9.4/bin/sasenv_local.&lt;BR /&gt;What was the error ? Can you please share it?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 17:20:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915624#M27998</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2024-02-12T17:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide  connected to a Linux Remote Machine LD_LIBRARY_PATH Environment variables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915647#M28000</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp; for your response.&amp;nbsp; LD_LIBRARY_PATH env variable are being set from&amp;nbsp;&lt;SPAN&gt;SASHome&amp;gt;/SASFoundation/9.4/bin/sasenv_local , but the issue is there&amp;nbsp; are some additional Paths which are being &lt;STRONG&gt;appended&lt;/STRONG&gt;&amp;nbsp;to LD_LIBRARY_PATH on EG.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 18:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915647#M28000</guid>
      <dc:creator>kh4</dc:creator>
      <dc:date>2024-02-12T18:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide  connected to a Linux Remote Machine LD_LIBRARY_PATH Environment variables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915648#M28001</link>
      <description>&lt;P&gt;When executing X commands for transfer protocols like Rsync, SFTP, Scp , PIPE on EG&amp;nbsp; seeing below error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ssh: symbol lookup error: /lib64/libgssapi_krb5.so.2: undefined symbol: k5_internalize_principal, version krb5_3_MIT&lt;BR /&gt;rsync: connection unexpectedly closed (0 bytes received so far) [sender]&lt;BR /&gt;rsync error: remote command not found (code 127) at io.c(226) [sender=3.1.3&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 19:00:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915648#M28001</guid>
      <dc:creator>kh4</dc:creator>
      <dc:date>2024-02-12T19:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide  connected to a Linux Remote Machine LD_LIBRARY_PATH Environment variables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915651#M28002</link>
      <description>The way things get appended to LD_LIBRARY_PATH is you have something in one of those files I mentioned that says:&lt;BR /&gt;export LD_LIBRARY_PATH=/some/new/path:$LD_LIBRARY_PATH&lt;BR /&gt;or&lt;BR /&gt;export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/some/new/path&lt;BR /&gt;&lt;BR /&gt;It is also possible to set environment variables using an options statement or -set option.&lt;BR /&gt;&lt;BR /&gt;If you run the WorkspaceServer.sh command directly with -nodms, and run&lt;BR /&gt;%put %sysget(LD_LIBRARY_PATH);&lt;BR /&gt;does the LD_LIBRARY_PATH value contain the additions?&lt;BR /&gt;&lt;BR /&gt;If so, try editing WorkspaceServer.sh and uncommenting the "set -x" command at the top and run again. This will show in the terminal display each file it is sourcing and the commands being run.</description>
      <pubDate>Mon, 12 Feb 2024 19:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915651#M28002</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2024-02-12T19:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide  connected to a Linux Remote Machine LD_LIBRARY_PATH Environment variables</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915668#M28003</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/373773"&gt;@kh4&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please have a look here &lt;A href="https://access.redhat.com/solutions/6968539" target="_blank"&gt;https://access.redhat.com/solutions/6968539&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 20:02:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Enterprise-Guide-connected-to-a-Linux-Remote-Machine-LD/m-p/915668#M28003</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2024-02-12T20:02:15Z</dc:date>
    </item>
  </channel>
</rss>

