git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git send-email fail on Mac OS X Lion
@ 2013-10-12  4:06 Fernando Ortiz (e2k)
  2013-10-12 13:47 ` brian m. carlson
  0 siblings, 1 reply; 5+ messages in thread
From: Fernando Ortiz (e2k) @ 2013-10-12  4:06 UTC (permalink / raw)
  To: git; +Cc: Fernando Ortiz

I'm getting the following error when I do:

git send-email --compose --from Fernando Ortiz <eratos2000@gmail.com> --to fortiz2k@gmail.com --cc fortiz2k@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.
BEGIN failed--compilation aborted at /Users/fortiz/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/IO/Socket/SSL.pm line 17.
Compilation failed in require at /Users/fortiz/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/Net/SMTP/SSL.pm line 8.
BEGIN failed--compilation aborted at /Users/fortiz/perl5/perlbrew/perls/perl-5.14.4/lib/site_perl/5.14.4/Net/SMTP/SSL.pm line 8.
Compilation failed in require at /usr/local/Cellar/git/1.8.4/libexec/git-core/git-send-email line 1232.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git send-email fail on Mac OS X Lion
  2013-10-12  4:06 Git send-email fail on Mac OS X Lion Fernando Ortiz (e2k)
@ 2013-10-12 13:47 ` brian m. carlson
  2013-10-12 17:40   ` Gmail
  0 siblings, 1 reply; 5+ messages in thread
From: brian m. carlson @ 2013-10-12 13:47 UTC (permalink / raw)
  To: Fernando Ortiz (e2k); +Cc: git

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

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 <eratos2000@gmail.com> --to fortiz2k@gmail.com --cc fortiz2k@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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git send-email fail on Mac OS X Lion
  2013-10-12 13:47 ` brian m. carlson
@ 2013-10-12 17:40   ` Gmail
  2013-10-13  8:32     ` Torsten Bögershausen
  0 siblings, 1 reply; 5+ messages in thread
From: Gmail @ 2013-10-12 17:40 UTC (permalink / raw)
  To: brian m. carlson; +Cc: git

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" <sandals@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 <eratos2000@gmail.com> --to fortiz2k@gmail.com --cc fortiz2k@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git send-email fail on Mac OS X Lion
  2013-10-12 17:40   ` Gmail
@ 2013-10-13  8:32     ` Torsten Bögershausen
  2013-10-13  8:52       ` Fernando Ortiz (e2k)
  0 siblings, 1 reply; 5+ messages in thread
From: Torsten Bögershausen @ 2013-10-13  8:32 UTC (permalink / raw)
  To: Gmail, brian m. carlson; +Cc: git

(Please, not top-posting)

>> On Oct 12, 2013, at 8:47 AM, "brian m. carlson" <sandals@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 <eratos2000@gmail.com> --to fortiz2k@gmail.com --cc fortiz2k@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Git send-email fail on Mac OS X Lion
  2013-10-13  8:32     ` Torsten Bögershausen
@ 2013-10-13  8:52       ` Fernando Ortiz (e2k)
  0 siblings, 0 replies; 5+ messages in thread
From: Fernando Ortiz (e2k) @ 2013-10-13  8:52 UTC (permalink / raw)
  To: Torsten Bögershausen; +Cc: brian m. carlson, git


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" <sandals@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 <eratos2000@gmail.com> --to fortiz2k@gmail.com --cc fortiz2k@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
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-13  8:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-12  4:06 Git send-email fail on Mac OS X Lion Fernando Ortiz (e2k)
2013-10-12 13:47 ` brian m. carlson
2013-10-12 17:40   ` Gmail
2013-10-13  8:32     ` Torsten Bögershausen
2013-10-13  8:52       ` Fernando Ortiz (e2k)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).