Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Henning Brauer
* Kaya Saman kayasa...@gmail.com [2012-03-12 01:45]: I do understand that compiling software is part of UNIX for a pure user, no, not really. at least not any more. Using FreeBSD I would just do this: cd /usr/ports/*/ntop make install clean and providing my **ports** tree is uptodate it

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Marc Espie
On Mon, Mar 12, 2012 at 12:44:15AM +, Kaya Saman wrote: my issue was how to get the Ntop config script to understand that automake and autoconf **are** installed on the system!!! Luckily a friendly person did explain that I should first **export** the versions then run the config gen

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Peter Hessler
On 2012 Mar 12 (Mon) at 00:44:15 + (+), Kaya Saman wrote: :Would it not just be easier and cleaner to create a new list for :newbies? That way the more advanced stuff could be taken care of on :this list and only people willing to help others could post useful :comments and help on the

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Stuart Henderson
On 2012-03-11, Kaya Saman kayasa...@gmail.com wrote: Now I do know these without even needing to read the documentation... however even **IF** I tried to compile on one of those platforms which I do all the time I never need to adjust system variables or tell the configure script what

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Stuart Henderson
On 2012-03-11, Kaya Saman kayasa...@gmail.com wrote: Well in mean time I found this: http://openports.se/devel/metaauto although I don't think it's installed as **find** didn't come up with anything. pkg_info | grep metaauto Also look at locate(1) which uses a database generated

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Kaya Saman
On 03/12/2012 09:59 AM, Peter Hessler wrote: On 2012 Mar 12 (Mon) at 00:44:15 + (+), Kaya Saman wrote: :Would it not just be easier and cleaner to create a new list for :newbies? That way the more advanced stuff could be taken care of on :this list and only people willing to help others

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Kaya Saman
On 03/12/2012 10:50 AM, Stuart Henderson wrote: On 2012-03-11, Kaya Samankayasa...@gmail.com wrote: Now I do know these without even needing to read the documentation... however even **IF** I tried to compile on one of those platforms which I do all the time I never need to adjust system

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-12 Thread Kaya Saman
On 03/12/2012 11:21 AM, Stuart Henderson wrote: On 2012-03-11, Kaya Samankayasa...@gmail.com wrote: Well in mean time I found this: http://openports.se/devel/metaauto although I don't think it's installed as **find** didn't come up with anything. pkg_info | grep metaauto Also look at

Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.11.1p2 autoconf-2.67 The install script comes up saying this: # ./autogen.sh Starting ntop automatic

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Remco
Kaya Saman wrote: Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.11.1p2 autoconf-2.67 The install script comes up saying this: #

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
On 03/11/2012 08:10 PM, Remco wrote: Kaya Saman wrote: Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.11.1p2 autoconf-2.67 The install script comes up

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Marc Espie
On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote: Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.11.1p2 autoconf-2.67 The install

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
On 03/11/2012 08:20 PM, Marc Espie wrote: On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote: Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.11.1p2

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
On 03/11/2012 08:20 PM, Marc Espie wrote: On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote: Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.11.1p2

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
On 03/11/2012 08:20 PM, Marc Espie wrote: On Sun, Mar 11, 2012 at 07:42:43PM +, Kaya Saman wrote: Hi, I'm trying to compile the latest NTOP version 4.1.0 on OpenBSD RELEASE 5.0 x64 but am running into issues regarding automake and autoconfig. Basically I installed: automake-1.11.1p2

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Ted Unangst
On Sun, Mar 11, 2012, Kaya Saman wrote: try: automake --version autoconf --version The messages should be self-explanatory if you didn't define certain environment variables, e.g., I have this in my environment: automake --version autoconf --version come up with this #

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
On 03/11/2012 10:34 PM, Ted Unangst wrote: On Sun, Mar 11, 2012, Kaya Saman wrote: try: automake --version autoconf --version The messages should be self-explanatory if you didn't define certain environment variables, e.g., I have this in my environment: automake --version autoconf

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread hex
On Sun, Mar 11, 2012 at 10:48:24PM +, Kaya Saman wrote: On 03/11/2012 10:34 PM, Ted Unangst wrote: On Sun, Mar 11, 2012, Kaya Saman wrote: try: automake --version autoconf --version The messages should be self-explanatory if you didn't define certain environment variables,

Re: Which automake and autoconfig versions to compile NTOP v4?

2012-03-11 Thread Kaya Saman
On 03/12/2012 12:21 AM, hex wrote: On Sun, Mar 11, 2012 at 10:48:24PM +, Kaya Saman wrote: On 03/11/2012 10:34 PM, Ted Unangst wrote: On Sun, Mar 11, 2012, Kaya Saman wrote: try: automake --version autoconf --version The messages should be self-explanatory if you didn't define