Edgewall Software

Version 14 (modified by anonymous, 20 years ago) ( diff )

The downloadable rpms are for both RedHat and Fedora Core (both 1 and 2).

Lee asks: Does the Fedora RPM install the dependencies listed on Trac's install page? I ask because I installed the Trac Fedora RPM and the install went smoothly, but Trac is not accessable on the system and its dependencies are not installed.

EricHopper replies: It does not. I had to hunt down all of the dependencies myself. They did all exist in RPM form, which is good.

Package dependency list

Hello, here is a list I've started to make during installation. Can somebody tell me where are the packages that are marked as ???

  • python
  • python-devel
  • python-xml : ???
  • subversion
  • python-subversion : ??? (not sure if usefull)
  • swig
  • sqlite : dag
  • python-sqlite : dag
  • clearsilver : dag
  • python-clearsilver : dag
  • docutils : ???
  • httpd

Repositories

Cheers, zimba

Possible problems

Oops...

Trac detected an internal error:

No module named neo_cgi

Traceback (most recent call last):
  File "/usr/share/trac/cgi-bin/trac.cgi", line 25, in ?
    trac.core.cgi_start()
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 477, in cgi_start
    send_pretty_error(e, None)
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 412, in send_pretty_error
    req.init_request()
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 312, in init_request
    Request.init_request(self)
  File "/usr/lib/python2.3/site-packages/trac/core.py", line 243, in init_request
    import neo_cgi
ImportError: No module named neo_cgi

Solution : unknown ?!

Note: See TracWiki for help on using the wiki.