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

Ubuntu 24.04 incompatibility/dificulty - libaio.so.1 VS libaio.so.1t64 #672

Open
Garfius opened this issue Feb 26, 2025 · 2 comments
Open

Comments

@Garfius
Copy link

Garfius commented Feb 26, 2025

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.

@cjbj
Copy link
Member

cjbj commented Feb 26, 2025

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?

@Garfius
Copy link
Author

Garfius commented Mar 3, 2025

Hello, i am moving to a new server a project i inherited, don't know the full details, just the dependencies 🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants