Sorry for the late response ... I was consumed by other tasks ... but finally got back to it. SO indeed, after re-creating the builder with disabled proxy the system came up correctly and I could see the scripts in the scripts directory and it seemed that I was able to install the sdk. However when trying to build the sample application as described in the Quick Start Guide, this seems to be failing because of missing libratries: running mddb_compiler -in /home/boschrexroth/ctrlx-automation-sdk/samples-cpp/datalayer.register.node/metadata.csv -out1 mddb_compiler: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by mddb_compiler) mddb_compiler: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by mddb_compiler) mddb_compiler: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by mddb_compiler) CMake Error at CMakeLists.txt:33 (MESSAGE): mddb_compiler executable not found. Please install the ctrlx-datalayer-*.deb debian package.
... View more