[pptp-server] Re: [pptp-server] "SLIRP mode currently requires PPPd IP allocation.

David Luyer luyer at ucs.uwa.edu.au
Thu Jul 1 01:02:56 CDT 1999


> I'm trying to compile pptp with slirp support.  I compiled and
> installed slirp without problems, but  when I try to configure 
> pptpd 0.9.2 I get:

[...]

> checking for openpty in -lutil... no
> SLIRP mode currently requires PPPd IP allocation.
> 
> I tried adding "--with-pppd-ip-alloc" but that didn't work
> either.  How can I make configure work?

Argh.. ok... will fix and commit to CVS in a few minutes.

If you have autoconf installed, the fix is to change

        AC_DEFINE(PPPD_IP_ALLOC))

to

        [ AC_DEFINE(PPPD_IP_ALLOC)
          PPPD_IP_ALLOC=yes ])

around line 135 of configure.in then re-run autoconf.

David.





More information about the pptp-server mailing list