<?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 program will only run as one user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909812#M107014</link>
    <description>Hi,&lt;BR /&gt;I'm trying to let users run this program.  Right now, only one user is able to run it.  It looks like the program is using libCsup, and what I think is going on is that only one user is using the correct version.  Here's what I get when I try to run it as one user:&lt;BR /&gt;&lt;BR /&gt;vishp1 7  mockup2000i2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__21__versioned_type_infoFv&lt;BR /&gt;(data)  from /disk1/apps/mockup2000i2/hp8k/lib/libdivu.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __curStaticObject (data)  from /disk1/apps/mockup2000i2/hp8k/lib/libdivu.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__21__versioned_type_infoFv&lt;BR /&gt;(data)  from /disk1/apps/mockup2000i2/hp8k/lib/libdivu.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __curStaticObject (data)  from /disk1/apps/mockup2000i2/hp8k/lib/libdivu.sl&lt;BR /&gt;&lt;BR /&gt;The other user runs it without a problem.  I checked the aCC runtime support libraries, and both users are using the same version:&lt;BR /&gt;&lt;BR /&gt;emedia@vishp1:/home/emedia &amp;gt; what /opt/aCC/bin/aCC&lt;BR /&gt;/opt/aCC/bin/aCC:&lt;BR /&gt;        HP aC++ B3910B A.03.31&lt;BR /&gt;        HP aC++ B3910B A.03.27 Language Support Library&lt;BR /&gt;&lt;BR /&gt;anybody have any idea what's going on here?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nick</description>
    <pubDate>Thu, 20 Feb 2003 21:36:22 GMT</pubDate>
    <dc:creator>Nick Gamroth_1</dc:creator>
    <dc:date>2003-02-20T21:36:22Z</dc:date>
    <item>
      <title>program will only run as one user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909812#M107014</link>
      <description>Hi,&lt;BR /&gt;I'm trying to let users run this program.  Right now, only one user is able to run it.  It looks like the program is using libCsup, and what I think is going on is that only one user is using the correct version.  Here's what I get when I try to run it as one user:&lt;BR /&gt;&lt;BR /&gt;vishp1 7  mockup2000i2&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__21__versioned_type_infoFv&lt;BR /&gt;(data)  from /disk1/apps/mockup2000i2/hp8k/lib/libdivu.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __curStaticObject (data)  from /disk1/apps/mockup2000i2/hp8k/lib/libdivu.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: [Vtable]key:__dt__21__versioned_type_infoFv&lt;BR /&gt;(data)  from /disk1/apps/mockup2000i2/hp8k/lib/libdivu.sl&lt;BR /&gt;/usr/lib/dld.sl: Unresolved symbol: __curStaticObject (data)  from /disk1/apps/mockup2000i2/hp8k/lib/libdivu.sl&lt;BR /&gt;&lt;BR /&gt;The other user runs it without a problem.  I checked the aCC runtime support libraries, and both users are using the same version:&lt;BR /&gt;&lt;BR /&gt;emedia@vishp1:/home/emedia &amp;gt; what /opt/aCC/bin/aCC&lt;BR /&gt;/opt/aCC/bin/aCC:&lt;BR /&gt;        HP aC++ B3910B A.03.31&lt;BR /&gt;        HP aC++ B3910B A.03.27 Language Support Library&lt;BR /&gt;&lt;BR /&gt;anybody have any idea what's going on here?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Nick</description>
      <pubDate>Thu, 20 Feb 2003 21:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909812#M107014</guid>
      <dc:creator>Nick Gamroth_1</dc:creator>
      <dc:date>2003-02-20T21:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: program will only run as one user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909813#M107015</link>
      <description>Have you compared the various users PATH, LD_LIBRARY_PATH and SHLIB_PATH environment variables to see if they match?  That would be the first thing I would look at.</description>
      <pubDate>Thu, 20 Feb 2003 21:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909813#M107015</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-02-20T21:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: program will only run as one user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909814#M107016</link>
      <description>just a note for SHLIB_PATH, the sequence in the value is also very important in many cases. I think you may not need LD_LIB , because HP does not use it, It probably is used on SUN or AIX...&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 23:22:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909814#M107016</guid>
      <dc:creator>monasingh_1</dc:creator>
      <dc:date>2003-02-20T23:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: program will only run as one user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909815#M107017</link>
      <description>I'd concentrate on the PATH.&lt;BR /&gt;Play close attension to the order.&lt;BR /&gt;If one of the users is a developer, make sure that they have not copied any libXXX files to their ID.&lt;BR /&gt;&lt;BR /&gt;= Mike =</description>
      <pubDate>Mon, 24 Feb 2003 16:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909815#M107017</guid>
      <dc:creator>Mike Miller_8</dc:creator>
      <dc:date>2003-02-24T16:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: program will only run as one user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909816#M107018</link>
      <description>Pathing issues above need to be consistent with all users.&lt;BR /&gt;&lt;BR /&gt;Another good practice is to create a group for authorized users of a program.&lt;BR /&gt;&lt;BR /&gt;We have a group called sag, and anyone in that group, whether its their primary or secondary, is allowed to execute certain programs.&lt;BR /&gt;&lt;BR /&gt;They also get a common set of environment variables, that enable the sag apps to work.&lt;BR /&gt;&lt;BR /&gt;It is possible your issues are coming from the environment side.  That's where to look after pathing is verified.&lt;BR /&gt;&lt;BR /&gt;From the user prompt.&lt;BR /&gt;&lt;BR /&gt;env | more&lt;BR /&gt;&lt;BR /&gt;The app probably has certain required settings which must be met.  Technically speaking PATH is part of the environment, but other parts can impact application function.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Feb 2003 18:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/program-will-only-run-as-one-user/m-p/2909816#M107018</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-24T18:37:16Z</dc:date>
    </item>
  </channel>
</rss>

