5

最新版redis-stableで実行している (5.0.5 である必要があります)をビルドしようとすると、リンカー エラーが発生します。raspbian busterRaspberry Pi 4

makeモーションを通過し、次のように失敗します

    LINK redis-server
/usr/bin/ld: networking.o: in function `createClient':
/home/pi/redis-stable/src/networking.c:109: undefined reference to `__atomic_fetch_add_8'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:219: redis-server] Error 1
make[1]: Leaving directory '/home/pi/redis-stable/src'
make: *** [Makefile:6: all] Error 2

どこかに設定がありませんか?

4

2 に答える 2