编译PHP提示zip错误,请问怎么vc解决编译大灰狼

编译PHP提示zip错误,请问怎么解决_百度知道
编译PHP提示zip错误,请问怎么解决
提问者采纳
;输出,右键,那么就是论坛需要注册才能下载,你是在论坛下载东西吧.0已经将该函数废弃.php。如果仍想使用此函数,如果还是这个文件,目标另存为 下载,压缩文件大多数后缀都是 .,你下载的是.3;giftext&#47、下错东西了.7z 的,或者就是、mime_content_type返回指定文件的MIME类型;plain但是php 5;) ,用法:echo
mime_content_type(&#39.gif&#39,也就是说用浏览器下载。一看就会出问题,那么可以对php进行配置启用magic_mime扩展。2,那就别用迅雷下;php:image&#47...rar 或者
其他类似问题
为您推荐:
php的相关知识
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁编译PHP提示zip错误,请问怎么解决_百度知道
编译PHP提示zip错误,请问怎么解决
我有更好的答案
;php。一看就会出问题.7z 的。
2,如果还是这个文件,那么就是论坛需要注册才能下载; 输出.3.。如果仍想使用此函数:echo
mime_content_type(&#39、下错东西了.0已经将该函数废弃;plain 但是php 5;giftext&#47..、mime_content_type返回指定文件的MIME类型:image/) ,那就别用迅雷下.gif&#39,那么可以对php进行配置启用magic_mime扩展,或者就是.rar 或者 .php,也就是说用浏览器下载,目标另存为 下载,右键,你是在论坛下载东西吧,你下载的是,压缩文件大多数后缀都是 , 用法
其他类似问题
为您推荐:
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁2070人阅读
为了忘却(113)
首先安装的是php5.16版本的,需要另外安装php-fpm,结果安装半天还是有问题。改安装php5.3版本,因为自带了fpm模块,直接编译上去就行了。
./configure&
& & --with-iconv-dir=/usr/local/\
& & --with-freetype-dir\
& & --with-jpeg-dir\
& & --with-png-dir\
& & --with-zlib\
& & --with-mhash\
& & --enable-sockets\
& & --enable-ftp\
& & --with-libxml-dir\
& & --enable-xml\
& & --disable-rpath\
& & --enable-safe-mode\
& & --enable-bcmath\
& & --enable-shmop\
& & --enable-sysvsem\
& & --enable-inline-optimization\
& & --with-curl\
& & --with-curlwrappers\
& & --enable-mbregex\
& & --enable-mbstring\
& & --with-mcrypt\
& & --with-gd\
& & --enable-gd-native-ttf\
& & --with-openssl\
& & --with-mhash\
& & --enable-pcntl\
& & --enable-sockets\
& & --with-ldap\
& & --with-ldap-sasl\
& & --enable-fpm\
& & --with-xmlrpc\
& & --enable-zip\
& & --enable-soap\
& & --without-pear
结果make的时候就会出现如下错误:
libtool: link: `sapi/fpm/fpm/fpm_children.lo' is not a valid libtool object
查找了一下,说是libtool版本太低,自己查了一下自己版本,是2005年的版本,于是安装了一个2010年的版本,重新编译,make的时候,还是出现原来错误!
有人说是使用make realclean命令,结果尝试了一下
make * realclean /安装包的目录
结果没有什么作用
从网上找来了这段命令的介绍,
Makefile Targets
Below are some empirical definitions of what each of the &standard& Makefile targets (clean, realclean, distclean and uninstall) should do:
make clean - removes core, *.o, *~, a.out, *.orig, *.rej plus any other files created by the building of the program(s) (except of course the executable(s))
make realclean - does make clean plus it removes the executables from the build directory
make distclean - does make realclean plus removes Makefile, config.* files, C source files produced by configure and so on. Basically, after distclean only the originally distributed files should be left behind
make uninstall - delete all installed files created by the install target. That's all, and doesn't depend on any of the other targets, so not actually as serious as it sounds.
So in principle the complete clean-up-for-starting-over prescription is (in top CCP4 directory) to do:
& make uninstall
& make distclean
最后尝试了一下 make distclean
没有报错,接着重新编译,make,竟然过去了,然后make install
完成后 ,检查了一下 pfm的安装状态
/usr/local/sbin/php-fpm -t
结果出现如图错误:
于是cp /var/php-5.3.13/sapi/fpm/php-fpm.conf &/usr/local/etc/
再测时,已经可以运行了。
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:226354次
积分:3355
积分:3355
排名:第5554名
原创:100篇
转载:15篇
译文:13篇
评论:40条
(1)(1)(1)(4)(2)(1)(2)(6)(3)(4)(5)(2)(1)(2)(2)(1)(2)(1)(1)(1)(1)(4)(1)(2)(4)(4)(2)(1)(6)(1)(1)(2)(5)(6)(1)(10)(3)(6)(2)(2)(7)(7)(5)(2)编译PHP提示zip错误,请问怎么解决_问答_ThinkSAAS
编译PHP提示zip错误,请问怎么解决
编译PHP提示zip错误,请问怎么解决
搜遍google了也没找到答案,编译出现这个错误
/home/levi/soft/php-5.6.8/ext/zip/lib/zipint.h:118:2: error: #error unsupported size of off_t
#error unsupported size of off_t
make: *** [ext/zip/lib/zip_add.lo] 错误 1
情况和这个一样:
按投票排序
PHP开发框架
缓存Memcache
服务器环境
ThinkSAAS商业授权:
ThinkSAAS为用户提供有偿个性定制开发服务
ThinkSAAS将为商业授权用户提供二次开发指导和技术支持
手机客户端
ThinkSAAS接收任何功能的Iphone(IOS)和Android手机的客户端定制开发服务
让ThinkSAAS更好,把建议拿来。编译PHP提示zip错误,请问怎么解决_百度知道
编译PHP提示zip错误,请问怎么解决
1、下错东西了,压缩文件大多穿籂扁饺壮祭憋熄铂陇数后缀都是 .rar 或者 .7z 的,你下载的是.php。一看就会出问题,你是在论坛下载东西吧,那就别用迅雷下,右键,目标另存为 下载,也就是说用浏览器下载,如果还是这个文件,那么就是论坛需要注册才能下载,或者就是...。
2、mime_content_type返回指定文件的MIME类型, 用法:echo
mime_content_type('php.gif') ; 输出:image/giftext/plain 但是php 5.3.0已经将该函数废弃。如果仍想使用此函数,那么可以对php进行配置启用magic_mime扩展。
知道智能回答机器人
根据知道用户的观点和内容总结出特定问题的答案,为知道用户提供更好的问答体验。
其他类似问题
为您推荐:
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁

我要回帖

更多关于 zip解压出错怎么解决 的文章

 

随机推荐