maybe you can give me a hint.
I am trying to compile ethminer 1.1.7 on lubuntu 16.04 (kopiemtu 3.0), i went as far as sucessfuly compile it (cuda only), but it is not linking, it throws a TON of JSON errors like that:
../livedevcore/livdecore.so: error: undefined reference to 'Json::FastWriter::write (Json::Value const&) '
i am not sure if it has something to do with the library libjson-rpc-cpp-dev which on lubuntu 16.04 is called libjsonrpccpp-dev
the older one does not exists.
perhaps is on a different path, can you give me a hint of what causes that, so i can keep digging? because i've been all day on it and i am stuck!.
thanks a lot!
indkt.
Not sure m8, my Linux is pretty bad, but cant you change a makefile to use that renamed Json lib? I remember somebody mentioning this earlier
Set the LD_LIBRARY_PATH to the directory where the lib is located.