- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem Installing Bastille
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 07:27 AM
07-13-2006 07:27 AM
Problem Installing Bastille
I am running HP-UX 11.11 with Perl 5.8.7, but am having problems installing Bastille. When I run swinstall, I get an error indicating that the prerequisiste Perl 5.8.3E version could not be resolved.
According to the documentation with Bastille, as long as I have Perl version 5.8.3E or later installed, I should not have any problems.
What do I need to do to correct this problem? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 07:39 AM
07-13-2006 07:39 AM
Re: Problem Installing Bastille
swlist -l product | grep -i perl
SD/UX the system installer for HP-UX checks only its own database for the pre-requisite perl. Though I'm sure perl from other sources would work, the installer will either have to be overridden, which risks you Bastille Results or you will need to get the pre-requisite from http://software.hp.com
Search for PERL5
Its common though somewhat annoying to have several versions of perl on HP-UX systems.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 08:36 AM
07-13-2006 08:36 AM
Re: Problem Installing Bastille
I ran the command in question and it came back with two versions of Perl. The two versions were the following:
Perl5 B.5.6.1C Perl for HP-UX
perl 5.8.7 perl
Can I safely remove the older version without adversely affecting the functionality of the system, or is there another approach that I should take? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 11:56 AM
07-13-2006 11:56 AM
Re: Problem Installing Bastille
type perl
If the wrong version shows up first, just rename the perl executable in the wrong directory to perl.old. Also check which version was installed with swinstall:
swlist | grep -i perl
Removing the old version is recommended but if the old package was not installed with swinstall, there may be "perl-droppings" all in several directories. With swinstall packages, you just use swremove.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 05:23 AM
07-14-2006 05:23 AM
Re: Problem Installing Bastille
Specifically, the minimum supported perl (on the current web-released Bastille) is the HP-delivered B.5.6.1.E
I'd strongly recommend making sure your installed perl came from HP, either via AR, OEUR, or software.hp.com (all free).