Joe,

autogen package is available on ubuntu16:

root@devel:/home/simone# apt-cache show autogen
Package: autogen
Priority: optional
Section: universe/devel
Installed-Size: 1145
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Original-Maintainer: Andreas Metzler <ametz...@debian.org>
Architecture: amd64
Version: 1:5.18.7-3
Depends: guile-2.0-libs, libc6 (>= 2.14), libopts25 (>= 1:5.18.7), libxml2 (>= 
2.7.4), libopts25-dev (= 1:5.18.7-3)
Recommends: autogen-doc
Filename: pool/universe/a/autogen/autogen_5.18.7-3_amd64.deb
Size: 549714
MD5sum: 120c4930ffe7578105a9689b6a2ebe78
SHA1: 2bffee9894a22950e5bcf3f5d576e7af15b6d517
SHA256: 15198641f60acdeac812017cdccbbf6895b3de8a22468f0b3a18534ce883247f
Description-en: automated text file generator
 AutoGen is a tool designed for generating program files that contain
 repetitive text with varied substitutions. This is especially valuable if
 there are several blocks of such text that must be kept synchronized.
 .
 Included with AutoGen is a tool that virtually eliminates the hassle of
 processing options, keeping usage text up to date and so on. This tool
 allows you to specify several program attributes, innumerable options and
 option attributes, then it produces all the code necessary to parse and
 handle the command line and initialization file options.
 .
 This package contains the development tools. libopts25-dev contains the
 static libraries and header files. libopts25 contains the shared libraries.
 autogen-doc contains the PostScript and HTML documentation.
Description-md5: 0d58326715b8d7163a06b3be785ab22a
Multi-Arch: foreign
Homepage: http://www.gnu.org/software/autogen/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

root@devel:/home/simone# apt-get install autogen
Reading package lists... Done
Building dependency tree
Reading state information... Done
autogen is already the newest version (1:5.18.7-3).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
root@devel:/home/simone# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.3 LTS
Release:        16.04
Codename:       xenial
root@devel:/home/simone#

please, check your distro and repos


Simone

> On 18 Nov 2017, at 14:59, josefh.ma...@hushmail.com wrote:
> 
> Thank you very much for the help!
> 
> 
> still no luck.... Any idea hwat wrong? Thank's! Joe
> 
> 
> ubuntu@ubuntu:~$ uname -a
> 
> Linux ubuntu 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 
> 2017 x86_64 x86_64 x86_64 GNU/Linux
> 
>  
> ubuntu@ubuntu:~$ sudo apt-get install build-essential git bison flex 
> libxml2-dev libpcap-dev libtool libtool-bin rrdtool librrd-dev autoconf 
> automake autogen
> 
> redis-server wget libsqlite3-dev libhiredis-dev libgeoip-dev 
> libcurl4-openssl-dev libpango1.0-dev libcairo2-dev libnetfilter-queue-dev 
> zlib1g-dev libssl-dev libcap-dev libnetfilter-conntrack-dev
> 
> 
> 
> Reading package lists... Done
> 
> Building dependency tree
> 
> Reading state information... Done
> 
> Package autogen is not available, but is referred to by another package.
> 
> This may mean that the package is missing, has been obsoleted, or
> 
> is only available from another source
> 
> However the following packages replace it:
> 
> libopts25-dev libopts25 autogen-doc
> 
> E: Package 'autogen' has no installation candidate
> 
> E: Unable to locate package redis-server
> 
> E: Unable to locate package libhiredis-dev
> 
> E: Unable to locate package libnetfilter-queue-dev
> 
> 
> 
> 
> 
> 
> On ‎14‎.‎11‎.‎2017 at 6:03 PM, "Simone Mainardi" <maina...@ntop.org> wrote:
> Josef,
> 
> See this error:
> Wait please...
> ./autogen.sh: line 35: autoreconf: command not found
> 
> 
> Make sure to install all the prerequisites as explained in 
> https://github.com/ntop/ntopng/blob/dev/doc/README.compilation 
> <https://github.com/ntop/ntopng/blob/dev/doc/README.compilation>
> 
> Regards,
> Simone
> 
> On 14 Nov 2017, at 17:26, josefh.ma...@hushmail.com <> wrote:
> 
> Hello forum,
> 
> I tried to install ntopng on Ubuntu 1604/64 (Desktop) with the following two 
> suggested installation methods (see below). 
> 
> Without success... What am i doing wrong?
> 
> 
> Thank you very much for any help!
> 
> Joe
> 
> 
> 
> -------------------------------------------------------------------------------------------------
> ubuntu@ubuntu:~/ntopng$ uname -a
> Linux ubuntu 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 
> 2017 x86_64 x86_64 x86_64 GNU/Linux
> 
> 
> ubuntu@ubuntu:~$ git clone https://github.com/ntop/ntopng.git 
> <https://github.com/ntop/ntopng.git>
> Cloning into 'ntopng'...
> remote: Counting objects: 30184, done.
> remote: Compressing objects: 100% (196/196), done.
> remote: Total 30184 (delta 198), reused 195 (delta 113), pack-reused 29875
> Receiving objects: 100% (30184/30184), 107.46 MiB | 23.37 MiB/s, done.
> Resolving deltas: 100% (22626/22626), done.
> Checking connectivity... done.
> ubuntu@ubuntu:~$ cd '/home/ubuntu/ntopng'
> 
> 
> ubuntu@ubuntu:~/ntopng$ ./autogen.sh
> Wait please...
> ./autogen.sh: line 35: autoreconf: command not found
> 
> Now run ./configure
> ubuntu@ubuntu:~/ntopng$ ./configure
> bash: ./configure: No such file or directory
> ubuntu@ubuntu:~/ntopng$ 
> 
> 
> -------------------------------------------------------------------------------------------------
> -------------------------------------------------------------------------------------------------
> ubuntu@ubuntu:~$ sudo apt-get clean all
> ubuntu@ubuntu:~$ sudo apt-get update
> 
> ubuntu@ubuntu:~$ sudo apt-get install pfring nprobe ntopng ntopng-data n2disk 
> cento nbox
> Reading package lists... Done
> Building dependency tree       
> Reading state information... Done
> E: Unable to locate package pfring
> E: Unable to locate package nprobe
> E: Unable to locate package ntopng
> E: Unable to locate package ntopng-data
> E: Unable to locate package n2disk
> E: Unable to locate package cento
> E: Unable to locate package nbox
> 
> 
> 
> ubuntu@ubuntu:~$ sudo apt-get install ntopng
> Reading package lists... Done
> Building dependency tree       
> Reading state information... Done
> E: Unable to locate package ntopng
> ubuntu@ubuntu:~$ 
> _______________________________________________
> Ntop mailing list
> Ntop@listgateway.unipi.it <>
> http://listgateway.unipi.it/mailman/listinfo/ntop 
> <http://listgateway.unipi.it/mailman/listinfo/ntop>
> _______________________________________________
> Ntop mailing list
> Ntop@listgateway.unipi.it
> http://listgateway.unipi.it/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
Ntop@listgateway.unipi.it
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to