[sf-lug] python, subversion, jdk on the colo box
Rick Moen
rick at linuxmafia.com
Fri Apr 27 22:06:20 PDT 2007
Quoting jim stockford (jim at well.com):
> I'd like to install subversion, which requires jvm,
> which implies, at least to me, jdk.
Huh? Something's wrong. svn's dependencies are:
o Apache Portable Runtime
o zlib
o SQLlite (required for server-end only)
o neon or serf HTTP-client library (depending on how svn is compiled)
o OpenSSL (optional; again, depends on how svn is compiled)
o BerkeleyDB (iff svn is compiled for that, as opposed to the preferable
FSFS back-end))
o Cyrus SASL library (optional)
o Apache httpd 2.x (optional, for server end)
See: http://svn.collab.net/repos/svn/trunk/INSTALL
More information about the sf-lug
mailing list