码迷,mamicode.com
首页 >  
搜索关键字:libtool    ( 340个结果
64位CentOS 6.5下搭建LAMP环境详细步骤
1、确认搭建LAMP所需的环境是否已经安装:[root@localhost~]#rpm-qmakegccgcc-c++zlib-devellibtoollibtool-ltdllibtool-ltdl-develbisonncurses-devel备注:安装libpng时需要zlib-devel安装php时需要libtool、libtool-ltdl、libtool-ltdl-devel安装mysql时需要bison、ncurses-de..
分类:其他好文   时间:2015-08-05 22:45:18    阅读次数:208
CentOS_6.5安装Nginx+PHP+MySQL
准备工作 安装make yum -y install gcc automake autoconf libtool make 安装g++ yum install gcc gcc-c++ 下面正式开始 -------------------------------...
分类:数据库   时间:2015-08-04 18:46:38    阅读次数:130
libtool: line 8986: gcc: command not found
有时,我在执行 `sudo make install` 安装的时候会出现如题的错误提示: "libtool: line 8986: gcc: command not found" 并不是 gcc 没有,我通过 `which gcc` 命令查得是有结果的: /usr/local/bin/gcc 明明有 ...
分类:其他好文   时间:2015-07-22 13:26:34    阅读次数:184
ubutun14.04编译hadoop-2.6.0源码,并生成eclipse项目
1.安装jdk 2. 安装需要的库 sudo apt-get install g++ autoconf automake libtool make cmake zlib1g-dev pkg-config libssl-dev 3. sudo apt-get install openssh-...
分类:系统相关   时间:2015-07-21 20:21:03    阅读次数:184
centos 6.5 64位编译 apache2.4
apache 2.4的安装和 apache2.2的安装有所不同首先进入http://apr.apache.org/download.cgi下载 apr 和 apr-util 两个软件包yum -y install gcc-c++ libtool-libs 安装所需的依赖包安装 apr tar -z....
分类:Web程序   时间:2015-07-13 23:46:24    阅读次数:156
mysql 5.6.25安装
useradd-M-s/sbin/nologinmysql;yum-yinstallgccgcc-c++gcc-g77autoconfautomakezlib*fiex*libxml*ncurses-devellibmcrypt*libtool-ltdl-devel*makecmake;tarzxvfmysql-5.6.25.tar.gz;tarzxvfcmake-3.2.3.tar.gzcdcmake-3.2.3;./bootstrap;gmake;makeinstall;cd../mysql-..
分类:数据库   时间:2015-07-08 23:01:45    阅读次数:440
tslib-触摸屏校准
5.1  移植tslib 5.1.1  在https://github.com/kergoth/tslib下载最新的tslib  5.1.2  为虚拟机里的Linux系统安装工具  sudo apt-get install autoconf  sudo apt-get install automake  sudo apt-get install libtool  要注意新版gcc ...
分类:其他好文   时间:2015-07-07 16:50:40    阅读次数:162
centos yum安装ffmpeg
ffmpeg是一个重要的应用软件,用于运行与视频文件转换成不同的视频流格式的视频网站,可以安装在linux系统上来使用 (一)安装编译环境  #yum install -y automake autoconf libtool gcc gcc-c++   (二)安装所需程序库的RPM包到 centos(因为centos自带的库中没有ffmpeg包,这里相当于是扩展)  #rp...
分类:其他好文   时间:2015-07-07 11:08:26    阅读次数:149
Nginx安装
参考该网站 http://www.nginx.cn/installcentos平台编译环境使用如下指令安装make:yum -y install gcc automake autoconf libtool make 安装g++:yum install gcc gcc-c++下面正式开始一般我们都需要先装pcre, zlib,前者为了重写rewrite,后者为了gzip压缩。 1.选定源码目录...
分类:其他好文   时间:2015-06-26 13:35:11    阅读次数:134
linux 下 automake 使用教程
参考: http://loftor.com/archives/automake.html http://tonybai.com/2010/12/14/create-libraries-with-libtool/
分类:系统相关   时间:2015-06-22 16:17:54    阅读次数:122
340条   上一页 1 ... 24 25 26 27 28 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!