Comment 5 for bug 295510

Revision history for this message
Philip Jägenstedt (foolip) wrote :

Trying to remove all traces of RC4 from libauthen-sasl-perl it will instead fail because of DES:

Can't locate Crypt/DES.pm in @INC (@INC contains: /usr/share/perl/5.10.1 /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 397) line 3, <STDIN> line 1.
 ...propagated at /usr/lib/git-core/git-send-email line 1067, <STDIN> line 1.

That's actually available in libcrypt-des-perl, so I installed that. However, then it instead fails like this:

Died at /usr/lib/git-core/git-send-email line 1067, <STDIN> line 1.

Line 1067 is:

  $smtp->mail( $raw_from ) or die $smtp->message;