I am trying to compile on debian 9 64 bit with gcc 8.2 python 3.9.5, I have errors compiling aws sdk cpp required by wired tiger,
git clone GitHub - percona/percona-server-mongodb: Percona Server for MongoDB
cd percona-server-mongodb
git checkout psmdb-5.0.2-1
pip3 install -r etc/pip/compile-requirements.txt
python3 buildscripts/scons.py install-mongod MONGO_VERSION=5.0.2
but latest aws won’t compile nor would this old version of 2018 I read should compile :
are there either prebuilt aws packages for debian, or could it be possible to compile WITH wired tiger (for in memory) but WITHOUT aws ?
thank you for any hint