Here is my current setup: Module Connector : 1.6.2 MATLAB : 2019a Ubuntu : 18.04 LTS When I try to run "ModuleConnector.LibraryCompiled", the module connector fails and displays the following error message: Error using loaddefinedlibrary /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.4' not found (required by ModuleConnector-linux-1.6.2/lib/libModuleConnector.so) The most current version of libc6 for Ubuntu 18.04 is 2.27. Is there some additional packages I need to install in order to get this version of the module connector to work?
Hi, Jared, We did a test with the same environment, it works well. We have no clue for that error by far. I see that it requires boost libraries which are no longer available in 18.04., so that could be a problem, but it should be unrelated to the glibc error. Are you able to try to reinstall the Ununtu system and try again?
Charlie, It seems we may have made a mistake when we were adding the libModuleConnector.so file to our version control. After we grabbed a fresh copy of the module connector version 1.6.2 from your website and replaced the corrupted file, everything seemed to work fine.