Hi this is my first post on this list, I still have not found answer for some issues I encouter using perl 5.8.8/PAR 0.970 on solaris 10 with a little project I work on. On Linux (Ubuntu dapper with perl 5.8.7 PAR 0.90) evrything is ok. I can generate a stand-alone executable which run perfectly. On solaris, I build the executable on a developpement host, then run it on a testing host (I'm not responsible of installation of this one but as I know, everything is the same) and it's don't work well on both (yes on both). Perl script use XML::Simple and Text::Iconv and it doesn't work in this packaged from. It run's good by using Perl as usual. To generate executable, I use these some combination of flags: -f Bleach -c -d -B without success.
I guess PAR isn't really ready yet for use on solaris :(. Another issue/unanswered question: how to debug PAR'ed script ? Please note also that using -f <something> on linux lead to build error (one of my own module not found in path, only with -f flag). Regards.
