I'm trying to get my PDF::Template linux installation to recognize the prerequisite pdflib_pl. I've downloaded and installed the pdflib-lite (which according to the only installation documentation I can find is supposed to work), but it's not recognizing it. When I run perl Makefile.PL for the PDF::Template installation, I get: Warning: prerequisite pdflib_pl 3 not found but it continues to install anyway. Trying to install through cpan fails instead. When I run a script using PDF::Template, I get Can't locate pdflib_pl.pm in @INC.

I did the standard ./configure, make, make install on the pdflib-lite. Is there anything I should have done differently? I'm not finding any installation instructions with either PDF::Template or pdflib-lite. The only installation solutions google produces are to install pdflib-lite which I've already done. I see a pdflib_pl.pm file in both the pdflib-lite and the PDF::Template installation package, but I can't find where it may have installed it.

Sorry, I only know enough about *nix to be dangerous.


In reply to PDF::Template not finding pdflib-lite install by ksublondie

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.