<?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: Batille: Error Could not load the 'Curses.pm' interface module. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956682#M117251</link>
    <description>Many perl programs rely on modules which are not part of the standard perl distribution.  HP-UX Bastille is one of those.&lt;BR /&gt;&lt;BR /&gt;To tell if a module is available on your system, try the following:&lt;BR /&gt;&lt;BR /&gt;perl -M&lt;MODULENAME&gt; -e 1&lt;BR /&gt;&lt;BR /&gt;where &lt;MODULENAME&gt; is the module you are checking on.  If you get a error, then you don;t have it in your default perl include path (whcih is displayed as part of the error messages).&lt;BR /&gt;&lt;BR /&gt;If you do have it, it will return nothing.&lt;BR /&gt;&lt;BR /&gt;In your case, try &lt;BR /&gt;&lt;BR /&gt;perl -MCurses -e 1&lt;BR /&gt;&lt;BR /&gt;If it barfs, then you either need to install the module in your current perl distribution (you can get it from CPAN, &lt;A href="http://www.cpan.org)" target="_blank"&gt;www.cpan.org)&lt;/A&gt; or install the HP-approved Perl depot that was referenced in an earlier message.&lt;/MODULENAME&gt;&lt;/MODULENAME&gt;</description>
    <pubDate>Tue, 22 Apr 2003 18:17:51 GMT</pubDate>
    <dc:creator>Bill Douglass</dc:creator>
    <dc:date>2003-04-22T18:17:51Z</dc:date>
    <item>
      <title>Batille: Error Could not load the 'Curses.pm' interface module.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956679#M117248</link>
      <description>I just installed Bastille and ran it for the first time, and got the following error:&lt;BR /&gt;&lt;BR /&gt;root@pegasus:/opt/sec_mgmt/bastille/bin # ./bastille&lt;BR /&gt;&lt;BR /&gt;NOTE:    $DISPLAY not set.  Attempting Curses interface.&lt;BR /&gt;&lt;BR /&gt;NOTE:    Using Curses user interface module.&lt;BR /&gt;NOTE:    Only displaying questions relevant to the current configuration.&lt;BR /&gt;&lt;BR /&gt;ERROR: Could not load the 'Curses.pm' interface module.&lt;BR /&gt;       This may be due to an invalid $DISPLAY setting,&lt;BR /&gt;       or the module not being visible to Perl.&lt;BR /&gt;&lt;BR /&gt;I am running this from command line, how would I go about rendering a fix?&lt;BR /&gt;&lt;BR /&gt;-karlski</description>
      <pubDate>Tue, 22 Apr 2003 17:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956679#M117248</guid>
      <dc:creator>Karl Balsmeier</dc:creator>
      <dc:date>2003-04-22T17:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Batille: Error Could not load the 'Curses.pm' interface module.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956680#M117249</link>
      <description>You probably need to install or reinstall Perl.&lt;BR /&gt;&lt;BR /&gt;Here is a free version HP supports.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Perl which the above needs. &lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=PERL" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=PERL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To reinstall just use the command line swinstall -x reinstall=true -s /location_of_depot \*&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Apr 2003 17:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956680#M117249</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-22T17:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Batille: Error Could not load the 'Curses.pm' interface module.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956681#M117250</link>
      <description>My other tools that use perl work fine. : )&lt;BR /&gt;&lt;BR /&gt;-karlski</description>
      <pubDate>Tue, 22 Apr 2003 18:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956681#M117250</guid>
      <dc:creator>Karl Balsmeier</dc:creator>
      <dc:date>2003-04-22T18:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Batille: Error Could not load the 'Curses.pm' interface module.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956682#M117251</link>
      <description>Many perl programs rely on modules which are not part of the standard perl distribution.  HP-UX Bastille is one of those.&lt;BR /&gt;&lt;BR /&gt;To tell if a module is available on your system, try the following:&lt;BR /&gt;&lt;BR /&gt;perl -M&lt;MODULENAME&gt; -e 1&lt;BR /&gt;&lt;BR /&gt;where &lt;MODULENAME&gt; is the module you are checking on.  If you get a error, then you don;t have it in your default perl include path (whcih is displayed as part of the error messages).&lt;BR /&gt;&lt;BR /&gt;If you do have it, it will return nothing.&lt;BR /&gt;&lt;BR /&gt;In your case, try &lt;BR /&gt;&lt;BR /&gt;perl -MCurses -e 1&lt;BR /&gt;&lt;BR /&gt;If it barfs, then you either need to install the module in your current perl distribution (you can get it from CPAN, &lt;A href="http://www.cpan.org)" target="_blank"&gt;www.cpan.org)&lt;/A&gt; or install the HP-approved Perl depot that was referenced in an earlier message.&lt;/MODULENAME&gt;&lt;/MODULENAME&gt;</description>
      <pubDate>Tue, 22 Apr 2003 18:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956682#M117251</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-04-22T18:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Batille: Error Could not load the 'Curses.pm' interface module.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956683#M117252</link>
      <description>Hi karlski,&lt;BR /&gt;&lt;BR /&gt;Any reason why you couldn't just set your DISPLAY &amp;amp; run the GUI?&lt;BR /&gt;&lt;BR /&gt;If you're running it locally:&lt;BR /&gt;export DISPLAY=localhost:0.0&lt;BR /&gt;&lt;BR /&gt;If you're running remotely:&lt;BR /&gt;export DISPLAY=xxx.xxx.xxx.xxx:0.0&lt;BR /&gt;Of course use your workstation IP....&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 22 Apr 2003 18:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956683#M117252</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-22T18:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Batille: Error Could not load the 'Curses.pm' interface module.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956684#M117253</link>
      <description>I actually installed the exact Perl specified by S. Protter cause he supplied the initial adive about security hardening in another forum question I had about sendmail.&lt;BR /&gt;&lt;BR /&gt;I'll go look for that module on cpan, is there a command line to add it to perl?&lt;BR /&gt;&lt;BR /&gt;I have perl5.6.1.E for 11.0 PA-RISC. : )&lt;BR /&gt;&lt;BR /&gt;-karlski</description>
      <pubDate>Tue, 22 Apr 2003 18:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/batille-error-could-not-load-the-curses-pm-interface-module/m-p/2956684#M117253</guid>
      <dc:creator>Karl Balsmeier</dc:creator>
      <dc:date>2003-04-22T18:34:46Z</dc:date>
    </item>
  </channel>
</rss>

