...for any prototype needed for pread... none required checking: Command not found. checking for pwrite... yes gateway2# checking for any prototype needed for pwrite... none required checking for type to use for 5th parameter to getsockopt... socklen_t checking: Command not found. checking for li...
安装的时候提示: configure: error: zlib.h not found - required for brass, chert and flint (you may need to install the zlib1g-dev or zlib-devel package) 我在执行sudo apt-get install zlib1g-dev后还是不行!怎么办,搞了好久了!:(
你看一看 /usr/include/zlib.h 是否存在呢?还有,要重新configure
我也遇到来这个问题,我到centos,我就yum install zlib-devel 然后就ok啦,希望能帮到你!
...ws_new in -lscws... no configure: error: wrong scws lib version or lib not found 我的PHP为5.2.14,通过FreeBSD ports安装版本,,望解决。
ln -s /usr/local/scws/lib/libscws.so.2.0 /usr/local/scws/lib/libscws.so
看了提示是卡在 check library,也有可能是 m4 之类的不兼容,汗。。。手上没有BSD8.1还测不了,autoconf系统的工具兼容性很讨厌。
请问你安装了 scws 主程序了吗? /usr/local/scws /usr/local/scws/lib/libscws.so 存在? 也就是 scws-1.1.3.tar.bz2 解压后应先在主目录下安装 scws,然后再进入 phpext/ 来安装
[quote='hightman' pid='3738' dateline='1286550859'] 看了提示是卡在 check library,也有可能是 m4 之类的不兼容,汗。。。手上没有BSD8.1还测不了,autoconf系统的工具兼容性很讨厌。 [/quote] 呵呵,多谢楼主。 我测试的是FreeBSD 8.1 AMD64的操...
不好意思,国庆放假没回来看,问题依旧。 我说了安装了scws主程序了啊,安装位置在/usr/local/scws libscws.so文件也存在 但是php扩展编译的时候貌似不认,报出上述错误 这是我安装后的目录,你看看: [XXX@XXX ~]$ ls /usr/local/scws/li...