in reply to PDF::FromHTML istallation problem or script?
The Makefile provides some potential clues. It looks like PDF::FromHTML can either use PDF::API2 or pdflib_pl to do the actual heavy lifting. From the error message, I'd guess that it's trying to use pdflib_pl and that this module isn't installed.
Makes you wonder exactly how your provider installed the modules - I'd expect something like this to be picked up in the tests even if it somehow gets past the dependency checks in the Makefile.
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PDF::FromHTML installation problem or script?
by jonnyfolk (Vicar) on Aug 10, 2006 at 14:07 UTC | |
by davorg (Chancellor) on Aug 10, 2006 at 15:21 UTC | |
by jonnyfolk (Vicar) on Aug 11, 2006 at 08:34 UTC |