Hi !
I've got a problem with par0.80. I run a mandrake 9.2 with perl5.8.
I've got a script toto.pl. I try pp -o toto toto.pl
when I run ./toto it's ok.
Then I send it to another PC running Mandrake 10.0 (just a cp command) and try ./toto.
And then crash : ./toto : error while loading shared libraries : libperl.so : cannot open shared object file: no such file or directory
What's the problem ?
It can't find libperl.so :-)
Search for the file on both boxes (under /usr) and compare the results. Perhaps that will make the cause of the problem clear.
On my mdk-9.1 box I have libperl.so in both /usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE (the perl that the system uses) and usr/local/lib/perl5/5.8.0/i686-linux-thread-multi/CORE (the perl that I use).
Cheers, Rob
