Hello
I wanted to try out FOP2 and downloaded http://www.fop2.com/file.php?file=7 (Which is the 32bit version for debian lenny)
However somewhat similar to another post ont he forum i had issues with a perl module:
usr/local/fop2/fop2_server --help
Compress::Raw::Zlib object version 2.023 does not match bootstrap parameter 2.020 at /usr/local/lib/perl/5.10.0/Compress/Raw/Zlib.pm line 97.
Compilation failed in require at /usr/local/share/perl/5.10.0/Archive/Zip.pm line 12.
BEGIN failed--compilation aborted at /usr/local/share/perl/5.10.0/Archive/Zip.pm line 12.
Compilation failed in require at -e line 359.
Now im pretty used to debugging perl module problems, however i couldnt quite figure this out. It seems like the fop2_server file is binary code and with the references to libc im guessing its c?
So im not sure where perl comes into the picture. Also the error message seem wrong since it doesnt change regardless of what version of Compress::Raw::Zlib I install (via apt-get or cpan) also i can even go ahead and delete /usr/local/lib/perl/5.10.0/Compress/Raw/Zlib.pm
Even if the file isnt there the fop2_server complains with the same error.
So whats going on here and what can i do to get it working?
Im running newest updated 32bit debian lenny and i tried with the Compress::Raw::Zlib from apt-get, the newest 2.023 from cpan, an older 2.020 from cpan and none worked, and all gave the same error
Help!!1
:)