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

looking for plugins in '/usr/lib64/sasl2' #289

Open
sdarwin opened this issue Jun 18, 2024 · 0 comments
Open

looking for plugins in '/usr/lib64/sasl2' #289

sdarwin opened this issue Jun 18, 2024 · 0 comments

Comments

@sdarwin
Copy link

sdarwin commented Jun 18, 2024

Hi,

I installed pip install django-pylibmc which included pylibmc and now a web log show this error:

looking for plugins in '/usr/lib64/sasl2', failed to open directory, error: No such file or directory

Seached for the text '/usr/lib64/sasl2'. One place it's found is:

python3.10/site-packages/pylibmc.libs/libsasl2-84219a89.so.3.0.0

Ubuntu 22.04

/usr/lib64/sasl2 doesn't exist.

/usr/lib/x86_64-linux-gnu/sasl2/ does exist.

A solution from https://unix.stackexchange.com/questions/537456/looking-for-plugins-in-usr-lib64-sasl2-failed-to-open-directory

ln -sfn /usr/lib/x86_64-linux-gnu/sasl2/ /usr/lib64/sasl2

I don't know if this is the correct repo to report the problem.

If you are aware the bug should be passed to another location, please send me the details, and/or even go further, and submit a ticket there

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

No branches or pull requests

1 participant