problem with PDF::API2::Simple installation
Dear Friends, I am trying to install Koha 3.02 alpha for testing with Ubuntu Karmic Koala. I failed to install PDF::API2::Simple using CPAN. I got the following error while the installation, CPAN: File::Temp loaded ok (v0.18) '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install How can we overcome this problem? -- Vimal Kumar V. Asst. Librarian Asian School of Business Technopark, Trivandrum-695 581 Web: www.vimalkumar.co.nr Blog: http://vimalkumar.oksociety.in OK Society Volunteer. http://oksociety.in --------------------------------------------------------------------------- "I forget what I was taught. I only remember what I have learnt" -Patrick White
Vimal, try this: At the CPAN prompt type: cpan> look PDF::API2::Simple You will come to a linux like prompt, run: linux> make clean Then linux> perl Makefile.PL Then linux> make Then linux> make test Here you should see more details of the problem. You will need to troubleshoot by researching the error messages. If make test passes, run linux> make install Then linux> exit to come back to cpan cpan> Thanks, Savitra Sirohi Nucsoft OSS Labs http://www.osslabs.biz 2010/3/30 Vimal Kumar <vimal0212@gmail.com>:
Dear Friends,
I am trying to install Koha 3.02 alpha for testing with Ubuntu Karmic Koala. I failed to install PDF::API2::Simple using CPAN.
I got the following error while the installation,
CPAN: File::Temp loaded ok (v0.18) '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install
How can we overcome this problem?
-- Vimal Kumar V. Asst. Librarian Asian School of Business Technopark, Trivandrum-695 581 Web: www.vimalkumar.co.nr Blog: http://vimalkumar.oksociety.in
OK Society Volunteer. http://oksociety.in --------------------------------------------------------------------------- "I forget what I was taught. I only remember what I have learnt" -Patrick White
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
PDF::API2::Simple depends on Module::Install, which you may need to install on your own (for some reason the CPAN dependancies don't automatically take care of it). You can get it over CPAN, but it would probably be better if you used the debian package, libmodule-install-perl. Hope this helps! -Ian On Mon, Mar 29, 2010 at 11:41 PM, savitra sirohi <savitra.sirohi@osslabs.biz
wrote:
Vimal, try this:
At the CPAN prompt type: cpan> look PDF::API2::Simple
You will come to a linux like prompt, run: linux> make clean
Then linux> perl Makefile.PL
Then linux> make
Then linux> make test
Here you should see more details of the problem. You will need to troubleshoot by researching the error messages.
If make test passes, run linux> make install
Then linux> exit
to come back to cpan cpan>
Thanks, Savitra Sirohi Nucsoft OSS Labs http://www.osslabs.biz
2010/3/30 Vimal Kumar <vimal0212@gmail.com>:
Dear Friends,
I am trying to install Koha 3.02 alpha for testing with Ubuntu Karmic Koala. I failed to install PDF::API2::Simple using CPAN.
I got the following error while the installation,
CPAN: File::Temp loaded ok (v0.18) '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install
How can we overcome this problem?
-- Vimal Kumar V. Asst. Librarian Asian School of Business Technopark, Trivandrum-695 581 Web: www.vimalkumar.co.nr Blog: http://vimalkumar.oksociety.in
OK Society Volunteer. http://oksociety.in
---------------------------------------------------------------------------
"I forget what I was taught. I only remember what I have learnt" -Patrick White
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (3)
-
Ian Walls -
savitra sirohi -
Vimal Kumar