myleader 发表于 2004-1-8 21:53:40

tool盘中的server部分有依赖性问题

提示httpd依赖于lib_err.so.3,php4也是。
我试着自己编一安装了httpd-2.0.48,但是在编译php-4.3.4时configure提示说
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS...

Sorry, I was not able to successfully run APXS.Possible reasons:

1.Perl is not installed;
2.Apache was not compiled with DSO support (--enable-module=so);
3.'apxs' is not in your path.Try to use --with-apxs=/path/to/apxs
The output of /usr/sbin/apxs follows
-O2 -g -pipe -march=i686 -I/usr/kerberos/include
apxs:Error: /usr/bin/apr-config not found!.
可是我编译httpd-2.0.48时,明明是加了--enabla-codule=so和--enalble-so参数,后来我在编译php4时又加了configure --with-apxs=/usr/sbin/apxs参数,但还是同样的错误,后来换成--with-apsx2也不行,还是同样的错误。我现在很需要这么个东西,我想为局域网架设一个简单的论坛,急用。
页: [1]
查看完整版本: tool盘中的server部分有依赖性问题