AW: [pptp-server] MS Encrytion for ppp

Giulio Orsero giulioo at pobox.com
Wed Jul 26 12:31:24 CDT 2000


On Wed, 26 Jul 2000 13:48:08 +0200, you wrote:

>it has worked, but
>- modprobe ppp_mppe
>says
>can't locate module ppp_mppe
>
>The file ppp-2.3.11/linux/ppp_mppe.c is there but it is not compiled yet.
>There is no
>file ppp_mppe.o.
>How can I compile the file?

That file is copied into the kernel source tree when you do "make
kernel".
You should find ppp_mppe.o in /usr/src/linux/drivers/net
It's normal behavior that you see it NOT compiled in the ppp tree.

What kernel are you using?
If 2.2.16 you should follow the howto posted on this list sometime ago
(first half of june) , because it won't work out of the box:

===
...
...

    # ./configure
    # make
    # make install
    # make kernel
    # cp common/zlib.h /usr/src/linux/drivers/net/
    # cp include/linux/if_pppvar.h /usr/src/linux/include/linux/
...
===

then compile the kernel

-- 
giulioo at pobox.com



More information about the pptp-server mailing list