On Tue, Sep 16, 2003 at 04:06:28PM +0200, Fischer Ulrich wrote: > I upgraded my SuSE Linux from version 7.3 (perl 5.6..) to 8.2. > (perl 5.8.0). > > Now I get the following error: > > Can't load '/sw/bin/dislin/perl/Dislin.so' for module Dislin: > /sw/bin/dislin/perl/Dislin.so: undefined symbol: PL_stack_max at > /usr/lib/perl5/5.8.0/i586-linux-thread-multi/DynaLoader.pm line 229. > at /sw/prog/wberi/fehlzusgraph.pl line 2
You should just have to rebuild the XS module. PL_stack_max is a variable if you build a single-threaded perl and a macro if you build for threads. -- Steve -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]