<?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: /etc/SHLIB in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925061#M110463</link>
    <description>Ken,&lt;BR /&gt;&lt;BR /&gt;Here's what we use in .dtprofile:&lt;BR /&gt;&lt;BR /&gt;DTSOURCEPROFILE=true&lt;BR /&gt;  . /etc/profile;&lt;BR /&gt;  . $HOME/.profile;&lt;BR /&gt;  . /etc/vueprofile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 12 Mar 2003 15:10:51 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-03-12T15:10:51Z</dc:date>
    <item>
      <title>/etc/SHLIB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925056#M110458</link>
      <description>My understanding is that the files PATH, MANPATH and SHLIB_PATH on /etc are used to set initial global values of these variables for all users (right?).&lt;BR /&gt;&lt;BR /&gt;This is occuring without problem for PATH.&lt;BR /&gt;&lt;BR /&gt;However, what I set up for SHLIB_PATH is not being picked up by any user.  I noticed that in /etc/profile, there's some code to explicitly EXPORT the value for MANPATH, so I added a similar section for SHLIB_PATH.  This also seems to fail; i.e. both PATH and MANPATH are picked up from the files, but SHLIB_path aren't.&lt;BR /&gt;&lt;BR /&gt;Am I doing something wrong or not understanding something.&lt;BR /&gt;Shouldn't the value from the&lt;BR /&gt;/etc/SHLIB_PATH file be picked up as the global user default?</description>
      <pubDate>Wed, 12 Mar 2003 12:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925056#M110458</guid>
      <dc:creator>kenneth kahn_3</dc:creator>
      <dc:date>2003-03-12T12:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/SHLIB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925057#M110459</link>
      <description>In the case of PATH and MANPATH, these are parsed during /etc/profile: &lt;BR /&gt;&lt;BR /&gt;export PATH=`cat /etc/PATH`&lt;BR /&gt;export MANPATH=`cat /etc/MANPATH`&lt;BR /&gt;&lt;BR /&gt;It seems to me you might have to do the same with SHLIB_PATH?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 12 Mar 2003 12:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925057#M110459</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-12T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/SHLIB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925058#M110460</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please post your /etc/profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;          Steve Steel</description>
      <pubDate>Wed, 12 Mar 2003 12:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925058#M110460</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-03-12T12:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/SHLIB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925059#M110461</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't think I have ever heard that SHLIB_PATH should behave as a global template:&lt;BR /&gt;I've always seen it used as a template *that would be called in /etc/profile*:&lt;BR /&gt;&lt;BR /&gt;# Set SHLIB_PATH to the contents of /etc/SHLIB_PATH , if it exists.&lt;BR /&gt;&lt;BR /&gt;if [ -r /etc/SHLIB_PATH ]&lt;BR /&gt;then&lt;BR /&gt;        SHLIB_PATH=`cat /etc/SHLIB_PATH`&lt;BR /&gt;fi&lt;BR /&gt;export SHLIB_PATH &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you're using csh, you may want to use it in /etc/csh.login:&lt;BR /&gt;&lt;BR /&gt;if ( -r /etc/MANPATH ) then&lt;BR /&gt;    setenv MANPATH `cat /etc/MANPATH`&lt;BR /&gt;endif&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;FiX&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2003 12:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925059#M110461</guid>
      <dc:creator>F. X. de Montgolfier</dc:creator>
      <dc:date>2003-03-12T12:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/SHLIB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925060#M110462</link>
      <description>I have to change my scenerio.  What's not working is DTTERM.  I'm starting a dtterm session via CDE and that's what's not&lt;BR /&gt;picking up the value of SHLIB_PATH.  If I telnet directly into the system and use sh or similar, then it works OK.&lt;BR /&gt;&lt;BR /&gt;So I should change my question to what is the dtterm equivalent of profile; is it .dtprofile?</description>
      <pubDate>Wed, 12 Mar 2003 15:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925060#M110462</guid>
      <dc:creator>kenneth kahn_2</dc:creator>
      <dc:date>2003-03-12T15:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/SHLIB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925061#M110463</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;Here's what we use in .dtprofile:&lt;BR /&gt;&lt;BR /&gt;DTSOURCEPROFILE=true&lt;BR /&gt;  . /etc/profile;&lt;BR /&gt;  . $HOME/.profile;&lt;BR /&gt;  . /etc/vueprofile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 12 Mar 2003 15:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925061#M110463</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-12T15:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/SHLIB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925062#M110464</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There are options in CDE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)make for the local user a .Xdefaults file with&lt;BR /&gt;&lt;BR /&gt;*loginShell:  true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)Machine wide enable the "loginShell" resource for the terminal emulators by creating sys.resources (chmod 644) in&lt;BR /&gt;    /etc/dt/config/C/ containing:   *loginShell:  True&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                  Steve Steel</description>
      <pubDate>Wed, 12 Mar 2003 15:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shlib/m-p/2925062#M110464</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-03-12T15:41:02Z</dc:date>
    </item>
  </channel>
</rss>

