<?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: swinstall -s in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758256#M945014</link>
    <description>It is getting installed at&lt;BR /&gt;&lt;BR /&gt;/opt/perl5&lt;BR /&gt;&lt;BR /&gt;you can modify the installation target&lt;BR /&gt;using&lt;BR /&gt;&lt;BR /&gt;swinstall--&amp;gt;actions--&amp;gt;target install&lt;BR /&gt;option&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 05 Jul 2002 06:03:22 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-07-05T06:03:22Z</dc:date>
    <item>
      <title>swinstall -s</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758255#M945013</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;where does this command intall my software&lt;BR /&gt;&lt;BR /&gt;swinstall -s /tmp/perl-5.6.1.depot&lt;BR /&gt;&lt;BR /&gt;I need to create links to my perl installation.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 05 Jul 2002 05:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758255#M945013</guid>
      <dc:creator>Olebile</dc:creator>
      <dc:date>2002-07-05T05:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall -s</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758256#M945014</link>
      <description>It is getting installed at&lt;BR /&gt;&lt;BR /&gt;/opt/perl5&lt;BR /&gt;&lt;BR /&gt;you can modify the installation target&lt;BR /&gt;using&lt;BR /&gt;&lt;BR /&gt;swinstall--&amp;gt;actions--&amp;gt;target install&lt;BR /&gt;option&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 05 Jul 2002 06:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758256#M945014</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-07-05T06:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall -s</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758257#M945015</link>
      <description>&lt;BR /&gt;If you do; swlist -l file -s /tmp/perl-5.6.1.depot \* &lt;BR /&gt;&lt;BR /&gt;It will list the files and which directories they install to. It should all go to /opt/perl&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jul 2002 06:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758257#M945015</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-05T06:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall -s</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758258#M945016</link>
      <description>You shouldnt go creating links for it. Once its installed it will add entries to /etc/PATH and /etc/MANPATH so that all future logins will have the perl binary directory automatically in their paths. At least it should add them automatically - if not vi these files and add them in yourself.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jul 2002 06:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758258#M945016</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-05T06:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall -s</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758259#M945017</link>
      <description>Most scripts specify &lt;BR /&gt;  #!/usr/bin/perl&lt;BR /&gt;or&lt;BR /&gt;  #!/usr/local/bin/perl&lt;BR /&gt;&lt;BR /&gt;You have a couple of options for these.&lt;BR /&gt;- create symbolic or hard links to /opt/perl&lt;BR /&gt;- edit the scripts to use the correct path. &lt;BR /&gt;&lt;BR /&gt;The Programming perl book has a fixscripts program that&lt;BR /&gt;could be modified to edit your scripts to use a consistent&lt;BR /&gt;location for perl.&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jul 2002 13:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758259#M945017</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-07-08T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: swinstall -s</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758260#M945018</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The software is installed under /opt , but then you can install it using w/o the swinstall , perl itself has scripts to create links etc .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 08 Jul 2002 13:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swinstall-s/m-p/2758260#M945018</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-07-08T13:37:28Z</dc:date>
    </item>
  </channel>
</rss>

