We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems instantclient-basic-linux.x64-23.7.0.25.01.zip is compiled using libaio.so.1, which does not exist in Ubuntu 24.04 as can be seen in this post.
A symlink solves the issue. sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
It is no stopper, but i just wasted too many valuable time wondering WHY!
Please, at least document it.
Regards.
The text was updated successfully, but these errors were encountered:
Thanks for the report. The Oracle client installation guide doc writers already had a draft on this - but a question about certification remains.
Out of interest, what python-oracledb Thick mode / cx_Oracle features are you using that are not in python-oracledb Thin mode?
Sorry, something went wrong.
Hello, i am moving to a new server a project i inherited, don't know the full details, just the dependencies 🤷♂️
No branches or pull requests
It seems instantclient-basic-linux.x64-23.7.0.25.01.zip is compiled using libaio.so.1, which does not exist in Ubuntu 24.04 as can be seen in this post.
A symlink solves the issue.
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1
It is no stopper, but i just wasted too many valuable time wondering WHY!
Please, at least document it.
Regards.
The text was updated successfully, but these errors were encountered: