Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lkrb Note (probably harmless): No library found for -ldes Note (probably harmless): No library found for -lresolv Writing Makefile for Authen::Krb4 cp Krb4.pm blib/lib/Authen/Krb4.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 Krb4.xs > Krb4.xsc && mv Krb4.xsc Krb4.c Please specify prototyping behavior for Krb4.xs (see perlxs manual) cc -c -I/usr/local/krb4/include -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=\"1.1\" -DXS_VERSION=\"1.1\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Krb4.c Error 112: "Krb4.xs", line 19 # Include file not found. #include ^^^^^^^ Error 112: "Krb4.xs", line 20 # Include file not found. #include ^^^^^^^ Error 20: "Krb4.xs", line 27 # ',' expected before 'Authen__Krb4__Ticket'. typedef KTEXT Authen__Krb4__Ticket; ^^^^^^^^^^^^^^^^^^^^ Error 20: "Krb4.xs", line 28 # ',' expected before '*'. typedef CREDENTIALS * Authen__Krb4__Creds; ^ Error 20: "Krb4.xs", line 29 # ',' expected before '*'. typedef AUTH_DAT * Authen__Krb4__AuthDat; ^ Error 20: "Krb4.xs", line 30 # ',' expected before '*'. typedef des_key_schedule * Authen__Krb4__KeySchedule; ^ Error 20: "Krb4.xs", line 31 # ',' expected before '*'. typedef des_cblock * Authen__Krb4__EncryptionKey; ^ Error 172: "Krb4.xs", line 65 # Undeclared variable 'REALM_SZ'. char realm[REALM_SZ]; ^^^^^^^^ Error 176: "Krb4.xs", line 65 # Size of array must be an integral constant expression of value greater than 0. char realm[REALM_SZ]; ^^^^^^^^ Error 172: "Krb4.xs", line 166 # Undeclared variable 'krb_err_txt'. XPUSHs(newSVpv(krb_err_txt[n],strlen(krb_err_txt[n]))); ^^^^^^ Error 419: "Krb4.xs", line 181 # 'KTEXT_ST' is used as a type, but has not been defined as a type. if (!New(0,authent,1,KTEXT_ST)) XSRETURN_UNDEF; ^^^ Error 172: "Krb4.xs", line 181 # Undeclared variable 'KTEXT_ST'. if (!New(0,authent,1,KTEXT_ST)) XSRETURN_UNDEF; ^^^ Error 699: "Krb4.xs", line 181 # Error limit reached; halting compilation. if (!New(0,authent,1,KTEXT_ST)) XSRETURN_UNDEF; ^^^ make: *** [Krb4.o] Error 2