Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lgcrypt Writing Makefile for GCrypt cp GCrypt.pm blib/lib/GCrypt.pm AutoSplitting blib/lib/GCrypt.pm (blib/lib/auto/GCrypt) /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 -typemap typemap GCrypt.xs > GCrypt.xsc && mv GCrypt.xsc GCrypt.c Please specify prototyping behavior for GCrypt.xs (see perlxs manual) cc -c -I. -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.3\" -DXS_VERSION=\"0.3\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" GCrypt.c Error 112: "GCrypt.xs", line 7 # Include file not found. #include ^^^^^^^^^^ Error 419: "GCrypt.xs", line 10 # 'GcryCipherHd' is used as a type, but has not been defined as a type. GcryCipherHd h; ^^^^^^^^^^^^ Error 172: "GCrypt.xs", line 57 # Undeclared variable 'GCRY_CIPHER_MODE_ECB'. RETVAL->mode = GCRY_CIPHER_MODE_ECB; ^^^^^^^^^^^^^^^^^^^^ Error 172: "GCrypt.xs", line 61 # Undeclared variable 'GCRY_CIPHER_MODE_CFB'. RETVAL->mode = GCRY_CIPHER_MODE_CFB; ^^^^^^^^^^^^^^^^^^^^ Error 172: "GCrypt.xs", line 63 # Undeclared variable 'GCRY_CIPHER_MODE_CBC'. RETVAL->mode = GCRY_CIPHER_MODE_CBC; ^^^^^^^^^^^^^^^^^^^^ Error 172: "GCrypt.xs", line 67 # Undeclared variable 'GCRY_CIPHER_MODE_STREAM'. RETVAL->mode = GCRY_CIPHER_MODE_STREAM; ^^^^^^^^^^^^^^^^^^^^^^^ Error 172: "GCrypt.xs", line 71 # Undeclared variable 'GCRY_CIPHER_MODE_OFB'. RETVAL->mode = GCRY_CIPHER_MODE_OFB; ^^^^^^^^^^^^^^^^^^^^ Error 172: "GCrypt.xs", line 88 # Undeclared variable 'GCRY_CIPHER_SECURE'. flags |= GCRY_CIPHER_SECURE; ^^^^^^^^^^^^^^^^^^ Error 172: "GCrypt.xs", line 90 # Undeclared variable 'GCRY_CIPHER_ENABLE_SYNC'. flags |= GCRY_CIPHER_ENABLE_SYNC; ^^^^^^^^^^^^^^^^^^^^^^^ Error 172: "GCrypt.xs", line 100 # Undeclared variable 'GCRY_CIPHER_MODE_CBC'. RETVAL->mode = RETVAL->blklen > 1 ? GCRY_CIPHER_MODE_CBC ^^^^^^^^^^^^^^^^^^^^ make: *** [GCrypt.o] Error 2