[pptp-server] Compiling mppe on RedHat 6.2 (kernel 2.2.14)

Pat Osterday osterday at cyberset.com
Thu Apr 20 14:09:28 CDT 2000


Thanks for all the responses.  Tom's little patch did the trick with the
RedHat source.  Sounds like RedHat does quite a bit of their own to the
source they distribute - I don't like that, but I'm a happy camper now,
though!

BTW, I read in the RedHat PoPToP HOWTO that the domainname can be in caps or
lower case - as in domainname\\username.  This is not the case, at least
using mschap.  It _has_ to be in caps or my NT 4.0 SP5 workstation would not
connect.  Thinking about applying the patch to get rid of domainname
altogether...

--
Pat Osterday, Research and Development Specialist
osterday at cyberset.com

Cyberset Technologies, Inc. - Your Partner In Managing Change(tm)
http://www.cyberset.com/

> -----Original Message-----
> From: pptp-server-admin at lists.schulte.org
> [mailto:pptp-server-admin at lists.schulte.org]On Behalf Of Tom Eastep
> Sent: Thursday, April 20, 2000 10:49 AM
> To: Pat Osterday
> Cc: pptp-server at lists.schulte.org
> Subject: Re: [pptp-server] Compiling mppe on RedHat 6.2
> (kernel 2.2.14)
>
>
> On Thu, 20 Apr 2000, Pat Osterday wrote:
>
> > I'm trying to compile the new mppe ppp module on RedHat 6.2
> (kernel 2.2.14)
> > and get the following errors:
> >
> > ppp.c:188: warning: static declaration for
> > `ppp_register_compressor_R9682e733' follows non-static
> > ppp.c:189: warning: static declaration for
> > `ppp_unregister_compressor_Ra1b928df' follows non-static
> > ppp.c: In function `rcv_proto_unknown': ppp.c:2563: too few
> arguments to
> > function `kill_fasync_R5e73d35d'
> > make[1]: *** [ppp.o] Error 1
> > make[1]: Leaving directory `/usr/src/linux-2.2.14/drivers/net'
> > make: *** [_mod_drivers/net] Error 2
> >
> > I've patched/configure/make/make install/make kernel for
> ppp-2.3.11 with the
> > patch from ftp.binarix.com.
> >
> > Any ideas?  I had everything running fine on a RedHat 6.0 box.
> >
>
> --- drivers/net/ppp.c~	Wed Apr 12 19:56:45 2000
> +++ drivers/net/ppp.c	Wed Apr 12 20:28:39 2000
> @@ -2560,7 +2560,7 @@
>
>  	wake_up_interruptible (&ppp->read_wait);
>  	if (ppp->tty->fasync != NULL)
> -		kill_fasync (ppp->tty->fasync, SIGIO);
> +		kill_fasync (ppp->tty->fasync, SIGIO, POLL_IN);
>
>  	return 1;
>  }
>
> -Tom
> --
> Tom Eastep             \  Eastep's First Principle of Computing:
> ICQ #60745924           \  "Any sane computer will tell you how it
> teastep at evergo.net       \   works if you ask it the proper questions"
> Shoreline, Washington USA \___________________________________________
>
> _______________________________________________
> 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