Bug 209908

Summary: wrong plugin in pptpd
Product: [openSUSE] SUSE Linux 10.1 Reporter: Forgotten User sCvTvm8ObT <forgotten_sCvTvm8ObT>
Component: NetworkAssignee: Hendrik Vogelsang <hvogel>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: x86-64   
OS: SuSE Linux 10.1   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Forgotten User sCvTvm8ObT 2006-10-04 12:54:38 UTC
SuSE 10.1 86_64 , install packet pptpd pptpd-1.2.3-10
Plugin /usr/lib/pptpd/pptpd-logwtmp.so is for pppd version 2.4.2, this is 2.4.3
if im use logwtmp option
Comment 1 TURBO J 2006-10-21 19:57:18 UTC
I just looked at the source package.
Just remove plugins/pppd.h and plugins/patchlevel.h,
change plugins/pptpd-logwtmp.c:
-#include "pppd.h"
+#include <pppd/pppd.h>

It will need ppp-devel installed to build.
Comment 2 Hendrik Vogelsang 2006-10-23 17:53:08 UTC
fixed for beta1
Comment 3 Forgotten User sCvTvm8ObT 2006-10-24 10:23:15 UTC
please replace packet for  10.1 x86_64  in install source or addiding update in YOU 
Comment 4 Hendrik Vogelsang 2006-10-30 18:41:27 UTC
aj do you want it?
Comment 5 Andreas Jaeger 2006-10-30 19:20:29 UTC
We're not going to fix this anymore for 10.1.

This is fixed for 10.2, thanks for the report!