utoni / nDPId

Tiny nDPI based deep packet inspection daemons / toolkit.
GNU General Public License v3.0
67 stars 15 forks source link

Require libndpi >= 4.7.0 while the last release of libndpi is 4.6.0 ? #23

Closed fateme81 closed 1 year ago

fateme81 commented 1 year ago

First i installed the last version of libnDPI based on Github : https://github.com/ntop/nDPI/branches/stale and it's version is 4.6.0 however the required version of libndpi for your software is '>= 4.7.0' how that can happens?

i got the following error :

Package dependency requirement 'libndpi >= 4.7.0' could not be satisfied. Package 'libndpi' has version '4.6.0', required version is '>= 4.7.0

utoni commented 1 year ago

Due to non-compatible API changes in libnDPI, you'll either need to use cmake -DBUILD_NDPI=1 or use an older commit of nDPId.

You may also use libnDPIs dev branch, but not any of the releases.

fateme81 commented 1 year ago

cmake -DBUILD_NDPI=1 worked for me. TNX