Hi monks,
A little desperate I am...
I installed the PDF::API2 library from CPAN, both on my local windows vista machine and on the Linux-server of my provider. I wrote a little piece of code using this library. It does work on my local machine, but not on the server. By the way, I'm used to working with CPAN-libraries, and they all function fine on my provider's server.
I wrote the following lines:
$pdf = PDF::API2->open($in);
$p = $pdf->openpage(1);
etc.
$in contains the pdf-path/filename on the server. At the openpage-command the program already stops with an error 500.
Any monk having an idea about what could be wrong?
Thanks a lot!