[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RiminiLUG-General] iptv analyzer
- To: riminilug-general@xxxxxxxxxxxx
- Subject: Re: [RiminiLUG-General] iptv analyzer
- From: Luca Piccari <par.piccari@xxxxxxxxx>
- Date: Sun, 15 May 2011 11:54:31 +0200
- Authentication-results: dtc.neutrino1.xteklabs.com; dkim=fail (message has been altered) header.i=@gmail.com; dkim=fail (message has been altered) header.i=par.piccari@xxxxxxxxx
- Delivered-to: battarsa@xxxxxxxxxxxx
- Delivered-to: riminilug.it_riminilug_general@xxxxxxxxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=neutrino1.xteklabs.com; h= message-id:date:from:reply-to:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s=postfix; bh=5pZprn8GndWva4WsDovJC8dXQMg=; b=Yq5Cv7uchRGBq0rcSqKDh6IA/JLU /8GDvhDzkE+u+fQLA5XMUcotGZca2JZY497hBeIjvQo4AEspgV1jWAcWmFrkP3ja /4UYLof2HjwYL01CT05mjlU6F6bZt9Pa40qf8LBN9wD+Z+mdzCrGevJ05rc9rvL+ 3opze6r4Bw/KQaI=
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ELkqBpC72AMwXuSkfp9nT72u1v3Ah6bz34h5S+hS2pU=; b=e9sHHCtosM/hQ5RW5yr1nugbu8k7dbIHZ6cFVINs5a44jrUTRA7kdIS0r6JtT72Ilx +lQ2KjhqSgsjmnR4+87Xr/aWxb7iXnzbiVaPlS/FM2lSGg3Ls7GP75RtTnmC39wKPdTp zDi6HCxtqc5lcoPvth5yJbnpEN8dzEuM7bIMQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=LD8pnHedu02xrNkGeM59g3fvgSFqwxCqAJgw4M1FfJhwCXAytG5J7BTtUwdwyhWQz2 /KYDsHl99F8zQuOgt71mBnL+Kif3xus3zzN1UA15wVDY9gCPotAGGCE4aZMY9fcipuC9 rUNGG1TVPGMMs4l+O/QRsxJClpidOt/vstzDQ=
- In-reply-to: <4DCDDBDE.4090801@riminilug.it>
- References: <4DCDDBDE.4090801@riminilug.it>
- Reply-to: riminilug-general@xxxxxxxxxxxx
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10
Il 14/05/2011 03:33, Christian Zoffoli ha scritto:
Ciao a tutti,
volevo segnalarvi questo software
http://www.iptv-analyzer.org
...penso che chi l'ha scritto si sia fatto un trip-pone esagerato ...cmq
molto bello e molto valido
Christian
Sarò sfigato io ma non riesco a installarlo...
Lo scompatto, poi da terminale vado all'interno della cartella e do
questi 3 semplici comandi...
./configure
make
sudo make install
Ma già al primo ./configure mi viene restituito questo:
lucamanuela@california:~/Scaricati/iptv-analyzer-0.9.0$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int8_t... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for strchr... yes
checking for iptables... /sbin/iptables
configure: Entering auto-detect mode for Xtables extensions dir xtlibdir
configure: - Found xtlibdir: /lib/xtables
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxtables... configure: error: Package requirements
(xtables >= 1.4.3) were not met:
No package 'xtables' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables libxtables_CFLAGS
and libxtables_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Qualcuno può dirmi dove sbaglio??
Ho ubuntu 11.04
Grazie mille
Luca