1、直接贴过程[fengbo@CentOS: jigsaw]$ rpm -q ncursesncurses-5.7-3.20090208.el6.i686[fengbo@CentOS: jigsaw]$ rpm -q ncurses-develpackage ncurses-devel is not...
分类:
系统相关 时间:
2015-06-10 23:51:03
阅读次数:
198
偶这台破笔记本慢得要死,今天又重装系统,神马东东软件都要重装一遍啦(:-O),果断先把虚拟机给搭上先^-^,重装了LAMP。mysql源码安装步骤如下:1:由于是新安装的系统,还是min版的,所以要安装一些依赖 yum install -y gcc gcc-c++ ncurses-devel ma....
分类:
数据库 时间:
2015-06-05 00:22:03
阅读次数:
270
环境:Rhel6.5+cmake-2.8.10.2+mysql-5.6.16Cmake下载地址:http://www.cmake.org/filesMysql下载地址:http://pan.baidu.com/s/1bno9Cz9密码:kayn准备工作:检测gcc、gcc-c++、ncurses-devel、perl工具与库是否已经安装。检测命令:rpm–qa|grep[gcc、gcc-c++、ncurses-deve..
分类:
数据库 时间:
2015-06-04 17:36:37
阅读次数:
191
1安装mysqlyuminstallgcc*gcc-c++*autoconf*automake*zlib*libxml*ncurses-devel*libgcrypt*libtool*openssl*-ygroupaddmysqluseraddmysql-gmysqlmkdir/usr/local/mysqlmkdir/usr/local/mysql/datachown-Rmysql.mysql/usr/local/mysql/data/cmake-DCMAKE_INSTALL_PREFIX=/usr/l..
分类:
数据库 时间:
2015-06-03 19:46:29
阅读次数:
141
一、 操作系统与软件操作系统及版本Centos 6.4依赖包gcc、gcc-c++、cmake、ncurses-devel下载目录/optMysql安装目录/usr/local/mysql/二、 准备工作操作系统CentosUbuntu安装cmakeyum install cmakesudo apt...
分类:
数据库 时间:
2015-05-27 12:03:57
阅读次数:
247
安装方式:源码编译安装
软件:cmake-3.2.2.tar.gz
下载地址:http://www.cmake.org/files/v3.2/
安装前提
系统中已经安装了g++和ncurses-devel,如果没有安装使用下面的命令安装:
[python] view
plaincopy
[root@admin /]# apt-get i...
分类:
系统相关 时间:
2015-05-25 20:28:11
阅读次数:
1533
centos6.5x64安装gitlab7.9.2
安装gitlab
注意,以下一到五步骤都需要用root用户操作
一:初始化安装环境
yum -ygroupinstall 'Development Tools'
yum -yinstall readline readline-devel ncurses-devel gdbm-devel glibc-dev...
分类:
其他好文 时间:
2015-05-08 14:57:03
阅读次数:
179
#!/bin/bash
#
#Target:AutoinstallDiscuz!
#Date:2015-05-02
#Author:Jacken
#QQ:654001593
#Version:1.0
#Youshouldcheckapr-devel,apr-util-devel,gcc,ncurses-devel,gcc-c++,libxml2,libxml2-devel...beforeexecscript
#Youcanuseyumtoinstall!
#
#
#Httpddefinepathvaria..
分类:
Web程序 时间:
2015-05-04 15:47:32
阅读次数:
336
解决Ubuntu 10.10 使用`make menuconfig`配置Linux 内核时,出现缺少‘ncurses-devel‘库支持。 *** Unable to find the ncurses libraries or the *** required header files. *** ‘make menuconfig‘ requires th...
分类:
系统相关 时间:
2015-04-07 12:14:15
阅读次数:
213
mysql源码安装
http://www.cnblogs.com/fly1988happy/archive/2011/11/21/2257682.html
http://www.cnblogs.com/wuhou/archive/2008/09/28/1301071.htmlmysql安装过程中问题
需要安装ncurse包,无法通过apt-get install ncurses-devel及ap...
分类:
数据库 时间:
2015-04-02 18:58:37
阅读次数:
229