Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lcrypto Writing Makefile for Crypt::OpenSSL::Bignum cp Bignum.pm blib/lib/Crypt/OpenSSL/Bignum.pm cp Bignum/CTX.pm blib/lib/Crypt/OpenSSL/Bignum/CTX.pm /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap Bignum.xs > Bignum.xsc && mv Bignum.xsc Bignum.c cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" -DPERL5 -DOPENSSL_NO_KRB5 Bignum.c Error 112: "Bignum.xs", line 5 # Include file not found. #include ^^^^^^^^^^^^^^^ Error 112: "Bignum.xs", line 6 # Include file not found. #include ^^^^^^^^^^^^^^ Error 419: "Bignum.xs", line 21 # 'BIGNUM' is used as a type, but has not been defined as a type. BIGNUM* sv2bn( SV* sv ) ^^^^^^ Error 419: "Bignum.xs", line 27 # 'BIGNUM' is used as a type, but has not been defined as a type. return (BIGNUM*) SvIV( SvRV( sv ) ); ^^^^^^ Error 172: "Bignum.c", line 47 # Undeclared variable 'BIGNUM'. BIGNUM* self; ^^^^^^ Error 419: "Bignum.c", line 50 # 'BIGNUM' is used as a type, but has not been defined as a type. self = (BIGNUM *) SvIV( SvRV( ST(0) ) ); ^^^^^^ Error 172: "Bignum.c", line 50 # Undeclared variable 'self'. self = (BIGNUM *) SvIV( SvRV( ST(0) ) ); ^^^^ Error 172: "Bignum.xs", line 39 # Undeclared variable 'self'. BN_clear_free( self ); ^^^^ Error 172: "Bignum.xs", line 46 # Undeclared variable 'BIGNUM'. BIGNUM* bn; ^^^^^^ Error 172: "Bignum.c", line 70 # Undeclared variable 'BIGNUM'. BIGNUM * RETVAL; ^^^^^^ Error 172: "Bignum.xs", line 48 # Undeclared variable 'bn'. checkOpenSslCall( bn = BN_new() ); ^^^^^^^^^^^^^^^^ Error 172: "Bignum.xs", line 49 # Undeclared variable 'bn'. checkOpenSslCall( BN_set_word( bn, p_word ) ); ^^^^^^^^^^^^^^^^ Error 699: "Bignum.xs", line 49 # Error limit reached; halting compilation. checkOpenSslCall( BN_set_word( bn, p_word ) ); ^^^^^^^^^^^^^^^^ make: *** [Bignum.o] Error 2