Warning: inter-library dependencies are not known


通过《openSUSE 11.0安装PHP5+MYSQL5+APACHE2全记录》,您可以正常在OpenSUSE里编译安装功能丰富的LAMP套件。
照着上面的方法,我在Redhat Enterprise Linux 5里编译安装LAMP,前面都很顺利,到了PHP5这里出问题了。
configure的时候正常,make的时候出警告:
引用内容 引用内容
*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libphp5.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

make install的时候报错,大意是找不到libphp5.so
经过一番搜索,终于找到了解决方案

1、运行configure脚本
2、打开configure后生成的libtool
3、找到deplibs_check_method变量,将其值改为“pass_all”
4、运行make、make install




[本日志由 lly365 于 2008-12-08 02:01 PM 编辑]
文章来自: 本站原创
引用通告: 查看所有引用 | 我要引用此文章
Tags: php redhat enterprise 编译
评论: 0 | 引用: 0 | 查看次数: -
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.