码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Mips下交叉编译dropbear
1. 编译zlib-1.2.8 在编译dropbear的时候,会遇到“configure: error: *** zlib missing - install first or check config.log ***”的错误,这是由于缺少zlib库引起的,所以交叉编译dropbear之前,首先.....
分类:其他好文   时间:2015-01-05 18:09:41    阅读次数:357
./configure 配置文件时出错checking for g++... no
checking for g++... nochecking for c++... nochecking for gpp... nochecking for aCC... no缺少C++编译器#yum install gcc-c++
分类:其他好文   时间:2015-01-05 16:24:13    阅读次数:157
PHP编译过程中常见错误信息的解决方法
checking for BZip2 support… yes checking for BZip2 in default path… not found configure: error: Please reinstall the BZip2 distributionFix:yum install...
分类:Web程序   时间:2015-01-05 16:17:15    阅读次数:158
nginx安装
linux下安装安装pcre-8.36configure:error:YouneedaC++compilerforC++support[root@localhostpcre-8.36]#./configure………………………………………………configure:error:YouneedaC++compilerforC++support.[root@localhostpcre-8.36]#yuminstall-ygccgcc-c++[root@localhost..
分类:其他好文   时间:2015-01-04 19:45:57    阅读次数:237
mutt msmtp 邮件发送功能
发送邮件客户端:Msmtp下载Msmtp是一款专门负责邮件发送的客户端软件,基于GPL发布。支持TLS/SSL、DNS模式、IPv6、服务器端认证、多用户等特性。邮件打包:Mutt下载Msmtp-Ubuntu编译./configure--sysconfdir=/etc make makeinstallMsmtp-配置编译的时候加上了--sysconfdir=/etc,..
分类:其他好文   时间:2015-01-04 19:30:33    阅读次数:990
linux上 java 使用 javasqlite
linux上 java 使用 javasqlitehttp://www.ch-werner.de/javasqlite/1) 下载:http://www.ch-werner.de/javasqlite/javasqlite-20140624.tar.gz2) 解压后进入目录编译$ cd javasqlite-20140624$ ./configure$ make3) 拷贝libsqlite_jni...
分类:数据库   时间:2015-01-04 15:23:41    阅读次数:263
JPA开发总结<七>--Bug总结
常见异常 1、异常信息:javax.persistence.PersistenceException: [PersistenceUnit: JPA] Unable to configure EntityManagerFactory 异常原因:很多、实体管理器Factory没有成功创建,是注解的问题 2、java.lang.ClassCastException: [Ljava.lang.O...
分类:其他好文   时间:2015-01-04 10:08:57    阅读次数:261
CentOS 6.6编译安装Squid 配置反向代理服务器
squid安装:1.下载squid源码安装包wgethttp://www.squid-cache.org/Versions/v3/3.2/squid-3.2.3.tar.gz解压缩tarzxvfsquid-3.2.3.tar.gz进入解压后的目录cdsquid-3.2.3(目录位置依据个人设定而不同)安装[root@localhostsquid-3.2.3]#./configure--prefix=/usr/local/squid--..
分类:其他好文   时间:2015-01-04 06:32:28    阅读次数:241
Build MySQL 5.7.4 in RedHat
Install Cmake1. download cmake source code at http://www.cmake.org/files/v3.1/cmake-3.1.0.tar.gz2. ./configure & make & make install Build MySQL sourc...
分类:数据库   时间:2015-01-02 23:38:49    阅读次数:191
ubuntu 安装ffmpeg VLC
ffmpeg安装 1.下载ffmpeg源码 ffmpeg.org 2.解压 tar -jvxf ffmpeg-2.5.2.tar.bz2 3.进入目录 ./configure 1)解决 ffmpeg yasm not found, use --disable-yasm for a crippled build ref:blog.csdn.net/ranxiedao/article/deta...
分类:系统相关   时间:2015-01-02 22:30:43    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!