Installation of PPP
PPP support must be
compiled into the kernel or available as a kernel module.
If you need PPPoE related patch,
apply it:
patch -Np1 -i ../ppp-2.4.1-pppoe-6.patch
Install PPP by running the
following commands:
./configure &&
make &&
make install