Package Details: accel-ppp-git 1.12.0_260_g19c36e59-2

Git Clone URL: https://aur.archlinux.org/accel-ppp-git.git (read-only, click to copy)
Package Base: accel-ppp-git
Description: High performance PPTP/L2TP/PPPoE/IPoE server
Upstream URL: https://github.com/accel-ppp/accel-ppp
Licenses: GPL
Conflicts: accel-ppp
Provides: accel-ppp
Submitter: None
Maintainer: None
Last Packager: micwoj92
Votes: 2
Popularity: 0.000000
First Submitted: 2017-07-17 03:07 (UTC)
Last Updated: 2024-01-07 04:32 (UTC)

Latest Comments

dreieck commented on 2023-02-16 10:27 (UTC)

package() fails due to a non-existing file:

install: cannot stat '/home/[...]/.cache/yay/accel-ppp-git/pkg/accel-ppp-git/etc/accel-ppp.conf.dist': No such file or directory

Thanks for maintaining,
regards!

MrCue commented on 2019-03-14 10:20 (UTC) (edited on 2019-03-22 09:12 (UTC) by MrCue)

So this AUR should make https://aur.archlinux.org/packages/accel-ppp/ obsolete.

For this one, I have found this issue also:

loader: failed to load 'pppoe': /usr/lib64/accel-ppp/libpppoe.so: undefined symbol: rad_packet_add_int

After I manually use "-DRADIUS=FALSE" in PKGBUILD to build, I got this problem:

loader: failed to load 'pppoe': /usr/lib64/accel-ppp/libpppoe.so: undefined symbol: connlimit_check.

It seems that pppoe,pptp, all pppd related protocols are affected.

Edit: After debugging, I found the issue is caused by libpppoe.so is not linked with libconnlimit.so. So it should be an upstream issue. After I manually linked them, it works now:)
Edit2: Found a solution: add one line to src/accel-ppp/accel-pppd/ctrl/pppoe/CMakeLists.txt,this line: TARGET_LINK_LIBRARIES(pppoe connlimit)

<deleted-account> commented on 2017-11-14 08:01 (UTC)

Add the connlimit module above pptp

tsypa commented on 2017-09-18 15:59 (UTC)

failed to load 'pptp': /usr/lib64/accel-ppp/libpptp.so: undefined symbol: connlimit_check