On Monday, July 15, 2002, at 10:42 , 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 ? q1: what OS are you running this on? since lib<foo>.so is normally a 'shared object' - in this case the PLSTAF library - did you build this yourself? it appears that the build failed to resolve at least one of the library elements 'Perl_Gthr_key_ptr' p1: spcecifically you way want to review http://staf.sourceforge.net/v2.3/STAFPerl.htm this seems strange that one is pushing the modules by hand into place, but.... ok, if you used one and only one of those options, then you should be ok, the question then is whether you have the actual compiled *.so files placed where they are suppose to be, and/or the symbolic links running as they should pursuant to sections 1.0 and 2.0 of the document above. ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]