perl.crypto...SOLUTION Re: Crypt-OpenSSL-RSA unable to build by Sidney Markowitz- April 3, 2006 On 22006 5:34 AM, Condor wrote:> The only one place i found that this error exist in> network: http:www.nntp.perl.orggroupperl.cpan.testers269106 but> no solution how to fix the problem.I had the same problem as that test failure trying to build under aFedora Core 5 with the latest OpenSSL 0.9.8a installed as the openssland openssl-dev RPMs.I found that RSA.xs needs to have the following includes added:include <opensslmd5.h>include <opensslripemd.h>See bug...http://www.nntp.perl.org/group/perl.crypto/2006/04/msg86.html SOLUTION: Re: Crypt-OpenSSL-RSA unable to build by Sidney Markowitz- April 3, 2006 On 22006 5:34 AM, Condor wrote:> The only one place i found that this error exist in> network: http:www.nntp.perl.orggroupperl.cpan.testers269106 but no> solution how to fix the problem.I had the same problem as that test failure trying to build under aFedora Core 5 with the latest OpenSSL 0.9.8a installed as the openssland openssl-dev RPMs.I found that RSA.xs needs to have the following includes added:include <opensslmd5.h>include <opensslripemd.h>See bug...http://www.nntp.perl.org/group/perl.crypto/2006/04/msg85.html Re: SOLUTION Re: Crypt-OpenSSL-RSA unable to build by Condor- April 2, 2006 > On 22006 5:34 AM, Condor wrote:>> The only one place i found that this error exist in>> network: http:www.nntp.perl.orggroupperl.cpan.testers269106 but>> no solution how to fix the problem.>> I had the same problem as that test failure trying to build under a> Fedora Core 5 with the latest OpenSSL 0.9.8a installed as the openssl> and openssl-dev RPMs.>> I found that RSA.xs needs to have the following includes added:>> include...http://www.nntp.perl.org/group/perl.crypto/2006/04/msg84.html |