Hi list, I wanted to harden a lean Red Hat install with Bastille. Because there is no X installed, I use curses and seem to get Bastille installed but then get the error:
Can't open ./Questions.txt TUI data file... at ./InteractiveBastille line 403. even though the file Questions.txt is right in the same directory. Has anyone seen this? For reference, here is what I did (thanks for help from Carlos Ordonez): Went to Bastille at: http://sourceforge.net/project/showfiles.php?group_id=403&release_id=78589 Did a search on "Curses" at http://search.cpan.org/ to get the following files: # cd /opt # ls -l -rw-r--r-- 1 root root 244474 Apr 24 10:44 Bastille-1.3.0.tar.bz2 -rw-r--r-- 1 root root 25338 Apr 24 10:44 Bastille-Curses-module-1.3.0-0.5mdk.noarch.rpm -rw-r--r-- 1 root root 75923 Apr 24 10:44 Curses-1.06.tar.gz # tar -xzf Curses-1.06.tar.gz # cd Curses-1.06 # perl Makefile.PL # make ... # make install ... # cd .. # tar -xjf Bastille-1.3.0.tar.bz2 # cd Bastille # mkdir /usr/lib/perl5/site_perl/5.6.0/s390-linux/Bastille # cp *.pm /usr/lib/perl5/site_perl/5.6.0/s390-linux # cd Bastille # cp *.pm /usr/lib/perl5/site_perl/5.6.0/s390-linux # cd .. # mkdir /usr/lib/perl5/site_perl/5.6.0/s390-linux/Curses # cp Curses/Widgets.pm /usr/lib/perl5/site_perl/5.6.0/s390-linux/Curses # mkdir /usr/share/Bastille # ./InteractiveBastille -c Using Curses user interface module. Only displaying questions relevant to the current configuration. Can't open ./Questions.txt TUI data file... at ./InteractiveBastille line 403. -Mike MacIsaac, IBM [EMAIL PROTECTED] (845) 433-7061 P.S. Puzzle to think about: ... ..... ..... ... ... ... . ... ... ... .. .. .. .. .. ... ... .. .. . ... ... ... .. .. .. ... ... ... ... .. .. ... .. .. ... ... ... .... ... . ... ... ... ..... ....
