-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
[BUG] error: curl: error while loading shared libraries: liblber-2.4.so.2: cannot open shared object file: No such file or directory #1098
Comments
Added logs just to show what i got: |
Please run |
That was the first thing I tried. I made sure to try as many basic troubleshooting steps as possible. |
Try to run |
It also failed with the same error message. |
I already fixed it by Installing the old package using this sudo apt install ./libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb |
We can't use this fix for swizzin. Could you provide the output of two commands? |
This commit repairs cmake installations for Focal to Jammy upgrades. It installs the focal version of libldap for amd64. Closes swizzin#1098
Same issue seen while upgrading Debian from Bullseye to Bookworm. "box install filebrowser" and "box upgrade curl" throw the below error Additional outputs After trying the workaround |
Same issue here after upgrading Debian from Bullseye to Bookworm |
What happened?
Steps to reproduce:
Expected results: Upgrade it to liblber-2.5 or install the liblber-2.4.
so I was able to get around this issue by installing the old package using this
sudo wget http://http.us.debian.org/debian/pool/main/o/openldap/libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb
sudo apt install ./libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb
The stuff about curl that I read earlier I followed and it didn't seem to fix the issue.
Swizzin commit
9dc0c50
What OS are you using?
Ubuntu 22.04 (Jammy)
What architecture is your OS?
amd64
Relevant logs and output
No response
The text was updated successfully, but these errors were encountered: