Re: Git send-email fail on Mac OS X Lion

2013-10-13 Thread Torsten Bögershausen
(Please, not top-posting)

 On Oct 12, 2013, at 8:47 AM, brian m. carlson 
 sand...@crustytoothpaste.net wrote:

 On Fri, Oct 11, 2013 at 11:06:17PM -0500, Fernando Ortiz (e2k) wrote:
 I'm getting the following error when I do:

 git send-email --compose --from Fernando Ortiz eratos2...@gmail.com --to 
 forti...@gmail.com --cc forti...@gmail.com 
 0001-Change-zcat-to-gzcat-to-fix-build-restore-steps.patch

 Net::SSLeay version 1.46 required--this is only version 1.36 at 
 /Users/fortiz/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/IO/Socket/SSL.pm
  line 17.

 Here's your answer: Net::SSLeay is too old for IO::Socket::SSL.  You
 either need to use cpan or cpanm to install a newer Net::SSLeay, and
 then it will work.

On 2013-10-12 19.40, Gmail wrote: Brian,
 
 I already tried to reinstall with cpan/m using -f -i options.  I even removed 
 the PERL5LIB location and reinstalled the packages from scratch to no avail.
 
 Nando
 
 Sent from my iPhone
 
This may be a stupid question:
Which perl is in your $PATH ?
What do you get entering
type perl
on the command line ?
/Torsten


--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Git send-email fail on Mac OS X Lion

2013-10-13 Thread Fernando Ortiz (e2k)

On Oct 13, 2013, at 3:32 AM, Torsten Bögershausen wrote:

 (Please, not top-posting)
Sorry about that
 
 On Oct 12, 2013, at 8:47 AM, brian m. carlson 
 sand...@crustytoothpaste.net wrote:
 
 On Fri, Oct 11, 2013 at 11:06:17PM -0500, Fernando Ortiz (e2k) wrote:
 I'm getting the following error when I do:
 
 git send-email --compose --from Fernando Ortiz eratos2...@gmail.com --to 
 forti...@gmail.com --cc forti...@gmail.com 
 0001-Change-zcat-to-gzcat-to-fix-build-restore-steps.patch
 
 Net::SSLeay version 1.46 required--this is only version 1.36 at 
 /Users/fortiz/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/IO/Socket/SSL.pm
  line 17.
 
 Here's your answer: Net::SSLeay is too old for IO::Socket::SSL.  You
 either need to use cpan or cpanm to install a newer Net::SSLeay, and
 then it will work.
 
 On 2013-10-12 19.40, Gmail wrote: Brian,
 
 I already tried to reinstall with cpan/m using -f -i options.  I even 
 removed the PERL5LIB location and reinstalled the packages from scratch to 
 no avail.
 
 Nando
 
 Sent from my iPhone
 
 This may be a stupid question:
 Which perl is in your $PATH ?
I was using perlbrew to manage all the perls.  I got so frustrated and decided 
to 
dump perlbrew and decided to use plenv instead.  I'm not getting the error 
anymore, 
after switching to plenv everything is working now.
 What do you get entering
 type perl
 on the command line ?
 /Torsten
 
 

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Git send-email fail on Mac OS X Lion

2013-10-12 Thread brian m. carlson
On Fri, Oct 11, 2013 at 11:06:17PM -0500, Fernando Ortiz (e2k) wrote:
 I'm getting the following error when I do:
 
 git send-email --compose --from Fernando Ortiz eratos2...@gmail.com --to 
 forti...@gmail.com --cc forti...@gmail.com 
 0001-Change-zcat-to-gzcat-to-fix-build-restore-steps.patch
 
 Net::SSLeay version 1.46 required--this is only version 1.36 at 
 /Users/fortiz/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/IO/Socket/SSL.pm
  line 17.

Here's your answer: Net::SSLeay is too old for IO::Socket::SSL.  You
either need to use cpan or cpanm to install a newer Net::SSLeay, and
then it will work.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: Git send-email fail on Mac OS X Lion

2013-10-12 Thread Gmail
Brian,

I already tried to reinstall with cpan/m using -f -i options.  I even removed 
the PERL5LIB location and reinstalled the packages from scratch to no avail.

Nando

Sent from my iPhone

 On Oct 12, 2013, at 8:47 AM, brian m. carlson 
 sand...@crustytoothpaste.net wrote:
 
 On Fri, Oct 11, 2013 at 11:06:17PM -0500, Fernando Ortiz (e2k) wrote:
 I'm getting the following error when I do:
 
 git send-email --compose --from Fernando Ortiz eratos2...@gmail.com --to 
 forti...@gmail.com --cc forti...@gmail.com 
 0001-Change-zcat-to-gzcat-to-fix-build-restore-steps.patch
 
 Net::SSLeay version 1.46 required--this is only version 1.36 at 
 /Users/fortiz/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/IO/Socket/SSL.pm
  line 17.
 
 Here's your answer: Net::SSLeay is too old for IO::Socket::SSL.  You
 either need to use cpan or cpanm to install a newer Net::SSLeay, and
 then it will work.
 
 -- 
 brian m. carlson / brian with sandals: Houston, Texas, US
 +1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
 OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html