|
|
我要用ADSL上网,需要个pppoe.o。但是编译不成。错误如下:
[root@localhost linux-2.4]# make modules
......
make[2]: *** [ppp_generic.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.20-8/drivers/net'
make[1]: *** [_modsubdir_net] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-8/drivers'
make: *** [_mod_drivers] Error 2
[root@localhost linux-2.4]#
[root@localhost linux-2.4]# make modules_install
......
cp: stat‘dummy.o’失败: 没有那个文件或目录
cp: stat‘ppp_deflate.o’失败: 没有那个文件或目录
cp: stat‘ppp_generic.o’失败: 没有那个文件或目录
cp: stat‘pppoe.o’失败: 没有那个文件或目录
cp: stat‘pppox.o’失败: 没有那个文件或目录
cp: stat‘slhc.o’失败: 没有那个文件或目录
make[2]: *** [_modinst__] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.20-8/drivers/net'
make[1]: *** [_modinst_net] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-8/drivers'
make: *** [_modinst_drivers] Error 2
[root@localhost linux-2.4]#
以下是我编译时的部分选项:
Code maturity level options
Prompt for development and/or incomplete code/drivers
Loadable module support
Enable loadable module support
Set version information on all module symbols
Kernel module loader
Networking options
<*> Packet socket
<*> Unix domain sockets
TCP/IP networking
Asynchronous Transfer Mode (ATM)
Classical IP over ATM
[M] RFC1483/2684 Bridged protocols
Network Device Support
<M > PPP (point-to-point protocol) support
<M> PPP Deflate compression
<M> PPP over Ethernet (EXPERIMENTAL)
USB support
<*> Support for USB
Preliminary USB device filesystem
<M> UHCI
<M> OHCI
Processor type and features
[ ] Symmetric multi-processing support
求教高手。我该怎么办。
对了我是red hat linux 9 |
|