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
I'm trying to compile check_rest_api v1.2.0. However, I get the following error while using make:
root@23b694dc9bed:~/check_rest_api-1.2.0/src# make
gcc -o check_rest_api check_rest_api.o read_input.o check_thresholds.c -Wall -Werror -lcurl -ljson-c
/usr/bin/ld: read_input.o:(.bss+0x0): multiple definition of `argVals'; check_rest_api.o:(.bss+0x0): first defined here
/usr/bin/ld: /tmp/ccndgguz.o:(.bss+0x0): multiple definition of `argVals'; check_rest_api.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:11: check_rest_api] Error 1
The text was updated successfully, but these errors were encountered:
I'm trying to compile check_rest_api v1.2.0. However, I get the following error while using
make
:The text was updated successfully, but these errors were encountered: