I installed from the ubuntu ppa and got this error.
➜ ~ eth
eth: symbol lookup error: eth: undefined symbol: _ZN3dev3eth14EthashGPUMiner14s_numInstancesE
What can I do / check?
I'm on debian testing so maybe something conflicts.
cpp-ethereumdebianinstallationlinux
I installed from the ubuntu ppa and got this error.
➜ ~ eth
eth: symbol lookup error: eth: undefined symbol: _ZN3dev3eth14EthashGPUMiner14s_numInstancesE
What can I do / check?
I'm on debian testing so maybe something conflicts.
Best Answer
The Ubuntu PPAs are not compatible with Debian. The main issue is the wrong version for libcrypto++-dev package.
You have to follow the generic build process for linux and compile it from source.
Install dependencies
Compile from source
Found binaries:
Install
For other users getting this issue with Ubuntu: You have to reinstall eth and all dependencies:
Ubuntu 14.4
Other Ubuntu versions
Find out the dependencies and reinstall them:
If this does not do the trick, maybe follow the issue upstream.