Hi,
I have an application, and my application requires Image::OCR::Tesseract.
So i added Image::OCR::Tesseract to Makefile.PL, commit and push with git.
Here's the output
git push heroku upload-card:master
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 297 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
-----> Fetching custom git buildpack... done
-----> Perloku app detected
-----> Vendoring Perl
Using Perl 5.16.2
-----> Installing dependencies
--> Working on /tmp/build_pfywlxr23gca
Configuring /tmp/build_pfywlxr23gca ... OK
==> Found dependencies: Image::OCR::Tesseract
--> Working on Image::OCR::Tesseract
Fetching http://www.cpan.org/authors/id/L/LE/LEOCHARRE/Image-OCR-Tesseract-1.24.tar.gz ... OK
Configuring Image-OCR-Tesseract-1.24 ... N/A
! Configure failed for Image-OCR-Tesseract-1.24. See /app/.cpanm/build.log for details.
! Bailing out the installation for build_pfywlxr23gca-0.01. Retry with --prompt or --force.
Dependencies installed
-----> Discovering process types
Procfile declares types -> (none)
Default types for Perloku -> web
I found
http://stackoverflow.com/questions/13187433/how-do-i-install-dbi-module-for-perl-on-heroku-machine.
and i am afraid i will have the same issue with that post above.
What do you think?
Regards,
Persib