Hi all, its been noted on http://wiki.koha.org/doku.php?id=openbsd, as ftp ftp://172.16.1.10/pub/perl/PDF-API2-0.3r77.tar.gz but the ftp site cannot be contacted, Please, can you mail me, if anybody does have this package? or one can give me the updated ftp site address. thanks and regards. Lalitanand -- "Talk is cheap. Show me the code. Think Open, use Open Source!" Visit & Register at http://www.ossrc.org.in
Hello! Perl has a package manager program that you can use to install these things. Try doing something like this: > sudo cpan PDF::API2 which (under the hood) is equivalent to this (I think): > sudo perl -MCPAN -e 'CPAN::Shell->install( "PDF::API2" );' Or you can just go to http://cpan.org and download the package and build by hand: http://search.cpan.org/~areibens/PDF-API2-0.69/lib/PDF/API2.pm Good luck! Reuben
"lalitanand dandge" <dandgelb@gmail.com> 3/5/2008 5:06 AM >>> Hi all, its been noted on http://wiki.koha.org/doku.php?id=openbsd, as
ftp ftp://172.16.1.10/pub/perl/PDF-API2-0.3r77.tar.gz but the ftp site cannot be contacted, Please, can you mail me, if anybody does have this package? or one can give me the updated ftp site address. thanks and regards. Lalitanand -- "Talk is cheap. Show me the code. Think Open, use Open Source!" Visit & Register at http://www.ossrc.org.in
Try: http://backpan.perl.org/authors/id/A/AR/AREIBENS/PDF-API2-0.3r77.tar.gz Best, Keith -- View this message in context: http://www.nabble.com/want-PDF-API2-0.3r77.tar.gz-tp15847858p16834734.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
participants (3)
-
Keith Grennan -
lalitanand dandge -
Reuben Pasquini