On Mon, Jul 15, 2002 at 10:42:35AM -0700, Sajith K wrote:
> i am trying to use perl with a public domain tool.
> on executiong use PLSTAF; i am getting the following
> error:
> 
> /usr/bin/perl: error while loading shared 
> libraries: /usr/lib/perl5/5.6.0/libPLSTAF.so:
> undefined symbol: Perl_Gthr_key_ptr
> 
> could you please help me out with this problem ?

At a guess, I would say that the version of perl you are using is
different to the version the module was compiled with.  It looks like
you should be using a threaded perl.

But I would imagine that you'll really need to provide the output of
perl -V and at least the start of your program in order for anybody to
help further.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to