[pptp-server] ppp_mppe.o

Andy Frost AndrewF at artisansw.com
Tue Sep 28 08:52:23 CDT 1999


Thanks for your reply Michael.  I'm sure I've tried all of these
things...  I've checked my make menuconfig,got rc4_skey.c & rc4_locl.h
from open ssl and included them in ppp_mppe.c also.  This is my current
script I'm trying to work from..
Please note that my shortened file names are intermediately copied for
fat based floppy.

#!/bin/sh
#ifconfig eth0 192.168.90.5 up
#ifconfig eth1 10.10.10.5 up


rm /usr/src/linux/drivers/net/ppp_mppe.c


cd /usr/local/src/ 
tar zxvf ppp-23~1.gz
tar zxvf ssleay~1.gz
cp --force SSLeay-0.6.6b/crypto/rc4/rc4.h ppp-2.3.8/linux/
cp --force SSLeay-0.6.6b/crypto/rc4/rc4_enc.c ppp-2.3.8/linux/
cp --force SSLeay-0.6.6b/crypto/rc4/rc4_skey.c ppp-2.3.8/linux/
cp --force SSLeay-0.6.6b/crypto/rc4/rc4_locl.h ppp-2.3.8/linux/
cp --force ppp-2.3.8/linux/* /usr/src/linux/drivers/net

patch -p0 < ppp-23~1.dif

#check #include statments in pp_mppe.c
#pico /usr/src/linux/drivers/net/ppp_mppe.c

cd ppp-2.3.8
./configure
cd linux
./kinstall.sh
cp --force * /usr/src/linux/drivers/net/
cd ..
make
cp --force pppd/pppd /usr/sbin/
cd /usr/src/linux
make modules SUBDIRS=drivers/net
make modules_install
rmmod ppp
cd /lib/modules/2.2.10/net/
insmod slhc
insmod ppp
insmod bsd_comp
insmod ppp_deflate
insmod ppp_mppe
#the above and below do not wotk as there is no ppp_mppe.o
cd /usr/src/linux/drivers/net
insmod ppp_mppe


cd /usr/local/src/
#tar zxvf pptpd-0.9.11.tgz
#cd pptpd-0.9.11
#./configure
#make
#make install

Thanks again

I've clocked up over 10 days on this baby now.....


-----Original Message-----
From: Michael Walter [mailto:walterm at gliatech.com]
Sent: Monday, September 27, 1999 4:37 PM
To: 'Andy Frost'; PPTPD User Group (E-mail)
Subject: RE: [pptp-server] ppp_mppe.o


1)  Before issuing the make modules SUBDIRS=drivers/net  command did you
manually copy the contents of /usr/src/linux/ppp-2.3.8/linux to
/usr/src/linux/drivers/net and overwrite all files?

2)  Did you copy rc4.h and rc4_enc.c from the SSLeay-0.6.6b source to
the
/usr/src/linux/ppp-2.3.8/linux and /usr/src/linux/drivers/net
directories?

3)  Have you tried insmod ppp_mppe from the /usr/src/linux/drivers/net
directory?

Michael J. Walter mcse
Gliatech, Inc.
walterm at gliatech.com
mwalter at drwalter.com

On Monday, September 27, 1999 11:17 PM, Andy Frost
[SMTP:AndrewF at artisansw.com] wrote:
> 
> 
> > If have followed the HOW/TO to the letterand read lots of relevant
> > messages from this board but I do not get a ppp_mppe.o module. I've
> > got slhc,bsd_comp & ppp_deflate modules but not the m$ encryption
one.
> > 
> > Ive patched pppd and configure... kinstall which at the end says "
> > adding mppe to make file " made all the modules etc but still no
luck.
> > 
> > Please help.... 
> > 
> 
> _______________________________________________
> pptp-server maillist  -  pptp-server at lists.schulte.org
> http://lists.schulte.org/mailman/listinfo/pptp-server
> List services provided by www.schulte.org!

_______________________________________________
pptp-server maillist  -  pptp-server at lists.schulte.org
http://lists.schulte.org/mailman/listinfo/pptp-server
List services provided by www.schulte.org!




More information about the pptp-server mailing list