From jan.sjastad@q-free.com Fri Sep 9 14:33:24 2022 From: Jan Egil =?utf-8?q?Sj=C3=A5stad?= To: nav-users@lister.sikt.no Subject: Installing from source on Ubuntu server Date: Fri, 08 May 2009 13:45:05 +0200 Message-ID: <4A041B41.1060000@q-free.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6451267660758505479==" --===============6451267660758505479== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I'm now trying to install NAV on a server running Ubuntu 6.06.2 (2.6.15-54-amd64-server), following the procedure found here: http://metanav.uninett.no/installing_from_source_on_debian When running the 'make' command I get the following result: Cheetah.Parser.ParseError: Expected assignment operator at line 99, column 22 in file AcctChartsTemplate.tmpl Line|Line contents ----|------------------------------------------------------------- 96 | #if type($column) == type('') 97 | $column 98 | #else 99 | #set $title, $key = $column ^ 100 | #if $key == $sort 101 | $title 102 | #else make[2]: *** [AcctChartsTemplate.py] Error 1 make[2]: Leaving directory `/home/janegils/nav-3.5.2/subsystem/radius/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/janegils/nav-3.5.2/subsystem/radius' make: *** [all] Error 1 Any idea what the problem is? Is the Ubuntu installlation too old? Jan Egil --===============6451267660758505479==-- From morten.brekkevold@uninett.no Fri Sep 9 14:33:24 2022 From: Morten Brekkevold To: nav-users@lister.sikt.no Subject: Re: Installing from source on Ubuntu server Date: Wed, 13 May 2009 11:31:51 +0200 Message-ID: In-Reply-To: <4A041B41.1060000@q-free.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7564445255299153174==" --===============7564445255299153174== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Fri, 08 May 2009 13:45:05 +0200 Jan Egil Sj=C3=A5stad wrote: > I'm now trying to install NAV on a server running Ubuntu 6.06.2 > (2.6.15-54-amd64-server), > following the procedure found here: > http://metanav.uninett.no/installing_from_source_on_debian > > When running the 'make' command I get the following result: > > Cheetah.Parser.ParseError: [snip] > Any idea what the problem is? Is the Ubuntu installlation too old? Yes, it's nearly three years old, and it seems the Cheetah version supplied with it is too old to support NAV's requirements. Ubuntu 6.0.6 has Cheetah 0.9.16. Since 2007, we've been developing using Cheetah 2.0. --=20 mvh Morten Brekkevold UNINETT --===============7564445255299153174==--