Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Original name of a PAR-Packed shared object file?

by ek15 (Novice)
on Feb 21, 2018 at 18:38 UTC ( [id://1209687]=note: print w/replies, xml ) Need Help??


in reply to Re: Original name of a PAR-Packed shared object file?
in thread Original name of a PAR-Packed shared object file?

I was able to verify that b1934410.so is in fact perl5/auto/IO/IO.so. Now I'm wondering why it would succeed on the build system, but fail on another system. The pp command is below.

pp -c -F Crypto -f Crypto -M Filter::Crypto::Decrypt -l /lib64/libcrypto.so.6 [various libs included] -o bin/switchscan switchscan.pl [various modules included]

Replies are listed 'Best First'.
Re^3: Original name of a PAR-Packed shared object file?
by beech (Parson) on Feb 23, 2018 at 22:24 UTC

    Hi,

    Does adding  -x switch change anything?

      Tried adding in the -x switch, no difference.

Re^3: Original name of a PAR-Packed shared object file?
by beech (Parson) on Feb 22, 2018 at 22:08 UTC

    Hi

    What happens if you don't use filters?

      Just tried this, removing -F Crypto -f Crypto -M Filter::Crypto::Decrypt -l /lib64/libcrypto.so.6 from the pp command. I still get the above error.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-18 01:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found