FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
10-16-2023 02:03 PM
Hi all,
I'm just getting started on CrlX app-development, but already having a bit of a problem. Follwing the getting started guide I created and started an "App Build Environment" and logged in. Now I should install the sdk, but it seems the scripts for installing that are missing. Judging from other pages in this guide it seems there is even more missing. All I can see is one cloud-config directory which contains two log files.
Would appreciate a bit of help on how to finish setting up my environment.
Chris
Solved! Go to Solution.
10-16-2023 02:04 PM
I should mention that I've installed the version 1.20.5 on my Windows 11 system.
10-16-2023 02:54 PM
I also noticed, that if I simply want to manually download the latest sdk and unpack it (as that's what the documentation says) I keep on getting a "trying to connect to 10.0.2.2:31??" which an IP lookup tells me is a device in Bavaria ... same happens if I want to install something via "apt" ... it also tries to reach that IP address.
10-16-2023 04:09 PM - edited 10-16-2023 04:10 PM
It seems like you don't have network connection in your App Build Envrionment.
Do you need to communicate over a proxy to the network? If not please create a new one and unselect this button:
If you need to go over a proxy communication please select it and also download and run a proxy tool (e.g. px) on port 3128.
Additional hint: the ip address 10.0.2.2 is the ip of your windows host.
10-23-2023 04:02 PM
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.