当前位置: 技术问答>linux和unix
求救!red hat linux 9 做路由器
来源: 互联网 发布时间:2016-02-12
本文导语: 我的配置二个网卡: eth0 192.168.1.3 连接另一台电脑 eth1 (不知道要不要配置)连接猫 如下: eth0 Link encap:Ethernet HWaddr 00:14:78:9F:5D:27 inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0 ...
我的配置二个网卡:
eth0 192.168.1.3 连接另一台电脑
eth1 (不知道要不要配置)连接猫
如下:
eth0 Link encap:Ethernet HWaddr 00:14:78:9F:5D:27
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12562 errors:0 dropped:0 overruns:0 frame:0
TX packets:5932 errors:0 dropped:0 overruns:0 carrier:0
collisions:242 txqueuelen:100
RX bytes:1282722 (1.2 Mb) TX bytes:777436 (759.2 Kb)
Interrupt:5 Base address:0xf00
eth1 Link encap:Ethernet HWaddr 00:E0:4C:6F:43:D3
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:162 errors:0 dropped:0 overruns:0 frame:0
TX packets:162 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:10098 (9.8 Kb) TX bytes:10506 (10.2 Kb)
Interrupt:11 Base address:0xae00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:60 errors:0 dropped:0 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8020 (7.8 Kb) TX bytes:8020 (7.8 Kb)
使用命令时出现错误:
[root@localhost rp-pppoe-3.8]# ./go
Running ./configure...
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.
Oops! It looks like ./configure failed.
eth0 192.168.1.3 连接另一台电脑
eth1 (不知道要不要配置)连接猫
如下:
eth0 Link encap:Ethernet HWaddr 00:14:78:9F:5D:27
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12562 errors:0 dropped:0 overruns:0 frame:0
TX packets:5932 errors:0 dropped:0 overruns:0 carrier:0
collisions:242 txqueuelen:100
RX bytes:1282722 (1.2 Mb) TX bytes:777436 (759.2 Kb)
Interrupt:5 Base address:0xf00
eth1 Link encap:Ethernet HWaddr 00:E0:4C:6F:43:D3
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:162 errors:0 dropped:0 overruns:0 frame:0
TX packets:162 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:10098 (9.8 Kb) TX bytes:10506 (10.2 Kb)
Interrupt:11 Base address:0xae00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:60 errors:0 dropped:0 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8020 (7.8 Kb) TX bytes:8020 (7.8 Kb)
使用命令时出现错误:
[root@localhost rp-pppoe-3.8]# ./go
Running ./configure...
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.
Oops! It looks like ./configure failed.
|
有没有rp-pppoe-3.8的2进制的rpm包,下个装上也可以用了
去http://www.rpmfind.net找找看有没有red hat linux 9 的
去http://www.rpmfind.net找找看有没有red hat linux 9 的
|
晕,我不懂配置呀,我们公司有个有个小部门差不多10来个人搞这块的:(
|
说没有找倒gcc
#which gcc
看看能不能找倒gcc编译器,没有的话,需要重新装个编译器
#which gcc
看看能不能找倒gcc编译器,没有的话,需要重新装个编译器
|
说没有找倒gcc
#which gcc
看看能不能找倒gcc编译器,没有的话,需要重新装个编译器
#which gcc
看看能不能找倒gcc编译器,没有的话,需要重新装个编译器
|
就是在你的环境路径里没有找到gcc
你是用的什么系统,直接用光盘把gcc装上好了
你是用的什么系统,直接用光盘把gcc装上好了
|
如果有安装盘肯定有的,大概是gcc-x.x.x.i386.rpm这一个文件,xxx表示版本号
再root用户
#rpm -ivh gcc-x.x.x.i386.rpm
就提示安装成功
再root用户
#rpm -ivh gcc-x.x.x.i386.rpm
就提示安装成功