Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Does not load on Heroku #17

Closed
gsdean opened this issue Feb 17, 2018 · 6 comments
Closed

Does not load on Heroku #17

gsdean opened this issue Feb 17, 2018 · 6 comments

Comments

@gsdean
Copy link

gsdean commented Feb 17, 2018

LoadError: Could not open library '/usr/lib/ssl': /usr/lib/ssl: cannot read file data: Is a directory.

@se3000
Copy link
Owner

se3000 commented Feb 18, 2018

I believe this is a change in Heroku's newest stack. It'd be great to support it long term, but that's going to take some time to investigate and test out.

If you need this immediately on Heroku you can use the cedar-14 stack.

@gsdean
Copy link
Author

gsdean commented Feb 19, 2018

did a more little digging, seems like this might be an ffi issue
ffi/ffi#595

@hstove
Copy link

hstove commented Mar 20, 2018

I got this working on Heroku with GemHQ/money-tree#28

@se3000
Copy link
Owner

se3000 commented Jun 8, 2018

Just pushed version 0.4.7, with the new version of MoneyTree. I ran a quick test on heroku and it appears to work on the current default stack, heroku-16. I'm going to close this, but feel free to reopen if you run into other issues.

@se3000 se3000 closed this as completed Jun 8, 2018
@starwels
Copy link

starwels commented Dec 7, 2021

Hey guys. It is not working on heroku-18 and heroku-20. Here is the log from my heroku server. I tried both heroku-18 and heroku-20

Could not open library 'libssl.so.10': libssl.so.10: cannot open shared object file: No such file or directory. Could not open library 'libssl1.0.0': libssl1.0.0: cannot open shared object file: No such file or directory. Could not open library 'libssl1.0.0.so': libssl1.0.0.so: cannot open shared object file: No such file or directory. Could not open library '/usr/lib/ssl': /usr/lib/ssl: cannot read file data: Is a directory. Could not open library 'libssl.so': libssl.so: cannot open shared object file: No such file or directory

@q9f
Copy link
Collaborator

q9f commented Dec 7, 2021

Hi @starwels - this is going to be fixed with the next release of money-tree and eth gems. please subscribe to

to get notified once it's merged.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants