Search Criteria
Package Details: accel-ppp-git 1.12.0_260_g19c36e59-2
Package Actions
| 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) |
Dependencies (11)
- libnl (libnl-gitAUR)
- lua (pallene-luaAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR)
- pcre
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libnl (libnl-gitAUR) (make)
- net-snmp (make)
- accel-ppp-ipoe-dkms-gitAUR (optional)
- accel-ppp-vlanmon-dkms-gitAUR (optional)
- logrotate (logrotate-gitAUR, logrotate-selinuxAUR) (optional)
Latest Comments
dreieck commented on 2023-02-16 10:27 (UTC)
package()fails due to a non-existing file: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)
tsypa commented on 2017-09-18 15:59 (UTC)