OS: Ubuntu 14.04 LTS (x86_64
)html
***error 1 OpenSSL 1.0.1e 與 perl5.18 不兼容vim
修改tcp
1下降perl 版本,perl-5.14.2和perl-5.16.3可行工具
能夠利用perlbrew工具安裝多個perl版本,參考http://www.cnblogs.com/aaron2015/p/5132308.htmlspa
apt-get install perlbrew perlbrew install perl-5.14.2 perlbrew use perl-5.14.2
2刪除 pod2man文件code
sudo rm /usr/bin/pod2man
***error 2 __mbstate_t 重複定義htm
/usr/include/wchar.h:94: error: conflicting types for ‘__mbstate_t’ ../include/sys/bsd__types.h:105: note: previous declaration of ‘__mbstate_t’ was here make[1]: *** [if_host.o] Error 1
修改blog
vim /parsec-3.0/pkgs/libs/uptcpip/src/include/sys/bsd__types.h
將 __mbstate_t 定義註釋掉(在102-105行)ip
***error 3 tbb/task_scheduler_init.h: No such file or directoryget
[PARSEC] Error: 'env version=tbb /usr/bin/make' failed.
If you see the above error message, type the following to install some packages:
sudo apt-get install -y libtbb2 tbb-examples