Hi, I recently joined Garmin community to create some application on the Garmin watch from my system (Gentoo OS).
I've installed monkey c extension on vsc and was trying to move on to sdkmanager. However, sdkmanager won't even open due to error stating that "/usr/lib64/libcurl.so.4: no version information available (required by ./sdkmanager)". I've tried re-linking the libraries and rebuilding the packages (gtk, glib, curl), but it still resulted same error. Other gtk dependent programs such as xeyes works fine and my x server display is working fine.
I currently have two libcurl.so files. One is libcurl.so.4.8.0 and other is libcurl.so.4 that is linked to the previous one.
My best guess is that the version required for this sdkmanager is different than the version of libcurl i have(8.8.0),,
Any suggestions would be appreciated.
Thank you,