【问题标题】:AVCONV not working on heroku rails appAVCONV 不适用于 heroku rails 应用程序
【发布时间】:2016-05-13 05:46:42
【问题描述】:

我在我的 rails 应用程序中添加了 AVCONV buildpack,但它不适用于 Heroku。这是一个构建包 URL - https://github.com/mainameiz/avconv-buildpack

当我运行'heroku run bash'并执行'avconv'命令然后得到-

avconv: error while loading shared libraries: libmp3lame.so.0: cannot open shared object file: No such file or directory

相同的 buildpack 在我的其他 heroku 应用程序中运行良好

任何帮助将不胜感激。

谢谢!

【问题讨论】:

    标签: ruby-on-rails heroku avconv buildpack


    【解决方案1】:

    经过这么多小时的努力,我终于解决了这个问题。

    我只需要设置heroku config:add LD_LIBRARY_PATH= vendor/lib

    成功了!!

    【讨论】:

      猜你喜欢
      • 2017-09-14
      • 2019-02-21
      • 1970-01-01
      • 2014-03-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-02-23
      • 2013-03-26
      相关资源
      最近更新 更多