On Jan 12, 9:45 am, "Erik Sherwood" <[EMAIL PROTECTED]> wrote:
My apologies if this posts multiple times -- it didn't seem to show up
in google groups when I posted before.

I am trying to install trac on RH Enterprise 4. I have built the
necessary components from source in /usr/local, rather than relying on
the RH packages.

Well, I can't speak specifically on RHE4 packages, but generally it's
easier to rely on the packages to get things right.  Especially
compiling Subversion and the Python bindings to it causes people much
confusion.  So, unless there's a good reason not to, the packages will
probably make this process easier.

I am using trac-0.10.3, Python-2.4.4, subversion-1.4.2, swig-1.3.25,
sqlite-3.3.8, clearsilver-0.10.4.

I created a test subversion repository and trac environment, and set up
the trac environment using

trac-admin /home/sherwood/public_html/testproject initenv

In interactive mode, I set trac to use svn as the repository type, set
to the test repository.

When I run

tracd --port 8000 /home/sherwood/public_html/testproject

and then connect to localhost:8000, I see the correct listing of
available projects:

Available Projects

    * testproj

but clicking on that link gives me this error from trac:

...snip...
TracError: Unsupported version control system "svn"

What have I done wrong?

Trac cannot find the Subversion Python bindings.  You'll need to check
the PYTHONPATH to make sure the bindings are locatable, and check
LD_LIBRARY_PATH, or ld.so.conf to make sure that any libraries
installed into /usr/local are loadable.

-- Matt Good


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to