<?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: Cannot run Java from swinstall script in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860345#M98370</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The download of java may be incomplete.&lt;BR /&gt;&lt;BR /&gt;There are no pre-requesites for java, however &lt;A href="http://www.hp.com/go/java" target="_blank"&gt;http://www.hp.com/go/java&lt;/A&gt; has a long list of recommendations concerning pre java patching.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 11 Sep 2006 11:29:05 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-09-11T11:29:05Z</dc:date>
    <item>
      <title>Cannot run Java from swinstall script</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860343#M98368</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Our package installation installs a shell script (gen_ui_scripts) which it then runs during the postinstall.  This script then calls java, but fails due to:&lt;BR /&gt;&lt;BR /&gt;/usr/lib/pa20_64/dld.sl: Unable to find library 'libjvm.sl'.&lt;BR /&gt;&lt;BR /&gt;When running this script from the command line it works fine.  For debugging we are explicity exporting the SHLIB_PATH within gen_ui_scripts to include the location of libjvm.sl, but, it still fails.&lt;BR /&gt;&lt;BR /&gt;Is there anything special about running under swinstall?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Mon, 11 Sep 2006 08:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860343#M98368</guid>
      <dc:creator>Robert L. Russell</dc:creator>
      <dc:date>2006-09-11T08:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run Java from swinstall script</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860344#M98369</link>
      <description>I had the same problem with a WebMethods install. I had to do the following:&lt;BR /&gt;ln -s /opt/java1.4/jre/lib/PA_RISC2.0W/server/*.sl /usr/lib/pa20_64  Make sure to use the version of java needed by the install(java1.4 or java1.5).  If you only the link the libjvm.sl you may take errors with other missing .sl's.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Sep 2006 11:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860344#M98369</guid>
      <dc:creator>Don Wilt</dc:creator>
      <dc:date>2006-09-11T11:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run Java from swinstall script</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860345#M98370</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The download of java may be incomplete.&lt;BR /&gt;&lt;BR /&gt;There are no pre-requesites for java, however &lt;A href="http://www.hp.com/go/java" target="_blank"&gt;http://www.hp.com/go/java&lt;/A&gt; has a long list of recommendations concerning pre java patching.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 Sep 2006 11:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860345#M98370</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-11T11:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run Java from swinstall script</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860346#M98371</link>
      <description>You may be running into a security issue.  I.e. SHLIB_PATH is ignored when running as root?</description>
      <pubDate>Mon, 11 Sep 2006 20:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860346#M98371</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-09-11T20:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot run Java from swinstall script</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860347#M98372</link>
      <description>&amp;gt;You may be running into a security issue. I.e. SHLIB_PATH is ignored when running as root?&lt;BR /&gt;&lt;BR /&gt;setuid executables don't look at SHLIB_PATH.&lt;BR /&gt;See PHSS_34353 JAGaf79250.  See dld.sl(5):&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60127/dld.sl.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/dld.sl.5.html&lt;/A&gt;&lt;BR /&gt;Running Setuid Programs</description>
      <pubDate>Tue, 12 Sep 2006 20:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-run-java-from-swinstall-script/m-p/3860347#M98372</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2006-09-12T20:57:55Z</dc:date>
    </item>
  </channel>
</rss>

