Skip to content
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

libclntsh.so.19.1: cannot open shared object file: No such file or directory #3

Open
saslani opened this issue Mar 25, 2020 · 0 comments

Comments

@saslani
Copy link

saslani commented Mar 25, 2020

I am using Ruby / sinatra and I am using oracle 12c:

I am getting the following error in heroku logs:

LoadError: libclntsh.so.19.1: cannot open shared object file: No such file or directory - /tmp/build_d670f82963726e051daafee73cc48e98/vendor/bundle/ruby/2.6.0/gems/ruby-oci8-2.2.7/lib/oci8lib_260.so
  1. any idea what could cause this?
  2. why is it looking for version 19.1, shouldn't it be 12.x?

my gemfile:

ruby "2.6.4"

gem "activerecord-oracle_enhanced-adapter", "5.2.6"
gem "puma"
gem "rake", "~> 12.3"
gem "ruby-oci8", "2.2.7"
gem "sinatra"
gem "sinatra-activerecord", "2.0.13"
-----> Detecting rake tasks
       Could not detect rake tasks
       ensure you can run `$ bundle exec rake -P` against your app
       and using the production group of your Gemfile.
       rake aborted!
       LoadError: libclntsh.so.19.1: cannot open shared object file: No such file or directory - /tmp/build_d670f82963726e051daafee73cc48e98/vendor/bundle/ruby/2.6.0/gems/ruby-oci8-2.2.7/lib/oci8lib_260.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant