Hello,
I am trying to install and configure FOP2 on an Ubuntu Precise machine
I found a static linking copy of 2.26 on advice from this forum and I still get strange errors related to wrong version of perl:
kbarrett@pbx-dev:~/fop2$ /usr/local/fop2/fop2_server --test Can't locate Config.pm in @INC (@INC contains: /home/kbarrett/perl5/lib/perl5/x86_64-linux-gnu-thread-multi /home/kbarrett/perl5/lib/perl5/x86_64-linux-gnu-thread-multi /home/kbarrett/perl5/lib/perl5 /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/perl5/PAR.pm line 7. BEGIN failed--compilation aborted at /usr/share/perl5/PAR.pm line 7.
Currently cannot get past this one. I have done a lot of unpleasent machination with cpan to make it get this far. Kind of expect you are going to tell me that I am not intended to be able to run this from a modern linux like Ubuntu Precise. *wink*
Has anyone tried this kind of setup? I have Perl 5.14, and I'm guessing the correct solution is not to symlink perl/5.14 to perl/5.8 in a couple of places, but some other answer.
fop2-2.26-debian-static-x86_64.tgz -- I can't find the original forum thread where I found this file, but it comes from download.fop2.com , so I assumed it was legit. It looks like everything is statically linked except for the version of perl. Don't know how you would get around that one either.