I find error using CLI section inside Agama
dumprivkey mykey
CLI response:
dyld: Symbol not found: _clock_gettime
Referenced from: /Applications/Agama.app/Contents/Resources/app/assets/bin/osx/komodo-cli (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
in /Applications/Agama.app/Contents/Resources/app/assets/bin/osx/komodo-cli
For testing I replace all files inside
Agama.app/Contents/Resources/app/assets/bin/osx
with seperate download komodod files
https://github.com/SuperNETorg/komodo/releases/tag/v1.0.8-osx-6Agama native now works ok with no manual komodod.
Problem is komodod inside Agama is newer xcode, and is error on only some OSX? I use 10.10.5
I find this comment on github
This is related to a change with that Apple made that added clock_gettime. The headers don't honor the setting of macosx-version-min for the method. This causes Boost to pick it up, and use it. There is a fix in Boost to deal with it, but it requires a newer version of Boost. I'm looking at upgrading all the dependencies to current versions, which would fix this.
https://github.com/awslabs/amazon-kinesis-producer/issues/117