Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lssl Note (probably harmless): No library found for -lcrypto Writing Makefile for Crypt::OpenSSL::Random cp Random.pm blib/lib/Crypt/OpenSSL/Random.pm AutoSplitting blib/lib/Crypt/OpenSSL/Random.pm (blib/lib/auto/Crypt/OpenSSL/Random) /home/cpanrun/ia64/build/5.8.2/bin/perl /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/typemap Random.xs > Random.xsc && mv Random.xsc Random.c Please specify prototyping behavior for Random.xs (see perlxs manual) cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -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/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" Random.c Error 112: "Random.xs", line 5 # Include file not found. #include ^^^^^^^^^^^^^^^^ Warning 942: "Random.xs", line 25 # Types 'const char *' and 'unsigned char *' are not assignment-compatible. XPUSHs(sv_2mortal(newSVpv(rand_bytes, num_bytes))); ^^^^^^ Warning 942: "Random.xs", line 50 # Types 'const char *' and 'unsigned char *' are not assignment-compatible. XPUSHs(sv_2mortal(newSVpv(rand_bytes, num_bytes))); ^^^^^^ make: *** [Random.o] Error 2