- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- perl error message - OS:10.20
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
04-23-2002 11:12 PM
04-23-2002 11:12 PM
perl error message - OS:10.20
error message:
Can't locate Net/FTP.pm in @INC (@INC contains: /opt/perl5/lib/5.6.1/PA-RISC1.1 /opt/perl5/lib/5.6.1 /opt/perl5/lib/site_perl/5.6.1/PA-RISC1.1 /opt/perl5/lib/site_perl/5.6.1 /opt/perl5/lib/site_perl .) at /home/mireport line 22.
BEGIN failed--compilation aborted at /home/mireport line 22.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 11:31 PM
04-23-2002 11:31 PM
Re: perl error message - OS:10.20
1) Check where your FTP.pm resides:
# find / -name FTP.pm -print
2) Update your path:
If eg. your FTP.pm resides here:
/usr/lib/perl5/site_perl/5.6.1/Net/FTP.pm
Then do this:
# ln -s /usr/lib/perl5 /opt/perl5/lib
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 12:08 AM
04-24-2002 12:08 AM
Re: perl error message - OS:10.20
There is a problem with perl inclide path
You can print the path using
# perl -e "print @INC"
get the perl module LWP::conn
and install in the above printed path any where . It will work.
you can download it form
www.perl.com
www.cpan.org
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 12:16 AM
04-24-2002 12:16 AM
Re: perl error message - OS:10.20
try this.
# cd
# find ./ -name Net -print
you will get the path
copy the attached ftp.pm its for perl version 6.xx
--Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 02:45 AM
04-24-2002 02:45 AM
Re: perl error message - OS:10.20
# wget http://www.cpan.org/authors/id/GBARR/libnet-1.11.tar.gz
# gzip -d < libnet-1.11.tar.gz | tar xvf -
# cd libnet-1.11
# perl Makefile.PL
# make
# make test
# make install
For any missing module, go to http://search.cpan.org/ and type the module name in the search box