1.configure: error: No curses/termcap library found yum -y install ncurses-devel 2.configure: error: xml2-config not found. Please check your libxml2 installation. yum -y install libxml2 libxml2-devel 3.configure: error: Cannot find OpenSSL’s yum -y…
1.   configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 复制代码 代码如下: yum -y install libxslt-devel 2.   configure: error: Could not find net-snmp-config binary. Please check your net-snmp installation. 复制代码 代码如下:…
PHP编译安装时常见错误解决办法,php编译常见错误 1.configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 解决方法: yum -y install libxslt-devel 2.configure: error: Could not find net-snmp-config binary. Please check your net-snmp installa…
一.常见操作 1. 使用git在本地创建一个项目的过程 $ makdir ~/hello-world //创建一个项目hello-world $ cd ~/hello-world //打开这个项目 $ git init //初始化 $ touch README $ git add README //更新README文件 ( $ git add . //添加当前目录下的所有文件 ) $ git commit -m 'first commit' //提交更新,并注释信息“first commit”…
Docker Hadoop 配置常见错误及解决办法 问题1:wordcount运行卡住,hadoop 任务运行到running job就卡住了 INFO mapreduce.Job: Running job: job_.... 解决如下: 1. 修改mapred-site.xml配置,配置文件在Hadoop安装目录下,etc/hadoop/mapred-site.xml 将以下配置 <property> <name>mapreduce.framework.name</name…
镜像下载.域名解析.时间同步请点击阿里云开源镜像站 这篇把Ubuntu下Linux配置内核各种常见错误和解决办法给大家讲解一下,希望可以帮助到大家. 一.Ubuntu系统中缺少各种依赖包导致的问题 1.配置内核时,遇到错误 fatal error:cures.h:No such file or directory 解决办法:执行命令: sudo apt-get install libcurses5-dev 2.fatal error:gelf.h:No such file or director…
MVC常见错误及解决办法 问题1: 必须添加对程序集“EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”的引用. 解决方案: vs中 tools——nuget包管理器——管理解决方案的nuget程序包 通过这种方式更新或者降低版本来解决此错误: 参考地址: http://www.cnblogs.com/melodygkx/p/6044856.html 问题2: 无法识别的元素“pr…
花了一天的时间终于安装上了Ubuntu14.04,过程坎坷,是血泪史,开始报“cannot download the metalink and therefore the ISO”错误,解决后,又报“没有定义根文件系统”,解决后,又报“为/检查磁盘时发现严重错误”,解决完3个错误后,终于安装上了,长舒一口气.解决问题的过程中试过很多办法,走了很多弯路,导致花了1天时间才安装上,现在记录下解决办法,供大家参考: 1.单独分出一个区(用于安装Ubuntu),我给这个区分的大小是60G 2.下载Ubu…
ORA-12528: TNS:listener: all appropriate instances are blocking new connections ORA-12528问题是因为监听中的服务使用了动态服务,实例虽然启动,但没有注册到监听.实例是通过PMON进程注册到监听上的,而PMON进程需要在MOUNT状态下才会启动.所以造成了上面的错误. 解决这个问题,有三种方法:1.把监听设置为静态:2.在tnsnames.ora中追加(UR=A):3.重新启动服务: 方法1.通过修改liste…
configure: error: Cannot find ldap.h   检查下面是不是已经安装,如果没有安装之:检查:yum list openldapyum list openldap-devel安装 :yum install openldap yum install openldap-devel configure: error: Cannot find ldap libraries in /usr/lib 解决办法   今天在centos 6.2 64位版本上安装LNMP,confi…
./configure -prefix=/usr/local/php -with-config-file-path=/etc -with-mysql=mysqlnd -with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd -with-iconv-dir=/usr/local -with-freetype-dir -with-jpeg-dir -with-png-dir -with-zlib -with-libxml-dir=/usr -enable-xml -…
错误:configure: error: libevent >= 1.4.11 could not be found 解决:yum -y install libevent libevent-devel 错误:configure: error: Please reinstall the mysql distributio 解决:yum -y install mysql-devel 错误:make: *** [sapi/fpm/php-fpm] error 1 解决:用make ZEND_EXTRA…
安装magent到/usr/local/下 cd /usr/local mkdir magent cd magent/ wget http://memagent.googlecode.com/files/magent-0.6.tar.gz tar zxvf magent-0.6.tar.gz /sbin/ldconfig sed -i "s#LIBS = -levent#LIBS = -levent -lm#g" Makefile make 错误1:     gcc -lrt -Wal…
简介: Lnmp 环境的搭建还是非常简单的,之前由于博客迁移等原因,导致丢失了好多博文,这次重新整理记录一下. Lnmp 即:Linux .Nginx .Mysql .PHP Lnmp 是一套 Web 环境,Linux 作为底层操作系统,Nginx 提供 web 服务,Mysql 提供数据库服务,PHP 负责解析 PHP 代码. 强烈建议宿主机内存大于.等于 1G ,否则建议还是安装低版本的 Mysql 跟 PHP !!! 一.Nginx 下载地址:http://nginx.org/downlo…
-----------那些需要升级包还有少包的错误就不写了---------- <b>1</b>. Reusable-Cluster-Components-glue-glue-<b>1</b>.0.9 ./autogen.sh 报告如下错误 configure.ac:7<b>1</b>: <a name="qihoosnap2" rel="nofollow"></a>&l…
简介: sass依赖于ruby环境,安装sass之前得先装ruby. 1.安装ruby 1.1.下载地址:http://rubyinstaller.org/downloads 1.2.注意事项:安装时,最好勾选Add Ruby executables to your PATH这个选项,添加环境变量. 1.3.查看ruby是否正确安装:命令提示符ruby -v显示版本号即正确安装 1.4.查看gem是否正确安装(安装ruby时安装的,类似npm):命令提示符gem -v显示版本号即正确安装 2.安…
最近因为在做一个关于linux下计算机取证的小项目,需要写一个图形界面,所以想到了用QT来写,选用了linux下的集成开发环境QT Creator5.5.1,但刚刚安装好,竟然连一个"hello world"的样例都跑不起来,现在通过查找资料将一些问题解决掉了,放在这里记录下来,已被后用和分享: 1.QApplication: No such file or directory (1)首先确定好QT Creator内部的环境变量设置是否正确: “工具-选项-构建和运行”:找到“QT V…
1.连接类 (1).问题:MySQL server has gone away  解决办法:出现该报错常见的原因是服务器超时了并且关闭了连接.缺省地,如果没有事情发生,服务器在 8个小时后关闭连接.如果该报错经常出现,请联系DBA设置wait_timeout变量改变时间限制.另外如果mysqld得到一个太大或不正常的包,它也会认为客户端连接出错了并关闭连接. (2).问题:ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.…
今天在安装memcached时出现了以下错误(tar: libevent-1.4.14b-stable.tar.gz: Cannot open: No such file or directory),(memcached)的安装请移步我的另一篇文章:http://www.jakehu.me/816 错误如下: tar: libevent-1.4.14b-stable.tar.gz: Cannot open: No such file or directory tar: Error is not…
转:http://www.programmernote.com/?p=65 1.安装是会提示 Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function 解决办法: 修改\in…
[windows事件查看] 我的电脑--此电脑--右键管理--计算机管理--系统工具--事件查看器--Windows日志--应用程序--找错误标志,如下图 [提示] 按部就班,可能并不能解决你的问题,关键是从windows事件从找到mysql1067的具体原因,然后解决掉. 我认为导致这个问题的原因可能不止一种,所以搜集了网上一些朋友对此问题的解决供大家参考,希望能你有所帮助.   一. 1.打开my.ini文件,找到default-storage-engine=InnoDB这一行,把它改成de…
1.npm express命令行下不能执行 解决办法: 4版本需要安装express-generatorc才能使用express命令npm install -g express-generatorwhen express ~ 4.x…
1.在配置路由并引入组件后,报错: Unknown custom element: <router-link> - did you register the component correctly? For recursive components, make sure to provide the "name" option. 错误原因:vue-router没有注册 解决办法: //注册插件 *****************非常重要,不能忘记 Vue.use(VueRo…
打开文件注意事项: 打开文件时需要,填写正确的路径,需要配置与文件相同的编码方式打开位机例如’utf-8‘,需要以特定 的模式打开文件 r, w,r+,w+,rb,wb,a, a+,ab等模式 f.open('path', encoding='编码', mode=’r‘) FileNotFoundError: [Errno 2] No such file or directory: 找不到文件: 1.可能是路径错误,检查路径,有可能是 \ 与后面的字符产生了特殊意义 解决办法:在盘符前加 r‘d…
一.chm文件内容乱码: 解决方式:将IE浏览器的编码换成自动选择,或者选择UTF-8和GBK看那个能使用.因为chm文件默认的是IE浏览器的内核. 二.easy chm软件编译文件时左侧索引乱码,源码乱码,预览可以正常使用,解决办法: 法一: 将html文件保存为ANSI格式.如果是用记事本编辑,文件-另存为-编码改为ANSI:如果用EditPlus编辑,文档-文件编码方式-更改文件编码方式-选择编码方式为ANSI(也可以设置ANSI为默认编码方式,此处不赘述). 法二: 在html文件中加上…
系列目录 Docker安装(使用阿里云镜像) Docker从1.13版本之后采用时间线的方式作为版本号,分为社区版CE和企业版EE. 社区版是免费提供给个人开发者和小型团体使用的,企业版会提供额外的收费服务,比如经过官方测试认证过的基础设施.容器.插件等. 社区版按照stable和edge两种方式发布,每个季度更新stable版本,如17.06,17.09:每个月份更新edge版本,如17.09,17.10. 1) Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前…
This article is post on https://coderwall.com/p/ggmpfa 原文链接:http://www.bkjia.com/PHPjc/1008013.html configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution复制代码 代码如下:yum -y install libxslt-devel configure: error: Co…
转载自:http://www.bkjia.com/PHPjc/1008013.html This article is post on https://coderwall.com/p/ggmpfa configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution复制代码 代码如下:yum -y install libxslt-devel configure: error: Cou…
Elasticsearch是基于java开发的,机器上必须要先java环境,elasticsearch5.x建议用jdk8的最新版本.下面介绍elasticsearch5.x的安装步骤: 一.安装Elasticsearch5.x 1.1 下载并解压 curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.4.0.tar.gz tar zxvf elasticsearch-5.4.0.tar.g…
ArcGIS10.2下VS2010的AddIn,在10.3下在VS2012下重新编译出现missing ESRI ArcGIS Add-in SDK错误,导致无法生成esriAddIn安装文件. 该问题由于ESRI对VS2010和VS2012中SDK命名不一致造成的BUG. VS2010的工程文件中为ESRI.ArcGIS.AddIns.targets VS2012的工程文件中为ESRI.ArcGIS.AddIns.11.targets 解决方法1: 更改工程文件中相关命名 解决方法2:简单 直…