lericson / pylibmc

A Python wrapper around the libmemcached interface from TangentOrg.
http://sendapatch.se/projects/pylibmc/
BSD 3-Clause "New" or "Revised" License
478 stars 136 forks source link

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

Open sdarwin opened 2 weeks ago

sdarwin commented 2 weeks ago

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