On Jul 17, 4:34 pm, [EMAIL PROTECTED] wrote:
> finally, I noticed this today when looking at the 1.5.0 subversion
> download, it won't work with apache 2.0, and requires apache 2.2.9 or
> higher for the 2.2.x family.
>
> hope that helps

one follow up here, I did managed to hunt down something I missed, or
didn't work correcly on my install.

the file ssleay32.dll didn't make it form the subversion (1.5
binaries) into the site-packages\libsvn of python somehow and was
causing all kinds of havoc.

specifically the "unsupported ...." error message.  simply put, my
first test from command line was:
python
>>import svn
worked just fine
but:
>>from subversion import core
gave a libeay32.dll error after a few hours of "upgrading" all the
versions of that dll floating around my system it didn't work, I
remembered something about sll along the way, and stumbled to some
site about copying libeay32 and ssleay32.dll to the apache bin
directory, and ultimately noticed the ssleay32.dll was not presenet in
the libsvn directory (do NOT ask me to mind map the process, I really
have NO idea how I got from point A to point B)

If that helps
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to