perl module install error

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

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

时间: 2024-12-12 05:44:37

perl module install error的相关文章

cpan安装perl module的方法和步骤(备忘帖)

适用场景:不具备root权限且没有sudo权限的普通用户安装perl module安装步骤:1)删除/.cpan/.lockrm -rf /home/users/.cpan/.lock2)进入cpan交互模式perl -MCPAN -e shellTerminal does not support AddHistory. cpan shell -- CPAN exploration and modules installation (v2.00)Enter 'h' for help. cpan[

pip install Error - ReadTimeoutError: HTTPSConnectionPool

pip install Error OSX 终端更新pip出错 sudo pip install --upgrade pip : 1.ReadTimeoutError: HTTPSConnectionPool(host='pypi.Python.org', port=443): Read 解决办法: 加大超时时间,如 pip --default-timeout=100 install -U pip 2.如果依上处理还没解决问题,或者报错 ProtocolError: ("Connection b

install error of bcompare on Ubuntu : bcompare:i386

1. Beyond Compare官网下载amd-64位的,安装失败,依赖于ia32-libs,但是这个文件已经不在源里了: 2. 官网下载tar.gz源码包,解压安装失败: 3. 直接装32位的,可行. 下载32位的i386二进制包bcompare-3.3.8.16340_i386.deb,dpkg -i安装,提示缺少依赖的文件, @c1-System-Product-Name:~/下载$ sudo dpkg -i bcompare-3.3.12.18414_i386.deb [sudo] p

npm install Error:EPROTO: protocol error, symlink '../mime/cli.js' -> '/vagrant/src/nodejs/node_modules/express/node_modules/send/node_modules/.bin/mime'

我在ubuntu上使用npm安装依赖是出现下面错误: npm ERR! Linux 3.13.0-101-genericnpm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "express"npm ERR! node v4.6.2npm ERR! npm v2.15.11npm ERR! path ../mime/cli.jsnpm ERR! code EPROTO

npm install error: MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”

When I tried to run angular 4 material2 demo on my windows server 2012, got a error message: node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v48 ABI) (falling back to source compile with node-gyp) MSBU

python module install

1.issue: 4955 INFO: Processing pre-safe import module hook win32comTraceback (most recent call last): File "<string>", line 2, in <module>ImportError: No module named win32com solve: 2.issue: No module named win32com solve:pip instal

MVN package install error javac: invalid target release: 1.8

现象:---------------------------------[ERROR] Failure executing javac, but could not parse the error:javac: invalid target release: 1.8Usage: javac <options> <source files>use -help for a list of possible option---------------------------------调

ninja install error

ninja install ...... CMake Error at cmake_install.cmake:36 (FILE):  file INSTALL cannot find  "/home/dmerejkowsky/src/master/ninjabug/build/CMakeFiles/CMakeRelink.dir/libbar.so". ....... add set(CMAKE_EXECUTABLE_FORMAT "ELF") to CMakeL

模拟器 Unable to execute simctl install Error 117

ios 模拟器 Unable to execute '"/usr/bin/xcrun" simctl install  "/Users/tt/PAServer/scratch-dir/Administrator-snIOS/aa.app"' (Error 117)Usage: simctl install <device> <path> 既然delphi安装不成功,自己在mac下终端命令安装 xcode模拟器里安装app xcrun simc