Resolving Missing Libraries Issue with core20 Base in Snapcraft for ctrlX SDK

Hi everyone,

I have this problem that occurs when I am snapping samples from the SDK. The snap process works, but I always get the message about missing libraries -libcrypto.so.3 -libssl.so.3 (see screenshot). As a result, the snap does not work after installation in ctrlX virtual. Could it be because I changed the base in snapcraft.yaml to core20 (I need base core20 for my project) and this causes complications?

How can I solve this problem?

Best Regards

Best reply by nickH

Hi fl9 

Sgilk is right. The problems occurs because of the mismatch you have between the SDK Version (V2.4.3) you are using and the system apps you have installed on your ctrlX CORE (V1.14).

I would recommend to use the same version with both. But at minimum the major version has to be the same. 

So a recommendation from my side would be to update either to V1.20 and use the V1.20 SDK (this is the latest LTS version). Or update both the SDK and the ctrlX CORE (and ctrlx works) to the newest pre-release (currently V2.4, but tomorrow V2.6 will release). 

Best regards, 

Nick 

View original
7 replies