在阿里云主机上配置truffle环境

安装truffle

npm install -g truffle

错误日志

  1. Error: Cannot find module 'scrypt'
    解决办法:npm install scrypt

  2. 无法识别的命令行选项“-std=c++11
    解决办法:升级gcc

  3. /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found
    解决办法:

     [root@iZuf6h7yd9haonvv70i74oZ Payroll]# cp /usr/local/lib/libstdc++.so.6.0.21 /usr/lib/
    [root@iZuf6h7yd9haonvv70i74oZ Payroll]# cd /usr/lib
    [root@iZuf6h7yd9haonvv70i74oZ lib]# rm -f libstdc++.so.6
    [root@iZuf6h7yd9haonvv70i74oZ lib]# ln -s libstdc++.so.6.0.21 libstdc++.so.6
    [root@iZuf6h7yd9haonvv70i74oZ lib]# ll libstdc*
    lrwxrwxrwx 1 root root      19 4月   3 15:54 libstdc++.so.6 -> libstdc++.so.6.0.21
    -rwxr-xr-x 1 root root  930192 3月  22 2017 libstdc++.so.6.0.13
    -rwxr-xr-x 1 root root 8818985 4月   3 15:53 libstdc++.so.6.0.21
    


本作品由TedXiong采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。

Copyright © tedxiong.com 2017 all right reserved,powered by Gitbook该文章修改时间: 2018-04-03 15:58:30

results matching ""

    No results matching ""