Since char ** is already in the default typemap file in ExtUtils, I am 
simply declaring char ** in the XS file just as int and char *, etc. 
When I attempt to call the function (I writing a wrapper for the SASL 
library), I get the following error.  The (I presume) macro is 
generated  during the "make" and is not something I've specifically 
declared.

perl: error in loading shared libraries: 
./blib/arch/auto/Authen/SASLlib/SASLlib.so: undefined symbol: 
XS_unpack_charPtrPtr

Any ideas about what's going on?  Thanks.

-- Rob


       _ _ _ _           _    _ _ _ _ _
      /\_\_\_\_\        /\_\ /\_\_\_\_\_\
     /\/_/_/_/_/       /\/_/ \/_/_/_/_/_/  QUIDQUID LATINE DICTUM SIT,
    /\/_/__\/_/ __    /\/_/    /\/_/          PROFUNDUM VIDITUR
   /\/_/_/_/_/ /\_\  /\/_/    /\/_/
  /\/_/ \/_/  /\/_/_/\/_/    /\/_/         (Whatever is said in Latin
  \/_/  \/_/  \/_/_/_/_/     \/_/              appears profound)

  Rob Tanner
  McMinnville, Oregon
  [EMAIL PROTECTED]

Reply via email to