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
My Aptfile contains only libaio1. The package is installed without problems, but when the app at runtime is trying to refer to it, the error is throws that libaio.so.1 can't be found.
I think that is because $LD_LIBRARY_PATH is missing its location:
This time so libaio can be used at slug build time in addition to slug
run time.
This should be done by heroku-buildpack-apt, but it is not. heroku/heroku-buildpack-apt#27
My
Aptfile
contains onlylibaio1
. The package is installed without problems, but when the app at runtime is trying to refer to it, the error is throws thatlibaio.so.1
can't be found.I think that is because
$LD_LIBRARY_PATH
is missing its location:But that file ends up in
As you can see there is no
/usr
bit in there.I have another buildpack of my own that follows after the apt one. I basically hacked that missing value in and that's how I managed to resolve the app's issue (https://github.com/featurist/oracle-client-buildpack/blob/master/profile/oracle-driver-buildpack-runtime-env.sh#L1):
The text was updated successfully, but these errors were encountered: