netoptimizer / IPTV-Analyzer

Fast MPEG2 Transport Stream Analyzer, based on Netfilter kernel module
www.iptv-analyzer.org
GNU General Public License v3.0
97 stars 55 forks source link

Compilation from sources #24

Closed mancubus77 closed 2 years ago

mancubus77 commented 8 years ago

During ./configuration script return error:

 @ cerberus  ~/IPTV-Analyzer
└─ $ ▶ ./configure 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
...........
checking for iptables... /sbin/iptables
configure: Entering auto-detect mode for Xtables extensions dir xtlibdir
configure:  - Found xtlibdir: /lib/xtables
./configure: line 5079: syntax error near unexpected token `libxtables,'
./configure: line 5079: `PKG_CHECK_MODULES(libxtables, xtables >= 1.4.3)'

libxtables is installed

 @ cerberus  ~/IPTV-Analyzer
└─ $ ▶ dpkg -l libxtab*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                       Version                    Architecture               Description
+++-==========================================-==========================-==========================-==========================================================================================
ii  libxtables11:amd64                         1.6.0-2ubuntu3             amd64                      netfilter xtables library

any clues?

UPDATE Before compilation pkg-config must be installed http://stackoverflow.com/questions/8578181/using-the-pkg-config-macro-pkg-check-modules-failing

mancubus77 commented 8 years ago

Doesn't help a lot... Looks like need a lots of rework for 16.04 and 4.4.0-22 Try to build on early versions

Jasper, why don't you build a docker for the app?

cREoz commented 8 years ago

mancubus77, you need iptables-dev package