On Wed, Sep 15, 2010 at 9:04 PM, philkime <phi...@kime.org.uk> wrote: > When I built with the 5.12 pp, the cache for my binary contains > libperl.so.5.10 and not libperl.a. I even tried deleting all the > libperl.so* from the machine and it still appears in the cache when I > run the binary! Where does pp get its libperl from?
It get's stored when you built PAR::Packer - I guess you didn't rebuild PAR::Packer after you installed 5.12? Actually libperl.so is included (as a large byte array) in the executable that is contained (in uuencoded form) in PAR/StrippedPARL/{Static,Dynamic}.pm Cheers, Roderich