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
Hi,
I installed pip install django-pylibmc which included pylibmc and now a web log show this error:
pip install django-pylibmc
pylibmc
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I installed
pip install django-pylibmc
which includedpylibmc
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
The text was updated successfully, but these errors were encountered: