<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I need a urgent help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/i-need-a-urgent-help/m-p/4730189#M43162</link>
    <description>1. Install Net::SSLeay Perl module from the package delivered by the vendor of your OS or download it from &lt;A href="http://search.cpan.org/CPAN/authors/id/S/SA/SAMPO/Net_SSLeay.pm-1.25.tar.gz" target="_blank"&gt;http://search.cpan.org/CPAN/authors/id/S/SA/SAMPO/Net_SSLeay.pm-1.25.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2. Check if the module is in Perl module include path: perl -e 'use NET::SSLeay;' &amp;amp;&amp;amp; echo $? (success if 0 returned).&lt;BR /&gt;&lt;BR /&gt;3. If you installed the module in a non-standard path, modify smtp.pl to instruct Perl what is your non-standard module path, e.g.:&lt;BR /&gt;use lib '/my/perl/module/path';&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Marcin</description>
    <pubDate>Wed, 29 Dec 2010 22:03:16 GMT</pubDate>
    <dc:creator>Marcin  Bartoszek</dc:creator>
    <dc:date>2010-12-29T22:03:16Z</dc:date>
    <item>
      <title>I need a urgent help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-need-a-urgent-help/m-p/4730187#M43160</link>
      <description>Hello i was recently trying to install a script on my root and when i run the srcipt with perl smtp.pl i got the following error pls help:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can't locate Net/SSLeay.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 18.&lt;BR /&gt;BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 18.&lt;BR /&gt;Compilation failed in require at smtp.pl line 5.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Dec 2010 11:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-need-a-urgent-help/m-p/4730187#M43160</guid>
      <dc:creator>Jack  Kiengsiri</dc:creator>
      <dc:date>2010-12-23T11:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: I need a urgent help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-need-a-urgent-help/m-p/4730188#M43161</link>
      <description>Have you tried doing a find for SSLeay.pm?&lt;BR /&gt;find /usr -name SSLeay.pm</description>
      <pubDate>Thu, 23 Dec 2010 13:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-need-a-urgent-help/m-p/4730188#M43161</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-23T13:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: I need a urgent help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-need-a-urgent-help/m-p/4730189#M43162</link>
      <description>1. Install Net::SSLeay Perl module from the package delivered by the vendor of your OS or download it from &lt;A href="http://search.cpan.org/CPAN/authors/id/S/SA/SAMPO/Net_SSLeay.pm-1.25.tar.gz" target="_blank"&gt;http://search.cpan.org/CPAN/authors/id/S/SA/SAMPO/Net_SSLeay.pm-1.25.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2. Check if the module is in Perl module include path: perl -e 'use NET::SSLeay;' &amp;amp;&amp;amp; echo $? (success if 0 returned).&lt;BR /&gt;&lt;BR /&gt;3. If you installed the module in a non-standard path, modify smtp.pl to instruct Perl what is your non-standard module path, e.g.:&lt;BR /&gt;use lib '/my/perl/module/path';&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Marcin</description>
      <pubDate>Wed, 29 Dec 2010 22:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-need-a-urgent-help/m-p/4730189#M43162</guid>
      <dc:creator>Marcin  Bartoszek</dc:creator>
      <dc:date>2010-12-29T22:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: I need a urgent help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-need-a-urgent-help/m-p/4730190#M43163</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try:&lt;BR /&gt;$&amp;gt; perl -MCPAN -e shell&lt;BR /&gt;perl&amp;gt;install Net::SSLeay&lt;BR /&gt;&lt;BR /&gt;that should tell you if its already 'there' and if not pull it down from your preferred mirrors.&lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jan 2011 13:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-need-a-urgent-help/m-p/4730190#M43163</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2011-01-10T13:32:41Z</dc:date>
    </item>
  </channel>
</rss>

