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

halp? libcotp.so.2 error since upgrade to 3.2.1 #331

Closed
asanghc opened this issue Dec 14, 2023 · 3 comments
Closed

halp? libcotp.so.2 error since upgrade to 3.2.1 #331

asanghc opened this issue Dec 14, 2023 · 3 comments

Comments

@asanghc
Copy link

asanghc commented Dec 14, 2023

"otpclient: error while loading shared libraries: libcotp.so.2: cannot open shared object file: No such file or directory"

This is on an Arch based distro, and it lies because the library is there..
I tried removing and re-installing 3.2.1. > No change.
So I rolled back to old version 2.4.7 and it works for now but I'm not smart enough to figure out what is or isn't happening.

@paolostivanin
Copy link
Owner

That's happening because you must first update libcotp to version 3.0.0 and then recompile OTPClient.

@asanghc
Copy link
Author

asanghc commented Dec 14, 2023

libcotp was and is 3.0.0 already. I'm pacman installing these. The compiling is done by the package maintainers...

@paolostivanin
Copy link
Owner

Then the maintainers forgot to trigger a recompile of OTPClient. The issue is that OTPClient is still compiled against the old libcotp (V2), while you have V3 installed.
Recompiling OTPClient will fix the issue. You should open a bug at your distro bug tracker

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