Have a development CentOS box that I've created a binary to run on another Linux box that did not have perl. All worked well up until recently. The runtime box was recently updated. It now has Perl 5.8.8 (non-activestae build) and some other pkg updates... but it is still basically the same OS (32bit CentOS 2.6.18).
Now when the binary is executed it reports libperl.so found at /usr/lib/perl5/... not an ActiveState binary.
the /tmp gets the pdk-xxxx/ dir with the libperl.so from the binary but never seems to be referenced.
What simple thing am I missing? My binary must have contained everything it needed since it worked last week before the runtime box was updated. Is there something special I need to start doing that I've been overlooking?