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
Hi Team
I'm installing redis-cluster-proxy from unstable branch and facing the below issue
/usr/bin/ld: logger.o:/home/lahari.velagapudi/redis-cluster-proxy/src/sds.h:37: multiple definition of `SDS_NOINIT'; config.o:/home/lahari.velagapudi/redis-cluster-proxy/src/sds.h:37: first defined here
/usr/bin/ld: reply_order.o:/home/lahari.velagapudi/redis-cluster-proxy/src/sds.h:37: multiple definition of `SDS_NOINIT'; config.o:/home/lahari.velagapudi/redis-cluster-proxy/src/sds.h:37: first defined here
/usr/bin/ld: sds.o:/home/lahari.velagapudi/redis-cluster-proxy/src/sds.h:37: multiple definition of `SDS_NOINIT'; config.o:/home/lahari.velagapudi/redis-cluster-proxy/src/sds.h:37: first defined here
/usr/bin/ld: util.o:/home/lahari.velagapudi/redis-cluster-proxy/src/sds.h:37: multiple definition of `SDS_NOINIT'; config.o:/home/lahari.velagapudi/redis-cluster-proxy/src/sds.h:37: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:179: redis-cluster-proxy] Error 1
make[1]: Leaving directory '/home/lahari.velagapudi/redis-cluster-proxy/src'
make: *** [Makefile:7: install] Error 2
GCC Version gcc (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered:
Hi Team
I'm installing redis-cluster-proxy from unstable branch and facing the below issue
OS- Details
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
GCC Version
gcc (Debian 10.2.1-6) 10.2.1 20210110 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The text was updated successfully, but these errors were encountered: