- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Perl Installation
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-04-2002 10:36 PM
07-04-2002 10:36 PM
Perl Installation
This may soud funny but i need some clarity on this one. How do I find where my software has been installed after running swinstall -s,
e.g
swinstall -s /tmp/perl.5.6.1.depot
where is perl software going to reside
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 11:00 PM
07-04-2002 11:00 PM
Re: Perl Installation
you can check it when you install in the
swinstall---->actions--->target for the files
Else
once it is installed
you can go to sam and check it using the
sam--->software Management--Listed software--->perl5.6.1-->
you can go inside this to find where the software go installed.
Probably with this depot
it is installed in /usr/local
directory.
I did not find this depot getting installed properly.
Just get the stable.tar.gz from
www.perl.com/CPAN
download it.
do a gunzip on the gz file
extract using tar xvf "file"
just read the INSTALL file for the installation.
It works fine.
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 11:04 PM
07-04-2002 11:04 PM
Re: Perl Installation
It is getting installed at
/opt/perl5
directory.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 11:04 PM
07-04-2002 11:04 PM
Re: Perl Installation
Use swlist with -l file option.
swlist -l file -s /tmp/perl.5.6.1.depot
It will list out where the files are going to be installed.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 11:20 PM
07-04-2002 11:20 PM
Re: Perl Installation
At the shell just type:
$ perl -V
and look for the contents of the array @INC
You also could issue this Perl one-liner:
$ perl -e 'print join "\n", @INC'
/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi
/opt/perl/lib/5.6.1
/opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi
/opt/perl/lib/site_perl/5.6.1
/opt/perl/lib/site_perl
To find out where depots for HP-UX got installed in general you can do the following
# swlist -l product|grep -i perl
Perl5 B.5.6.1.C Perl for HP-UX
perl 5.6.1 perl
# swlist -l fileset perl
# Initializing...
# Contacting target "anonymous"...
#
# Target: anonymous:/
#
# perl 5.6.1 perl
perl.perl-MAN
perl.perl-RUN
perl.perl-SHLIBS
# swlist -l file perl.perl-RUN|head
# Initializing...
# Contacting target "anonymous"...
#
# Target: anonymous:/
#
# perl.perl-RUN
/opt/perl5/bin/a2p
/opt/perl5/bin/c2ph
/opt/perl5/bin/dprofpp