On Sat, Sep 24, 2005 at 12:38:27AM +0400, Alexandre Prokoudine wrote:
On 9/24/05, Bryce Harrington <bryce@...961...> wrote:
On Sat, Sep 24, 2005 at 12:20:50AM +0400, Alexandre Prokoudine wrote:
On 9/23/05, Bryce Harrington <bryce@...961...> wrote:
When that says 'ok', then do this to test it:
$ perl Makefile.PL
avp@...998...:~/soft/build/graphics/pdf2svg$ perl Makefile.PL Warning: prerequisite Text::PDF::API2 0 not found.
Did you mean 'Text::PDF'? I wasn't able to find a Text::PDF::API2 library on cpan...
Silly me.It was supposed to be PDF::API2.
http://search.cpan.org/author/AREIBENS/PDF-API2-0.46/lib/PDF/API2.pm
However...
avp@...998...:~/soft/build/graphics/pdf2svg$ perl Makefile.PL Warning: prerequisite PDF::API2 0 not found.
This should not give you a warning if you have this module installed correctly. Try doing this:
$ perl -e "use PDF::API2"
If you have the module installed, this should return with no output. Otherwise, it will spew a big error message showing all the paths that it looked at for the module.
I'd doublecheck that you do have the module installed, as that's almost always the issue.
In the Makefile.PL, change 'scripts/pdf2svg' to 'pdf2svg' or whereever you put the pdf2svg script in the package.
Fixed. The output is above.
P.S. I'm sorry with wasting your time to teach me basics.
No prob, thanks for investigating this in the first place! Saves the rest of us some trouble. :-)
Bryce