Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lssl Note (probably harmless): No library found for -lsocket Writing Makefile for Reuters::SSL cp SSL.pm blib/lib/Reuters/SSL.pm AutoSplitting blib/lib/Reuters/SSL.pm (blib/lib/auto/Reuters/SSL) /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 SSL.xs > SSL.xsc && mv SSL.xsc SSL.c Please specify prototyping behavior for SSL.xs (see perlxs manual) 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.52\" -DXS_VERSION=\"0.52\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" SSL.c Error 112: "SSL.xs", line 5 # Include file "ssl.h" not found. #include "ssl.h" ^^^^^^^ Error 20: "SSL.xs", line 23 # ';' expected before 'my_callback_function'. my_callback_function(int Channel, SSL_EVENT_TYPE Event, SSL_EVEN ^^^^^^^^^^^^^^^^^^^^ Error 419: "SSL.xs", line 23 # 'SSL_EVENT_TYPE' is used as a type, but has not been defined as a type. my_callback_function(int Channel, SSL_EVENT_TYPE Event, SSL_EVENT_INFO* EventInfo, void *ClientEve ^^^^^^^^^^^^^^ Error 419: "SSL.xs", line 23 # 'SSL_EVENT_INFO' is used as a type, but has not been defined as a type. my_callback_function(int Channel, SSL_EVENT_TYPE Event, SSL_EVENT_INFO* EventInfo, void *ClientEventTag) ^^^^^^^^^^^^^^ Error 172: "SSL.xs", line 34 # Undeclared variable 'SSL_ET_ITEM_IMAGE'. if (Event == SSL_ET_ITEM_IMAGE) ^^^^^^^^^^^^^^^^^ Error 419: "SSL.xs", line 36 # 'SSL_ITEM_IMAGE_TYPE' is used as a type, but has not been defined as a type. SSL_ITEM_IMAGE_TYPE * item = (SSL_ITEM_IMAGE_TYPE *)EventInfo; ^^^^^^^^^^^^^^^^^^^ Error 538: "SSL.xs", line 36 # In order to have this sort of expression on the left hand side of an assignment, it must be surrounded with parentheses. SSL_ITEM_IMAGE_TYPE * item = (SSL_ITEM_IMAGE_TYPE *)EventInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 172: "SSL.xs", line 36 # Undeclared variable 'SSL_ITEM_IMAGE_TYPE'. SSL_ITEM_IMAGE_TYPE * item = (SSL_ITEM_IMAGE_TYPE *)EventInfo; ^^^^^^^^^^^^^^^^^^^ Error 172: "SSL.xs", line 37 # Undeclared variable 'item'. hv_store(hImage,"ServiceName",11,newSVpv(item->ServiceName,strle ^^^^^^^^ Error 172: "SSL.xs", line 38 # Undeclared variable 'item'. hv_store(hImage,"ItemName",8,newSVpv(item->ItemName,strlen(item- ^^^^^^^^ Error 172: "SSL.xs", line 39 # Undeclared variable 'item'. hv_store(hImage,"SequenceNum",11,newSViv(item->SequenceNum),0); ^^^^^^^^ Error 172: "SSL.xs", line 40 # Undeclared variable 'item'. hv_store(hImage,"PreviousName",12,newSVpv(item->PreviousName,str ^^^^^^^^ Error 699: "SSL.xs", line 40 # Error limit reached; halting compilation. hv_store(hImage,"PreviousName",12,newSVpv(item->PreviousName,str ^^^^^^^^ make: *** [SSL.o] Error 2