Good evening monks, please let me bother you with another question.

I am attempting and failing at getting Acrobat::FDF to work on my server. Their install instructions seem straight forward, but seem a bit out of date.

You're supposed to copy FDF.pm to /usr/lib/perl5/5.6.1/Acrobat/ and fdf.so to /usr/lib/perl5/5.6.1/i386-linux/auto/Acrobat/FDF/, easy enough. Too bad, when I try to use Acrobat::FDF I get:

Can't locate loadable object for module Acrobat::FDF in @INC (@INC con +tains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/ +perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/ +lib/perl5/site_perl .) at /usr/lib/perl5/5.6.1/Acrobat/FDF.pm line 72 +1 Compilation failed in require at libs.pl line 3. BEGIN failed--compilation aborted at libs.pl line 3.

Can anyone give me some insight as to how I'm messing up?

Thanks
--
paul

In reply to Acrobat::FDF by vbrtrmn

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.