I had a perl 5.10 install with a shared lib perl installed (Ubuntu 10.4). I then installed perl 5.12 with a static libperl.
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?