in reply to perl_call_sv failure

XS and other binary dependent modules must be recompiled for perl 5.8.0. Check to see that /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/SAP/DBTech/sapdbcperl/sapdbcperl.so exists.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: perl_call_sv failure
by jai (Sexton) on Aug 25, 2003 at 16:00 UTC
    The file
    /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/SAP/DBTech/sapdbcperl/sapdbcperl.so
    does exist. The problem is that SAPDB modules are distributed as binaries, hence no way to recompile them. Is there any work-around, and where is perl_call_sv defined ?
    Thanks for the response,
    jai..