|
|
6、Linux虚拟独享服务器不能用make编译源代码软件,因为虚拟独享服务器是生产环境,不是开发环境,需要用户在本地编译好后上传到服务器运行,建议先制作成rpm包,然后安装。受资源影响,不能使用tomcat搭建的java环境。
上面是我使用的万网的虚拟独享服务器的使用说明,是不是也就是说,用这个服务器的话我就不可能再用make这样的方式来安装任何软件了?
如果这样的话那我怎么办呀?
我编译APACHE源码竟然出现下面的结果,怎么回事呀???
[root@vu00201 httpd-2.2.3]# ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring Apache Portable Runtime library ...
checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 1.2.7
checking for chosen layout... apr
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr |
|