<?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: Install BASH shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957747#M749772</link>
    <description>Thank you for all of your assistance for now the Linux kids can have their bash shell.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Marc Sweeney</description>
    <pubDate>Fri, 09 Mar 2007 10:51:40 GMT</pubDate>
    <dc:creator>Marc Sweeney</dc:creator>
    <dc:date>2007-03-09T10:51:40Z</dc:date>
    <item>
      <title>Install BASH shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957743#M749768</link>
      <description>I've attempted to install bash-3.2-hppa-11.11.depot.  When I run swinstall -s /tmp/bash-3.2-hppa-11.11.depot  \* it fails with the following from swjob -a log armsweb4-0026 @ armsweb4:/.&lt;BR /&gt;&lt;BR /&gt;swjob -a log armsweb4-0026 @ armsweb4:/&lt;BR /&gt;&lt;BR /&gt;=======  03/07/07 20:36:06 EST  BEGIN install AGENT SESSION (pid=2879)&lt;BR /&gt;         (jobid=armsweb4-0026)&lt;BR /&gt;&lt;BR /&gt;       * Agent session started for user "root@armsweb04". (pid=2879)&lt;BR /&gt;&lt;BR /&gt;       * Beginning Analysis Phase.&lt;BR /&gt;       * Source:           armsweb04:/tmp/bash-3.2-hppa-11.11.depot&lt;BR /&gt;       * Target:           armsweb4:/&lt;BR /&gt;       * Target logfile:   armsweb4:/var/adm/sw/swagent.log&lt;BR /&gt;       * Reading source for product information.&lt;BR /&gt;       * Reading source for file information.&lt;BR /&gt;         The corequisite "termcap.termcap-RUN" for fileset&lt;BR /&gt;         "bash.bash-RUN,r=3.2" cannot be successfully resolved.&lt;BR /&gt;ERROR:   The dependencies for fileset "bash.bash-RUN,r=3.2" cannot be&lt;BR /&gt;         resolved (see previous lines).&lt;BR /&gt;         You must resolve the above dependencies before operating on&lt;BR /&gt;         this fileset or change the "enforce_dependencies" option to&lt;BR /&gt;         "false".&lt;BR /&gt;       * Executing preDSA command.&lt;BR /&gt;&lt;BR /&gt;       * Summary of Analysis Phase:&lt;BR /&gt;ERROR:       Exclude       bash.bash-RUN,r=3.2&lt;BR /&gt;ERROR:   1 of 1 filesets had Errors.&lt;BR /&gt;ERROR:   The Analysis Phase had errors.  See the above output for&lt;BR /&gt;         details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  03/07/07 20:36:07 EST  END install AGENT SESSION (Cancelled)&lt;BR /&gt;         (pid=2879) (jobid=armsweb4-0026)&lt;BR /&gt;&lt;BR /&gt;Any help will be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Marc Sweeney</description>
      <pubDate>Wed, 07 Mar 2007 20:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957743#M749768</guid>
      <dc:creator>Marc Sweeney</dc:creator>
      <dc:date>2007-03-07T20:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Install BASH shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957744#M749769</link>
      <description>It's telling you exactly what's wrong. Bash requires gettext, libgcc, libiconv, and gettext. Install these run-time dependencies and then you can install bash but bash is really a poor substitute for HP-UX's POSIX shell. In any event, whatever you do, do not make bash root's shell because root must have a staically linked shell.</description>
      <pubDate>Wed, 07 Mar 2007 21:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957744#M749769</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-03-07T21:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Install BASH shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957745#M749770</link>
      <description>Hi Sweeney,&lt;BR /&gt;&lt;BR /&gt;For bash installation, First you need to install its run time dependencies, e.g.&lt;BR /&gt;&lt;BR /&gt;libiconv-1.10-hppa-11.11.depot&lt;BR /&gt;gettext-0.14.5-hppa-11.11.depot&lt;BR /&gt;&lt;BR /&gt;then install &lt;BR /&gt;bash-3.00.16-hppa-11.11.depot&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Wed, 07 Mar 2007 23:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957745#M749770</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2007-03-07T23:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Install BASH shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957746#M749771</link>
      <description>&amp;gt;Asif:  First you need to install its run time dependencies,&lt;BR /&gt;&lt;BR /&gt;You can use swcopy to copy all of the depots into one and install them at the same time if you want.</description>
      <pubDate>Thu, 08 Mar 2007 00:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957746#M749771</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-08T00:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Install BASH shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957747#M749772</link>
      <description>Thank you for all of your assistance for now the Linux kids can have their bash shell.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Marc Sweeney</description>
      <pubDate>Fri, 09 Mar 2007 10:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957747#M749772</guid>
      <dc:creator>Marc Sweeney</dc:creator>
      <dc:date>2007-03-09T10:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Install BASH shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957748#M749773</link>
      <description>If you are happy with your answers, you should read&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Fri, 09 Mar 2007 16:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957748#M749773</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-09T16:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Install BASH shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957749#M749774</link>
      <description>Given:&lt;BR /&gt;&amp;gt;swlist -l product | grep -E "libiconv|gettext"&lt;BR /&gt;  gettext               0.11.5         gettext        &lt;BR /&gt;  libiconv              1.8            libiconv       &lt;BR /&gt;&amp;gt;uname -mrsv&lt;BR /&gt;  HP-UX B.11.11 U 9000/800&lt;BR /&gt;&lt;BR /&gt;Then: &lt;BR /&gt;Installing "bash-3.2-hppa-11.11.depot" appears to have an undocumented dependency of "termcap-1.3.1".</description>
      <pubDate>Fri, 18 May 2007 07:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/install-bash-shell/m-p/3957749#M749774</guid>
      <dc:creator>Stuart King 2</dc:creator>
      <dc:date>2007-05-18T07:39:25Z</dc:date>
    </item>
  </channel>
</rss>

