Crypt-OpenSSL-RSA unable to build
[email protected] ("Condor") Sun, 19 Feb 2006 18:34:53 +0200 (EET)
| Newsgroups | perl.crypto |
|---|---|
| Message-ID | <[email protected]> |
Hello, i have problem with module Crypt-OpenSSL-RSA 0.22. Unable to build module and can't found any documentation how to fix the problem. The Crypt::OpenSSL::RSA 0.22 version require: Crypt::OpenSSL::Random. I installed module Crypt::OpenSSL::Random but i unable to build Crypt::OpenSSL::RSA. The only one place i found that this error exist in network: http://www.nntp.perl.org/group/perl.cpan.testers/269106 but no solution how to fix the problem. Error code is: cc -c -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i486 -mtune=i686 -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -fPIC "-I/usr/lib/perl5/5.8.8/i486-linux/CORE" -DPERL5 -DOPENSSL_NO_KRB5 RSA.c RSA.xs: In function `get_digest_length': RSA.xs:67: error: `MD5_DIGEST_LENGTH' undeclared (first use in this function) RSA.xs:67: error: (Each undeclared identifier is reported only once RSA.xs:67: error: for each function it appears in.) RSA.xs:73: error: `RIPEMD160_DIGEST_LENGTH' undeclared (first use in this function) RSA.xs: In function `get_message_digest': RSA.xs:91: warning: return makes pointer from integer without a cast RSA.xs:97: warning: return makes pointer from integer without a cast RSA.xs: In function `XS_Crypt__OpenSSL__RSA_encrypt': RSA.xs:369: warning: passing arg 3 of `rsa_crypt' from incompatible pointer type RSA.xs: In function `XS_Crypt__OpenSSL__RSA_decrypt': RSA.xs:378: warning: passing arg 3 of `rsa_crypt' from incompatible pointer type RSA.xs: In function `XS_Crypt__OpenSSL__RSA_private_encrypt': RSA.xs:387: warning: passing arg 3 of `rsa_crypt' from incompatible pointer type RSA.xs: In function `XS_Crypt__OpenSSL__RSA_public_decrypt': RSA.xs:396: warning: passing arg 3 of `rsa_crypt' from incompatible pointer type make: *** [RSA.o] Error 1 Any body can help? Regards, John