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 | <th>$column</th> 98 | #else 99 | #set $title, $key = $column ^ 100 | #if $key == $sort 101 | <th><a href="?sort=-$key">$title</a></th> 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