2016年3月11日

LNMP安装

摘要: LNMP à Linux + Nginx+Mysql+Php 环境安装包:http://pan.baidu.com/s/1c1H8d8G 初始环境: 为了省事把所需要的库文件全都安装上,可以使用rpm包安装,也可以用yum命令安装, yum -y install gcc gcc-c++ autoco 阅读全文

posted @ 2016-03-11 16:38 LeLe.xu 阅读(315) 评论(0) 推荐(0)

Iconv作用以及安装问题解决

摘要: 当我们在使用Window操作系统的时候,可能使用最多的文本格式就是txt了,但是当我们将Window平台下的txt文本文档拷贝到Linux平台下查看时,发现原来的中文全部变成了乱码。没错, 引起这个结果的原因就是两个平台下,编辑器对默认的编码格式是不一样的:在Window平台下,Notepad的默认编码是ASCII码或者GBK,而在Linux平台下默认的是UTF-8(中文环境的情况),编码的不同导... 阅读全文

posted @ 2016-03-11 16:35 LeLe.xu 阅读(2155) 评论(0) 推荐(0)

configure error libmcrypt was not found解决方法

摘要: 安装到mcrypt的时候出现了问题./configure提示出错,首先提示*** Could not run libmcrypt test program, checking why…*** The test program failed to compile or link. See the file config.log for the*** exact error that occured.... 阅读全文

posted @ 2016-03-11 11:03 LeLe.xu 阅读(1154) 评论(0) 推荐(0)

configure error C compiler cannot create executables错误解决

摘要: 我们在编译软件的时候,是不是经常遇到下面的错误信息呢? checking build system type... i686-pc-linux-gnuchecking host system type... i686-pc-linux-gnuchecking for gcc... gccchecking for C compiler default output file name...con... 阅读全文

posted @ 2016-03-11 11:00 LeLe.xu 阅读(11384) 评论(1) 推荐(0)

导航