Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lmcrypt Writing Makefile for MCrypt cp MCrypt.pm blib/lib/MCrypt.pm AutoSplitting blib/lib/MCrypt.pm (blib/lib/auto/MCrypt) /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 MCrypt.xs > MCrypt.xsc && mv MCrypt.xsc MCrypt.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.92\" -DXS_VERSION=\"0.92\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" MCrypt.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.92\" -DXS_VERSION=\"0.92\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" mc-interface.c Error 112: "mc-interface.c", line 15 # Include file not found. #include ^^^^^^^^^^ Warning 942: "mc-interface.c", line 33 # Types 'char *' and 'int' are not assignment-compatible. cipher_name = mcrypt_get_algorithms_name(cipher) ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "mc-interface.c", line 102 # Types 'const unsigned char *' and 'char *' are not assignment-compatible. return( ( conv_hex ? bin2hex(ndata, nsize) : ndata ) ); ^^^^^ Warning 942: "mc-interface.c", line 162 # Types 'const unsigned char *' and 'char *' are not assignment-compatible. return( conv_hex ? bin2hex(ndata, nsize) : ndata ); ^^^^^ Warning 942: "mc-interface.c", line 215 # Types 'const unsigned char *' and 'char *' are not assignment-compatible. return( conv_hex ? bin2hex(ndata, nsize) : ndata ); ^^^^^ Warning 942: "mc-interface.c", line 268 # Types 'const unsigned char *' and 'char *' are not assignment-compatible. return( conv_hex ? bin2hex(ndata, nsize) : ndata ); ^^^^^ Warning 942: "mc-interface.c", line 286 # Types 'unsigned char *' and 'char *' are not assignment-compatible. new = (char *) malloc(oldlen * 2 * sizeof(char)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "mc-interface.c", line 288 # Types 'char *' and 'unsigned char *' are not assignment-compatible. return new; ^^^ Warning 942: "mc-interface.c", line 296 # Types 'char *' and 'unsigned char *' are not assignment-compatible. return new; ^^^ Error 172: "mc-interface.c", line 371 # Undeclared variable 'MCRYPT_3DES'. keysize = mcrypt_get_key_size ( MCRYPT_3DES ) ; ^^^^^^^^^^^ Error 172: "mc-interface.c", line 372 # Undeclared variable 'MCRYPT_3DES'. blocksize = mcrypt_get_block_size( MCRYPT_3DES ) ; ^^^^^^^^^^^ make: *** [mc-interface.o] Error 2