Daemon Init

Questions related to general functionality
Post Reply
andlui9
Posts: 37
Joined: 20 Jan 2017, 11:46

Daemon Init

Post 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?
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: Daemon Init

Post by Dmitry »

build it with: cmake -DCPACK_TYPE=Debian8
run in build directory: cpack -G DEB
install deb package: dpkg -i accel-ppp.deb
andlui9
Posts: 37
Joined: 20 Jan 2017, 11:46

Re: Daemon Init

Post 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.
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: Daemon Init

Post by Dmitry »

ok i'll check
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: Daemon Init

Post by Dmitry »

commit f745befbea4d09fb47d5172d58f5b4a162d18977

use cmake -DCPACK_TYPE=Debian9
Post Reply