Page 1 of 1

Daemon Init

Posted: 05 Jan 2018, 00:23
by andlui9
I recently compiled accel-ppp code from Git (latest) on Debian 9 Stretch and Ubuntu Server 16.04 LTS, and can't localize init script. Any sugestion?

Re: Daemon Init

Posted: 05 Jan 2018, 07:33
by Dmitry
build it with: cmake -DCPACK_TYPE=Debian8
run in build directory: cpack -G DEB
install deb package: dpkg -i accel-ppp.deb

Re: Daemon Init

Posted: 05 Jan 2018, 16:37
by andlui9
Hi, I use this:

cmake -DCPACK_TYPE=Debian8 -DBUILD_IPOE_DRIVER=TRUE -DBUILD_VLAN_MON_DRIVER=TRUE -DCMAKE_BUILD_TYPE=Debug -DLUA=TRUE -DRADIUS=TRUE -DNETSNMP=TRUE -DCMAKE_INSTALL_PREFIX=/usr -DKDIR=/usr/src/linux-headers-$(uname -r) ../accel-ppp/

But when I install package on Debian 9 (Stretch) he complains that dependency "libssl1.0.0" not installed, but the version 1.0.2l-2+deb9u2 of this package is installed.

Re: Daemon Init

Posted: 05 Jan 2018, 22:01
by Dmitry
ok i'll check

Re: Daemon Init

Posted: 06 Jan 2018, 17:59
by Dmitry
commit f745befbea4d09fb47d5172d58f5b4a162d18977

use cmake -DCPACK_TYPE=Debian9