按照这里的安装说明:
http://solidity.readthedocs.io/en/latest/installing-solidity.html
当我尝试运行solc时,会得到以下错误:
solc: error while loading shared libraries: libjsoncpp.so.0: cannot open shared object file: No such file or directory我已经卸载和重新安装了libjsoncpp1
我曾多次对solc进行隔离和重新安装。
我被困住了!
运行Ubuntu 16.04
发布于 2016-11-23 08:32:01
谢谢你的链接-这很有帮助。
最终设法删除所有的符号链接,删除正确的库,重新安装,然后最终关闭终端,重新打开一个新的终端。
一旦我这么做,它就起作用了。似乎终端在高速缓存中保持了一个符号链接。
https://ethereum.stackexchange.com/questions/10097
复制相似问题