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="===============3160160496753695126==" --===============3160160496753695126== 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 --===============3160160496753695126==--