Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lmhash Writing Makefile for Mhash cp Mhash.pm blib/lib/Mhash.pm AutoSplitting blib/lib/Mhash.pm (blib/lib/auto/Mhash) /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 Mhash.xs > Mhash.xsc && mv Mhash.xsc Mhash.c 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.90\" -DXS_VERSION=\"0.90\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" Mhash.c 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.90\" -DXS_VERSION=\"0.90\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" mh-interface.c Error 112: "mh-interface.c", line 15 # Include file not found. #include ^^^^^^^^^ Warning 942: "mh-interface.c", line 30 # Types 'unsigned char *' and 'char *' are not assignment-compatible. new = (char *) malloc(oldlen * 2 * sizeof(char)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "mh-interface.c", line 51 # Types 'char *' and 'int' are not assignment-compatible. hash_name = mhash_get_hash_name(hash) ; ^^^^^^^^^^^^^^^^^^^^^^^^^ Error 419: "mh-interface.c", line 78 # 'MHASH' is used as a type, but has not been defined as a type. MHASH td ; ^^^^^ Error 172: "mh-interface.c", line 88 # Undeclared variable 'MHASH_FAILED'. if(td == MHASH_FAILED) { ^^^^^^^^^^^^ Warning 942: "mh-interface.c", line 93 # Types 'unsigned char *' and 'int' are not assignment-compatible. hashdata = mhash_end(td) ; ^^^^^^^^^^^^^ Warning 942: "mh-interface.c", line 96 # Types 'const char *' and 'unsigned char *' are not assignment-compatible. retval = strdup(hashdata); ^^^^^^^^ Warning 942: "mh-interface.c", line 96 # Types 'unsigned char *' and 'char *' are not assignment-compatible. retval = strdup(hashdata); ^^^^^^^^^^^^^^^^ Warning 942: "mh-interface.c", line 98 # Types 'char *' and 'unsigned char *' are not assignment-compatible. return ( ( conv_hex ? bin2hex(retval,blocksize) : retval)) ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 419: "mh-interface.c", line 107 # 'MHASH' is used as a type, but has not been defined as a type. MHASH td ; ^^^^^ Error 172: "mh-interface.c", line 115 # Undeclared variable 'MHASH_FAILED'. if(td == MHASH_FAILED) { ^^^^^^^^^^^^ Warning 942: "mh-interface.c", line 120 # Types 'unsigned char *' and 'int' are not assignment-compatible. mac = mhash_hmac_end(td); ^^^^^^^^^^^^^^^^^^ Warning 942: "mh-interface.c", line 123 # Types 'const char *' and 'unsigned char *' are not assignment-compatible. retval = strdup(mac); ^^^ Warning 942: "mh-interface.c", line 123 # Types 'unsigned char *' and 'char *' are not assignment-compatible. retval = strdup(mac); ^^^^^^^^^^^ Warning 942: "mh-interface.c", line 125 # Types 'char *' and 'unsigned char *' are not assignment-compatible. return(conv_hex ? bin2hex(retval,blocksize) : retval); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ make: *** [mh-interface.o] Error 2