redislite
redislite copied to clipboard
Explicitly link with libatomic if on ARM (Fixes #150)
Installation on a Raspberry Pi 4 fails due to Redis failing to link automatically with libatomic. Further discussion in https://github.com/redis/redis/issues/6275 and https://github.com/yahoo/redislite/issues/150
This change to the Makefile in redis.submodule (fix from https://github.com/redis/redis/commit/f5d48537f1aa76e5ce4f14953517bd25c9ad4673) explicitly links to libatomic if the architecture is ARM. With this change, compiling and linking succeeds and the installation of redislite succeeds
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.
Hi @alejzeis,
Any update about redislite on ARM ? This isssue is open since almost one year.
The contents of the redis.submodule directory get overwritten when the bundled redis is updated. Does this issue exist with redis 6.2.6?