You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation via pip install redislite and python setup.py install (off a fresh clone from master) both fail with the following error while compiling Redis:
Simply adding to the LD_FLAGS in the redis Makefile appears to fix the issue, which I have verified myself and confirms that redislite does install and function with that change applied to the redis.submodule directory
The text was updated successfully, but these errors were encountered:
Installation via
pip install redislite
andpython setup.py install
(off a fresh clone from master) both fail with the following error while compiling Redis:This appears to be redis/redis#6275 which was fixed by commit redis/redis@e9564dc
Simply adding to the LD_FLAGS in the redis Makefile appears to fix the issue, which I have verified myself and confirms that redislite does install and function with that change applied to the redis.submodule directory
The text was updated successfully, but these errors were encountered: