Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: undefined symbol: Perl_xs_handshake

by Corion (Patriarch)
on Jan 03, 2022 at 10:55 UTC ( [id://11140102]=note: print w/replies, xml ) Need Help??


in reply to undefined symbol: Perl_xs_handshake

Most likely you are mixing Perl versions and your local Perl and the system Perl have different versions.

This could be caused by having the PERL5LIB environment variable set for example.

Compare the compiler message:

/home/tester/TeMIP-ALB/perl/perl/perl-5.24.3/

vs. the location of the problematic .so:

/usr/local/bin/perl/lib/5.24.3/

I would run your C program with a clean environment, and especially empty PERL5LIB (or only the "good" Perl path in it) to make sure that the C program can only find the Perl libraries compiled for it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11140102]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 21:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found