<?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: To keep SHLIB_PATH environment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243011#M470040</link>
    <description>&amp;gt;can you explain better.&lt;BR /&gt;&lt;BR /&gt;sudo -E ...&lt;BR /&gt;&lt;A href="http://www.gratisoft.us/sudo/man/sudo.html" target="_blank"&gt;http://www.gratisoft.us/sudo/man/sudo.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1358533" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1358533&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;unix_shell: you may check this link&lt;BR /&gt;&lt;BR /&gt;That may be unrelated to the sudo issue.</description>
    <pubDate>Thu, 10 Jun 2010 06:54:10 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-06-10T06:54:10Z</dc:date>
    <item>
      <title>To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243001#M470030</link>
      <description>Hi, Pls do any one know how I can sudo to keep SHLIB_PATH environment on HP-UX</description>
      <pubDate>Wed, 09 Jun 2010 08:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243001#M470030</guid>
      <dc:creator>ozas</dc:creator>
      <dc:date>2010-06-09T08:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243002#M470031</link>
      <description>Can you pls define your problem in details?</description>
      <pubDate>Wed, 09 Jun 2010 08:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243002#M470031</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2010-06-09T08:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243003#M470032</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you mean that you lose the settings when you 'su' then you need to set:&lt;BR /&gt;&lt;BR /&gt;SU_KEEP_ENV_VARS=SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;...in '/etc/default/security'&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'security(4)'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 09 Jun 2010 08:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243003#M470032</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-06-09T08:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243004#M470033</link>
      <description>My problem in detail is that, I have sudo installed on HP-UX. This work perfectly well except for the mailbox services and the problem was that sudo does not keep the SHLIB_PATH environment. I have created the /etc/default/security and added SU_KEEP_ENV_VARS=SHLIB_PATH and also I have use the env_keep for all the global and local variables in the sudoers file but still does not work. Attahed is the error I get when the mailbox services are started. I will kindly appreciate any hint.</description>
      <pubDate>Wed, 09 Jun 2010 09:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243004#M470033</guid>
      <dc:creator>ozas</dc:creator>
      <dc:date>2010-06-09T09:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243005#M470034</link>
      <description>Attachement</description>
      <pubDate>Wed, 09 Jun 2010 09:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243005#M470034</guid>
      <dc:creator>ozas</dc:creator>
      <dc:date>2010-06-09T09:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243006#M470035</link>
      <description>&amp;gt;JRF: If you mean that you lose the settings when you 'su' then you need to set:&lt;BR /&gt;SU_KEEP_ENV_VARS=SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;Wasn't the question about sudo?&lt;BR /&gt;Doesn't that need -E?  (I had to use that since the default had changed.)&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 09:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243006#M470035</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-06-09T09:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243007#M470036</link>
      <description>if you wish to set SETENV in sudoers file&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;user1 ALL = (root) NOPASSWD:SETENV:ALL</description>
      <pubDate>Wed, 09 Jun 2010 09:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243007#M470036</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2010-06-09T09:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243008#M470037</link>
      <description>Dennis, pls can you explain better.There was a syntax error when I use this &lt;BR /&gt;user1 ALL = (root) NOPASSWD:SETENV:ALL</description>
      <pubDate>Wed, 09 Jun 2010 09:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243008#M470037</guid>
      <dc:creator>ozas</dc:creator>
      <dc:date>2010-06-09T09:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243009#M470038</link>
      <description>you may check this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1253034" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1253034&lt;/A&gt;</description>
      <pubDate>Wed, 09 Jun 2010 10:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243009#M470038</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2010-06-09T10:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243010#M470039</link>
      <description>Hi, I tried to edit the sudoers file to include: &lt;BR /&gt;Defaults always_set_home&lt;BR /&gt;&lt;BR /&gt;It gives me the attached error when I restarted the mailbox services.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 13:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243010#M470039</guid>
      <dc:creator>ozas</dc:creator>
      <dc:date>2010-06-09T13:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243011#M470040</link>
      <description>&amp;gt;can you explain better.&lt;BR /&gt;&lt;BR /&gt;sudo -E ...&lt;BR /&gt;&lt;A href="http://www.gratisoft.us/sudo/man/sudo.html" target="_blank"&gt;http://www.gratisoft.us/sudo/man/sudo.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1358533" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1358533&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;unix_shell: you may check this link&lt;BR /&gt;&lt;BR /&gt;That may be unrelated to the sudo issue.</description>
      <pubDate>Thu, 10 Jun 2010 06:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243011#M470040</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-06-10T06:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: To keep SHLIB_PATH environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243012#M470041</link>
      <description>The environment issue has been resolved.&lt;BR /&gt;What I did differently was to add the following to the sudoers file:&lt;BR /&gt;&lt;BR /&gt;Defaults   env_keep -= "PATH"&lt;BR /&gt;&lt;BR /&gt;Before now I was using +&lt;BR /&gt;&lt;BR /&gt;Thanks to all the contributions.</description>
      <pubDate>Fri, 11 Jun 2010 11:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to-keep-shlib-path-environment/m-p/5243012#M470041</guid>
      <dc:creator>ozas</dc:creator>
      <dc:date>2010-06-11T11:12:26Z</dc:date>
    </item>
  </channel>
</rss>

