hello, I have checked out the development version of nav.There isn't configure file in the directory,i don't know how to compile it.What can i do now? thank you zsh 2007-11-16
From a.l.prois at usit.uio.no Fri Nov 16 09:58:54 2007 From: a.l.prois at usit.uio.no (=?ISO-8859-1?Q?Asbj=F8rn_Pr=F8is?=) Date: Fri Nov 16 09:59:50 2007 Subject: [Nav-users] problem about installation of nav In-Reply-To: <395202912.14392@fzu.edu.cn> References: <395202912.14392@fzu.edu.cn> Message-ID: <Pine.LNX.4.64-L.0711160957480.27468@klodrik.uio.no>
On Fri, 16 Nov 2007, zsh wrote:
hello, I have checked out the development version of nav.There isn't configure file in the directory,i don't know how to compile it.What can i do now?
thank you
Have you ran "aclocal" and then "autoconf"? autoconf generates the configure file.. -Asbj?rn-
From Jostein.Gogstad at idi.ntnu.no Fri Nov 16 11:46:20 2007 From: Jostein.Gogstad at idi.ntnu.no (Jostein Gogstad) Date: Fri Nov 16 11:46:22 2007 Subject: [Nav-users] Request for source code of NAV 3.4 In-Reply-To: <200711141417016872349@fzu.edu.cn> References: <200711141417016872349@fzu.edu.cn> Message-ID: <20071116104620.GL18969@selje.idi.ntnu.no>
zsh:
hello,
hi again,
I'm a engineer of Fuzhou University China. I want to install a software to manage my ipv6 network, and make some research.I know the NAV 3.4 version hasn't been released now,but i would like to do some test for you.Please send the source code to me.
Come to think of it, I believe the code for IPv6 is still in my branch and needs to be merged with trunk. Meaning that before anyone do so, you either have to wait for someone to do it, or do it yourself. Only problem is I believe the note which said when the last merge was done is gone. Hurray for SVN. My branch is btw. located at https://svn.itea.ntnu.no/repos/nav/navme/branches/gogstad-ipv6 -- Jostein
From zsh at fzu.edu.cn Mon Nov 19 11:20:21 2007 From: zsh at fzu.edu.cn (zsh) Date: Mon Nov 19 04:20:40 2007 Subject: [Nav-users] i can make the development source code Message-ID: <395442397.20379@fzu.edu.cn>
when i make the development source code,it show errors as follows: [root@fzunav trunk]# make make[1]: Entering directory `/opt/nav/trunk/src' Building Util ... (cd Util && ) && touch Util /bin/sh: -c: line 0: syntax error near unexpected token `)' /bin/sh: -c: line 0: `(cd Util && ) && touch Util' make[1]: *** [Util] Error 2 make[1]: Leaving directory `/opt/nav/trunk/src' make: *** [all] Error 1 [root@fzunav trunk]# what should i do now. thank you! zsh 2007-11-19
From stein.magnus.jodal at uninett.no Mon Nov 19 16:21:50 2007 From: stein.magnus.jodal at uninett.no (Stein Magnus Jodal) Date: Mon Nov 19 16:35:47 2007 Subject: [Nav-users] i can make the development source code In-Reply-To: <200711191120214001782@fzu.edu.cn> References: <200711191120214001782@fzu.edu.cn> Message-ID: <1195485710.6474.4.camel@myh.jodal.no>
And to reply to the list as well, On Mon, 2007-11-19 at 11:20 +0800, zsh wrote:
when i make the development source code,it show errors as follows: [root@fzunav trunk]# make make[1]: Entering directory `/opt/nav/trunk/src' Building Util ... (cd Util && ) && touch Util /bin/sh: -c: line 0: syntax error near unexpected token `)' /bin/sh: -c: line 0: `(cd Util && ) && touch Util'
src/Makefile:51 reads "(cd $@ && $(ANT) $(BUILDARGS)) && touch $@" and at line 41 one finds "ANT = /usr/bin/ant".
what should i do now.
Have you installed Ant? It is listed as a build requirement in the INSTALL file.
thank you!
No problem :-) -- Stein Magnus Jodal UNINETT AS