-
Notifications
You must be signed in to change notification settings - Fork 98
Description
I'm trying to deploy to Heroku. I followed the instructions. I had to bump the JRuby version (as per https://devcenter.heroku.com/articles/ruby-support#ruby-versions), so line 4 of the Gemfile is now:
ruby '1.9.3', engine: 'jruby', engine_version: '1.7.21'
When I make a call to /convert, I get an error in the Ruby app (using the docverter gem):
Docverter API Error: command error: pandoc: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory (status: 500)
My Heroku app's config:
=== (redacted) Config Vars BUILDPACK_URL: https://github.com/ddollar/heroku-buildpack-multi.git JAVA_OPTS: -Xss512k -XX:+UseCompressedOops -Dfile.encoding=UTF-8 JRUBY_OPTS: -Xcompile.invokedynamic=false LANG: en_US.UTF-8 LD_LIBRARY_PATH: /app/calibre/lib PATH: bin:/app/bin:/app/jruby/bin:/usr/bin:/bin:/app/calibre/bin RACK_ENV: production