Installing from source on Ubuntu server
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
On Fri, 08 May 2009 13:45:05 +0200 Jan Egil Sjåstad <jan.sjastad@q-free.com> 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. -- mvh Morten Brekkevold UNINETT
participants (2)
-
Jan Egil Sjåstad -
Morten Brekkevold