Hi,

I found another way to enable the kernel mode option:


in src/configure, add these includes:

@@ -3117,6 +3117,9 @@
 #include<sys/socket.h>
 #include<net/ethernet.h>
 #include<linux/if.h>
+#include <linux/in.h>
+#include <linux/in6.h>

 
 
 #include <$ac_header>
@@ -5646,6 +5649,8 @@
 #include <sys/socket.h>
 #include <net/ethernet.h>
 #include <linux/if.h>
+#include <linux/in.h>
+#include <linux/in6.h>
 #include <linux/if_pppox.h>
 int main()
 {



in debian/rules:

@@ -7,7 +7,7 @@
 build-stamp:
     dh_testdir
 #    test -f configure || (aclocal; autoconf)
-    test -f src/Makefile || (cd src && PPPD=/usr/sbin/pppd ./configure)
+    test -f src/Makefile || (cd src && PPPD=/usr/sbin/pppd ./configure
--enable-plugin)
     $(MAKE) -C src
     touch build-stamp



it also needs ppp-dev package





upstream version is now 3.11:

http://www.roaringpenguin.com/files/download/rp-pppoe-3.11.tar.gz


Mathieu


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to