-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CURL_OPENSSL_3 on heroku/stack18 #2
Comments
@ryanto I'm facing the same issue, if you've ever managed to get it working, would you mind sharing the solution? |
What I've discovered so far is that the newest (heroku-18 at the time of writing this) stack does not have libcurl3 which is required by the mediainfo binary in this pack. You can either use an older stack (e.g. heroku-16) or fork the repo and update the mediainfo binary to work with libcurl4 (haven't tried the latter approach) |
@tadast I ended up downgrading to heroku-16. Do you have instructions for how to update mediainfo with libcurl4? |
I haven't tried it, but you can check out the forks on this repo, the last few commits here should provide some guidance. This branch also doesn't work on on heroku-18, so it probably needs another binary built with libcurl4 |
I ran into this same problem after upgrading from heroku-16 to heroku-20, and was able to get a working version of mediainfo by installing it via heroku-buildpack-apt, following the advice of this Heroku help article: How do I install additional software packages that my application requires? |
I just went through the same error and found a fix for it through blimpage's solution using heroku-buildpack-apt above. Here's exactly what I did to fix it. |
Hi there!
I've tried installing this build pack on heroku stack18 (https://devcenter.heroku.com/articles/heroku-18-stack) and receive the following error when running mediainfo:
The text was updated successfully, but these errors were encountered: