码迷,mamicode.com
首页 > 其他好文 > 详细

perl module install error

时间:2019-05-17 18:14:02      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:direct   att   error:   dir   bin   无法   源代码   not found   .debian   

 cpanm DBD::mysql

 

#c complier not found

apt-get install build-essential

conda update --all -c conda/label/cf201901

conda update --all -c conda-forge/label/cf201901

#xlocale.h not found on Ubuntu while installing

ln -s /usr/include/locale.h /usr/include/xlocale.h

#ERROR: Can‘t create ‘/usr/local/man/man3‘

#mkdir /usr/local/man: File exists at /usr/share/perl/5.26/ExtUtils/Install.pm line 477.

mkdir /usr/local/share/man/

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583612

#Can‘t exec "mysql_config": No such file or directory at Makefile.PL line 603.

sudo apt install libmysqlclient-dev //未安装mysql开发文件,故源代码无法编译

https://forum.ubuntu.org.cn/viewtopic.php?t=488860

perl module install error

标签:direct   att   error:   dir   bin   无法   源代码   not found   .debian   

原文地址:https://www.cnblogs.com/xiaoxiaoxiaoxue/p/10882776.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!