|
楼主 |
发表于 2003-5-3 20:57:06
|
显示全部楼层
我是这么编译的,不知是不是编译的问题?
编译 apache, 路径 /usr/local/apache, 服务文档 /var/www/htdocs
./configure --prefix=/usr/local/apache\
--enable-module=so\
--htdocsdir=/var/www/htdocs\
--manualdir=/var/www/manual\
--iconsdir=/var/www/icons\
--cgidir=/var/www/cgi-bin
make
make install
然后编译 resin, 路径 /usr/local/resin-2.1.9
./configur --with-apache=/usr/local/apache
make
make install
是不是我编译apache或者resin时犯下什么错误? |
|