Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lqdbm Writing Makefile for Search::Odeum cp lib/Search/Odeum.pm blib/lib/Search/Odeum.pm cp lib/Search/Odeum/Result.pm blib/lib/Search/Odeum/Result.pm cp lib/Search/Odeum/Document.pm blib/lib/Search/Odeum/Document.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 Odeum.xs > Odeum.xsc && mv Odeum.xsc Odeum.c Please specify prototyping behavior for Odeum.xs (see perlxs manual) cc -c -I. -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.02\" -DXS_VERSION=\"0.02\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Odeum.c Error 112: "Odeum.xs", line 8 # Include file not found. #include ^^^^^^^^^ Error 112: "Odeum.xs", line 9 # Include file not found. #include ^^^^^^^^^ Error 112: "Odeum.xs", line 10 # Include file not found. #include ^^^^^^^^^ Error 419: "Odeum.xs", line 24 # 'ODEUM' is used as a type, but has not been defined as a type. ODEUM *odeum; ^^^^^ Error 419: "Odeum.xs", line 30 # 'ODPAIR' is used as a type, but has not been defined as a type. ODPAIR *pairs; ^^^^^^ Error 419: "Odeum.xs", line 31 # 'ODEUM' is used as a type, but has not been defined as a type. ODEUM *odeum; ^^^^^ Error 172: "Odeum.xs", line 43 # Undeclared variable 'ODEUM'. ODEUM *odeum; ^^^^^ Error 403: "Odeum.xs", line 46 # Undeclared variable 'odeum'. Perhaps 'podeum' as in "_perl_odeum *podeum" ["Odeum.xs", line 42] was intended. odeum = odopen(name, omode); ^^^^^ Error 403: "Odeum.xs", line 47 # Undeclared variable 'odeum'. Perhaps 'podeum' as in "_perl_odeum *podeum" ["Odeum.xs", line 42] was intended. if(odeum == NULL) ^^^^^ Error 403: "Odeum.xs", line 51 # Undeclared variable 'odeum'. Perhaps 'podeum' as in "_perl_odeum *podeum" ["Odeum.xs", line 42] was intended. podeum->odeum = odeum; ^^^^^ Error 172: "Odeum.xs", line 64 # Undeclared variable 'ODDOC'. ODDOC *doc; ^^^^^ Error 172: "Odeum.xs", line 65 # Undeclared variable 'ODEUM'. ODEUM *odeum; ^^^^^ Error 699: "Odeum.xs", line 65 # Error limit reached; halting compilation. ODEUM *odeum; ^^^^^ make: *** [Odeum.o] Error 2