当前位置: 技术问答>linux和unix
redhat 8安装apache 问题,
来源: 互联网 发布时间:2015-04-02
本文导语: 各位,很郁闷啊,查了很多资料都没有解决!高分相送,来者有分 问题:我用httpd-4.0.47.tar.gz这个版本,里面好像是源代码 我是用命令tar zxvf httpd***** 结果总是提示 C complier not found in $PATH 难道提示我没有安装c...
各位,很郁闷啊,查了很多资料都没有解决!高分相送,来者有分
问题:我用httpd-4.0.47.tar.gz这个版本,里面好像是源代码
我是用命令tar zxvf httpd*****
结果总是提示 C complier not found in $PATH
难道提示我没有安装c语言编译器么?
我用apache_1.3.tar.gz版本的安装也是这么提示,难道安装就一定要用c编译么?
1,如何安装c编译器?
2,有没有其他的安装方式,我看了很多文章,我用都不行
解决了,每个问题都可以给100分!!!
谢谢先!
问题:我用httpd-4.0.47.tar.gz这个版本,里面好像是源代码
我是用命令tar zxvf httpd*****
结果总是提示 C complier not found in $PATH
难道提示我没有安装c语言编译器么?
我用apache_1.3.tar.gz版本的安装也是这么提示,难道安装就一定要用c编译么?
1,如何安装c编译器?
2,有没有其他的安装方式,我看了很多文章,我用都不行
解决了,每个问题都可以给100分!!!
谢谢先!
|
It is supposed that you have not installed the GCC compiler.
1.download a GCC compiler from the internet, it is free.
2.install the GCC compiler.
3.compile the Apache source codes
4.run install.
That's will be OK.
1.download a GCC compiler from the internet, it is free.
2.install the GCC compiler.
3.compile the Apache source codes
4.run install.
That's will be OK.