Edgewall Software

Changes between Version 16 and Version 17 of TracOnFedoraCore


Ignore:
Timestamp:
Nov 9, 2004, 2:30:39 PM (19 years ago)
Author:
twinston@…
Comment:

Problems installing on Fedora Core 2

Legend:

Unmodified
Added
Removed
Modified
  • TracOnFedoraCore

    v16 v17  
    4949}}}
    5050Solution : The actual python-clearsilver package (0.9.8-1) installs the lib for python2.2. You'll have to symlink /usr/lib/python2.2/site-packages/neo_cgi.so in actual version's folder (man ln :) )
     51
     52Has anyone got this to run on Fedora Core?  I am getting the following errors:
     53
     54The web server user requires read _and_ write permission
     55to the database /opt/esm/db/trac.db and the directory this file is located in.
     56Traceback (most recent call last):
     57  File "/usr/lib/python2.3/site-packages/trac/core.py", line 475, in cgi_start
     58    real_cgi_start()
     59  File "/usr/lib/python2.3/site-packages/trac/core.py", line 453, in real_cgi_start
     60    env = open_environment()
     61  File "/usr/lib/python2.3/site-packages/trac/core.py", line 169, in open_environment
     62    version = env.get_version()
     63  File "/usr/lib/python2.3/site-packages/trac/Environment.py", line 160, in get_version
     64    cnx = self.get_db_cnx()
     65  File "/usr/lib/python2.3/site-packages/trac/Environment.py", line 84, in get_db_cnx
     66    raise EnvironmentError, \
     67EnvironmentError: The web server user requires read _and_ write permission
     68to the database /opt/esm/db/trac.db and the directory this file is located in.
     69