You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
any idea what could cause this?
why is it looking for version 19.1, shouldn't it be 12.x?
-----> 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
The text was updated successfully, but these errors were encountered:
I am using Ruby / sinatra and I am using oracle 12c:
I am getting the following error in heroku logs:
my gemfile:
The text was updated successfully, but these errors were encountered: