DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Installation and Upgrading

OpenBSD Installation and Upgrading Installing and upgrading OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 10th August 2009
badguy badguy is offline
Fdisk Soldier
 
Join Date: Jul 2009
Location: MD, USA
Posts: 59
Default Problem setting up perl modules

pls any one know how to check to confirm if i have these perl modules on my system and get them installed if they do not exit?

Perl Modules:
Mail::Header, Mail::Internet

tnx
Reply With Quote
  #2   (View Single Post)  
Old 10th August 2009
ephemera's Avatar
ephemera ephemera is offline
Knuth's homeboy
 
Join Date: Apr 2008
Posts: 537
Default

A simple way could be:

$ perl -MMail::Header -e1 && echo module found
Reply With Quote
  #3   (View Single Post)  
Old 10th August 2009
badguy badguy is offline
Fdisk Soldier
 
Join Date: Jul 2009
Location: MD, USA
Posts: 59
Default

Quote:
Originally Posted by ephemera View Post
A simple way could be:

$ perl -MMail::Header -e1 && echo module found
I get this >>>

# perl -MMail::Header -e1 && echo module found
Can't locate Mail/Header.pm in @INC (@INC contains: /usr/libdata/perl5/i386-openbsd/5.10.0 /usr/local/libdata/perl5/i386-openbsd/5.10.0 /usr/libdata/perl5 /usr/local/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/site_perl .).
BEGIN failed--compilation aborted.
# perl -MMail::Internet -e1 && echo module found
Can't locate Mail/Internet.pm in @INC (@INC contains: /usr/libdata/perl5/i386-openbsd/5.10.0 /usr/local/libdata/perl5/i386-openbsd/5.10.0 /usr/libdata/perl5 /usr/local/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/site_perl .).
BEGIN failed--compilation aborted.
# perl -MMail::internet -e1 && echo module found
Can't locate Mail/internet.pm in @INC (@INC contains: /usr/libdata/perl5/i386-openbsd/5.10.0 /usr/local/libdata/perl5/i386-openbsd/5.10.0 /usr/libdata/perl5 /usr/local/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/site_perl .).
BEGIN failed--compilation aborted.

can i get it installed (besides cpan)
Reply With Quote
  #4   (View Single Post)  
Old 10th August 2009
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by badguy View Post
pls any one know how to check to confirm if i have these perl modules on my system and get them installed if they do not exit?

Last edited by ocicat; 10th August 2009 at 09:31 PM.
Reply With Quote
  #5   (View Single Post)  
Old 10th August 2009
badguy badguy is offline
Fdisk Soldier
 
Join Date: Jul 2009
Location: MD, USA
Posts: 59
Default

Thanks guys
Reply With Quote
Reply

Tags
mail header, mail internet, modules, perl

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
kernel modules Mr-Biscuit FreeBSD General 0 2nd March 2009 06:18 AM
perl 5.8.9 install problem softexp23 FreeBSD Ports and Packages 17 9th February 2009 04:10 PM
c programming - Modules corey_james Programming 3 6th November 2008 08:49 PM
Samba 3.0 problem to setting up private folder - FreeBSD 71-pre bsduser FreeBSD General 7 27th September 2008 03:34 PM
Are certain kernel modules permanent? davidgurvich FreeBSD General 3 6th June 2008 06:14 PM


All times are GMT. The time now is 06:54 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick