1830056 Members
1682 Online
109998 Solutions
New Discussion

Bastille

 
Mike Waibel
Advisor

Bastille

I have loaded Bastille on to my HP-UX 11.11 v1 machine and when I try to run it I get the following messages:
$DISPLAY not set. Attempting Curses interface.

Using Curses user interface module.
Only displaying questions relevant to the current configuration.

Could not load the 'Curses.pm' interface module.
This may be due to an invalid $DISPLAY setting,
or the module not being visible to Perl.

In reading the documnetation it looks like I need an X server to display bastille in interactive mode.
My question is: How do I configure my X server?
I have Hummingbird on a Windows machine so I can connect remotely. I need to know what commands to use when connecting.
2 REPLIES 2
Slawomir Gora
Honored Contributor

Re: Bastille

Hi,

you need to export DISPLAY variable before run UI:
export DISPLAY=your_pc_ip:0
Mike Waibel
Advisor

Re: Bastille

Thanks--that worked!!