FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
02-28-2023 08:49 PM
I am trying to use the EAL SDK in some python automation scripts. When I load the libEALCWrapper-linux-gcc-x64.so library it tries to open libmonosgen-2.0.so but can’t find it (even though it is in the same directory as libEALCWrapper-linux-gcc-x64.so). Is there a way to tell libEALCWrapper-linux-gcc-x64.so where to find libmonosgen-2.0.so without writing a C program and calling ealSetLibraryPath?
Solved! Go to Solution.
03-07-2023 01:14 PM
In linux you can try to set the path to mono by LD_LIBRARY_PATH varibale:
export LD_LIBRARY_PATH=/home/sdk/eal4c/bin/mono/linux64
Please post a small code snippet, if this does not work for you.
04-25-2023 02:52 PM
Any news here or can this topic be closed?