- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Perl Script
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-01-2005 05:39 PM
тАО05-01-2005 05:39 PM
Perl Script
Can't locate Getopt/Std.pm in @INC (@INC contains: /opt/perl5_mod_/lib/5.6.1/PA-RISC2.0 /opt/perl5_mod_/lib/5.6.1 /opt/perl5_mod_/lib/site_perl/5.6.1/PA-RISC2.0 /opt/perl5_mod_/lib/site_perl/5.6.1 /opt/perl5_mod_/lib/site_perl .) at /sd/home/root/sysadmin_tools/vg_sum line 11.
BEGIN failed--compilation aborted at /sd/home/root/sysadmin_tools/vg_sum line 11.
Thanks ...
- Tags:
- Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2005 06:07 PM
тАО05-01-2005 06:07 PM
Re: Perl Script
You need "Getopt::Std" module in your perl which doesn't seem to be installed.
Either download it from http://search.cpan.org/~nwclark/perl-5.8.6/lib/Getopt/Std.pm
or use perl shell to install the module
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2005 06:20 PM
тАО05-01-2005 06:20 PM
Re: Perl Script
You *do* however have a strange library path. I don't know of any standard distribution that has /opt/perl5_mod_ as their $PERL5LIB equivalent
What is your perl version? ActivePerl?
# perl -v
And if you want to know where perl will look by default, do
# perl -V
with a capital V, and it'll show you the include path. Std.pm should be in there
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2005 04:26 PM
тАО05-02-2005 04:26 PM
Re: Perl Script
You can install perl package from net using PPM.
For more detail: http://aspn.activestate.com/ASPN/docs/ActivePerl/faq/ActivePerl-faq2.html
Regards
Ganesha Sridhara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2005 01:58 AM
тАО10-03-2005 01:58 AM
Re: Perl Script
Check 'which perl' is run.