in reply to LinkPoint Perl API payment gateway problem

Hi, I was able to fix this issue by making the LinkPoint payment gateway use cURL instead of the liblperl.so and liblpssl.so libraries. After doing some research, I read that the "Undefined symbol perl_get_sv" error is because Perl 5.8.6 no longer has the perl_get_sv method incorporated. Please correct me if I'm wrong. Thanks for your help!

Regards,
Ralph

  • Comment on Re: LinkPoint Perl API payment gateway problem

Replies are listed 'Best First'.
Re^2: LinkPoint Perl API payment gateway problem
by Anonymous Monk on May 28, 2008 at 14:41 UTC
    Help. I have the same problem after updating to perl 5.8.8 and it took Linkpoint 5 days to tell me that they don't support it. I am wanting to use cURL, and have it installed, but linkpoint can't tell me how to get their api to use it instead of their outdated .so files. Can anyone tell me what to do to switch their API to use cURL? Thanks, Marshall