export LD_LIBRARY_PATH=/usr/local/lib fixed the problem and the browser
actually shows someting e.g Trac logo, menu with wiki,Timeline, roadmap... but
it says Oops... Trac detected an internal error:
under the TracGuide link it has this output:
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in
dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 191, in
dispatch
chosen_handler = self._pre_process_request(req, chosen_handler)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 263, in
_pre_process_request
chosen_handler = f.pre_process_request(req, chosen_handler)
File "/usr/lib/python2.3/site-packages/trac/versioncontrol/api.py", line 73,
in pre_process_request
self.get_repository(req.authname) # triggers a sync if applicable
File "/usr/lib/python2.3/site-packages/trac/versioncontrol/api.py", line 91,
in get_repository
raise TracError('Unsupported version control system "%s"'
TracError: Unsupported version control system "svn"
am I getting close?
________________________________
From: [email protected] on behalf of Emmanuel Blot
Sent: Thu 4/5/2007 9:38 AM
To: [email protected]
Subject: [Trac] Re: Trac install
> then ran trac-admin /v01/trac initenv successfully but with the warning you
> should install the SVN bindings
This means that the python wrapper for SVN have not been found - maybe
the same library path issue, or that you have not installed the
wrappers yet.
> browser, but in the terminal I get the below errors
> any ideas on this?
Yes, this looks like a LD_LIBRARY_PATH issue, it is likely that the
cause is the same as the issue you got with trac-admin.
Search the ML, another user ("gary" I believe) got the same issue
yesterday evening (CET time), and the discussion thread he's initiated
is likely to contain the answers you're looking for.
Cheers,
Manu
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---