[i=s] 本帖最后由 japcen 于 2011-3-4 16:33 编辑 [/i]
求教:
安装apache时,configure通过,但在make时出现以下提示:
libtool: link: you must specify an output file
Try `libtool --help --mode=link' for more information.
make[3]: *** [libapr-.la] Error 1
make[3]: Leaving directory `/tmp/httpd-2.0.64/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/httpd-2.0.64/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/httpd-2.0.64/srclib'
make: *** [all-recursive] Error 1
libtool版本是1.4.3-5,要安装的apache版本是2.0.64,系统是redhat9。
在装scrlib下的apr时,也遇到同样的提示。
本人菜鸟,有朋友遇到过这个问题吗,求指教。
于 2012-05-07 01:57:05发表:
LZ 你是怎么解决的 我也遇到相同问题了。。aparche版本是2.2.22
helen_999 于 2012-02-04 13:26:12发表:
楼主,怎么解决的?
hhljl 于 2011-11-01 14:59:21发表:
apache版本是2.2.21,系统是redhat-release-5Server-5.0.0.9
执行cd srclib/apr时出现:
libtool: link: you must specify an output file
Try `libtool --help --mode=link' for more information.
make[1]: *** [libapr-.la] 错误1
make[1]: Leaving directory `/home/ljl/apache/srclib/apr'
make: *** [all-recursive] 错误1
hhljl 于 2011-11-01 14:51:54发表:
楼主,你是怎样解决的,我遇到了同样的问题
japcen 于 2011-03-04 16:33:43发表:
自己解决了,是版本问题