Ядро 2.4.25
Собрано без модулей с поддержкой ppp
dmesg | less
.............
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
MPPE/MPPC encryption/compression module registered
Собираю ppp-2.4.2
./configure
Configuring for Linux
Creating links to Makefiles.
Makefile -> linux/Makefile.top
linux/Makedefs -> Makedefs.com
pppd/Makefile -> Makefile.linux
pppstats/Makefile -> Makefile.linux
chat/Makefile -> Makefile.linux
pppdump/Makefile -> Makefile.linux
pppd/plugins/Makefile -> Makefile.linux
pppd/plugins/rp-pppoe/Makefile -> Makefile.linux
pppd/plugins/radius/Makefile -> Makefile.linux
потом make и вылетает с ощибкой
ppp-2.4.2]# make
cd chat; make all
make[1]: Entering directory `/usr/local/src/ppp-2.4.2/chat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/ppp-2.4.2/chat'
cd pppd/plugins; make all
make[1]: Entering directory `/usr/local/src/ppp-2.4.2/pppd/plugins'
for d in rp-pppoe; do make -w -C $d all; done
make[2]: Entering directory `/usr/local/src/ppp-2.4.2/pppd/plugins/rp-pppoe'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/ppp-2.4.2/pppd/plugins/rp-pppoe'
make[1]: Leaving directory `/usr/local/src/ppp-2.4.2/pppd/plugins'
cd pppd; make all
make[1]: Entering directory `/usr/local/src/ppp-2.4.2/pppd'
cc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DPPP_FILTER -I/usr/include/pcap -DMAXOCTETS -c -o options.o options.c
options.c:58:18: pcap.h: No such file or directory
In file included from options.c:59:
../include/pcap-int.h:39:18: pcap.h: No such file or directory
In file included from options.c:59:
../include/pcap-int.h:53: field `stat' has incomplete type
../include/pcap-int.h:66: confused by earlier errors, bailing out
{standard input}: Assembler messages:
{standard input}:0: Warning: end of file in string; inserted '"'
{standard input}:378: Warning: .stabs: missing comma
make[1]: *** [options.o] Error 2
make[1]: Leaving directory `/usr/local/src/ppp-2.4.2/pppd'
make: *** [all] Error 2
linpcap и linpcap-devel установил из rpm
Парни, в чем может быть дело?