LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Problem installing Bastille on Fedora 4 (https://www.linuxquestions.org/questions/linux-security-4/problem-installing-bastille-on-fedora-4-a-361153/)

juanb 09-07-2005 02:07 PM

Problem installing Bastille on Fedora 4
 
I really need help hardening my Fedora 4 machine .
I downloaded bastille and install it and also downloaded perl-Tk-804.027-1.1.fc3.rf.i386.rpm to the /root directory and install it from this folder.
I am trying to run bastille -x but it gives me an error that /usr/bin/perl cannot find Perl module Tk.

This is the full error given:

root@attackbox root]# bastille -x
WARNING: /usr/bin/perl cannot find Perl module Tk.
The above module(s) is/are required to correctly display
the Bastille User Interface. If you are unable to find a
pre-compiled module for your OS, they can be found at:
http://www.cpan.org/modules/01modules.index.html
If you installed the modules in another installation of
perl besides the one listed in the error message, you may
override Bastille's search path by setting the
$CORRECT_PERL_PATH environment variable to the directory
that the desired perl binary is located in.




The file /usr/bin/perl has this line in it:

PERL_PATHS="$CORRECT_PERL_PATH /opt/perl/bin /usr/bin/ /bin $PARSED_PATH"




I tried to look for this module in my file system but didnt find it . how I find it? where it is installed do you know?
I wanted to edit the file /usr/bin/perl and insert there the path to perl TK but dont know with what.

Please help.

Juan

iceman47 09-08-2005 06:15 AM

Code:

# cpan
Code:

cpan> install Bundle::Tk


All times are GMT -5. The time now is 08:56 AM.