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
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
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
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
发送邮件客户端: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 使用 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
常见异常
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
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
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
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