免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1353 | 回复: 4
打印 上一主题 下一主题

[安装] 请教solaris7下php的安装问题!!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-07-25 16:53 |只看该作者 |倒序浏览
环境如下:solaris7---php-4.1.1---apache_1.3.36
已安装如下软件包:
autoconf-2.59、automake-1.9、bison-1.875d、flex-2.5.31、gcc-3.4.2、gd-2.0.33、gdb-6.0
libgcc-3.3、libtool-1.5、libxml-1.8.17、libxml2-2.6.16、make-3.80、ncurses-5.4、zlib-1.2.3
按照php-4.1.1中的INSTALL文件所述,采用Static方式安装apache和php,步骤如下:
$ gunzip -c apache_1.3.x.tar.gz | tar xf -
$ cd apache_1.3.x
$ ./configure
$ cd ..

$ gunzip -c php-4.0.x.tar.gz | tar xf -
$ cd php-4.0.x
$ ./configure --with-mysql --with-apache=../apache_1.3.36 --enable-track-vars
$ make
$ make install

$ cd ../apache_1.3.x
$ ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
(The above line is correct!  Yes, we know libphp4.a does not exist at this
  stage.  It isn't supposed to.  It will be created.)
$ make
$ make install


apache的话configure没有问题,但是当进入php目录configure时,出现如下错误:

Configuring libtool
checking for Cygwin environment... no
checking for mingw32 environment... no
checking build system type... sparc-sun-solaris2.7
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... configure: error: installation or configuration problem: compiler cannot create executables.


不知是何原因,换了好几个php版本,都是不行!请高手指教,谢了!!!!!!!

[ 本帖最后由 jackyy 于 2006-7-26 16:41 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2006-07-26 08:01 |只看该作者
没有人帮忙呀?

论坛徽章:
0
3 [报告]
发表于 2006-07-26 10:26 |只看该作者
$ ./configure --with-mysql --with-apache=../apache_1.3.33 --enable-track-vars


$ ./configure --with-mysql --with-apache=../apache_1.3.36 --enable-track-vars

?

论坛徽章:
0
4 [报告]
发表于 2006-07-26 16:40 |只看该作者
是我粘贴出错了,实际操作没有错误,是../apache_1.3.36
$ ./configure --with-mysql --with-apache=../apache_1.3.36 --enable-track-vars

论坛徽章:
0
5 [报告]
发表于 2006-07-27 11:31 |只看该作者
安装gcc
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP