Bug 209908 - wrong plugin in pptpd
Summary: wrong plugin in pptpd
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Network (show other bugs)
Version: Final
Hardware: x86-64 SuSE Linux 10.1
: P5 - None : Normal with 10 votes (vote)
Target Milestone: ---
Assignee: Hendrik Vogelsang
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 12:54 UTC by Forgotten User sCvTvm8ObT
Modified: 2006-10-30 19:20 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!