Good morning everyone,
I am trying to install (re-install) netdata using aws sdk for kinesis support.
However when I run the installer with the command
bash <(curl -Ss https://my-netdata.io/kickstart.sh) --reinstall
I get the following error:
CC backends/aws_kinesis/aws_kinesis.o
CXX backends/aws_kinesis/aws_kinesis_put_record.o
CC exporting/aws_kinesis/aws_kinesis.o
CXX exporting/aws_kinesis/aws_kinesis_put_record.o
CC cli/cli.o
CCLD apps.plugin
CCLD cgroup-network
CCLD ebpf.plugin
CCLD perf.plugin
CCLD slabinfo.plugin
GEN netdatacli
GEN netdata
/usr/bin/ld: /tmp/netdata.qVRLuk.ltrans0.ltrans.o: undefined reference to symbol ‘_ZN3Aws3Crt11g_allocatorE’
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/…/…/…/x86_64-linux-gnu/libaws-crt-cpp.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:4664: netdata] Error 1
make[2]: Leaving directory ‘/tmp/netdata-kickstart-O6wyHCHxXu/netdata-v1.30.1-135-gd36a992ae’
make[1]: *** [Makefile:5829: all-recursive] Error 1
make[1]: Leaving directory ‘/tmp/netdata-kickstart-O6wyHCHxXu/netdata-v1.30.1-135-gd36a992ae’
make: *** [Makefile:3176: all] Error 2
FAILED
FAILED
ABORTED netdata-installer.sh exited with error
Any idea?
Thanks so much
Federico