Building Subversion 1.4.x with SSL on Mac OS X
January 15th, 2007I’ve built it before but I seem to always forget how it’s done. Here are the steps:
- Configure, build, and install neon 0.25.5. You must use the specific version required by subversion and at this time, subversion requires 0.25.5. Configure neon as follows:
./configure --with-ssl=openssl --enable-shared - Build and install Apache 2 as instructed from Apple’s developer site (don’t worry about configuring Apache as a webdav server).
- Download the latest version of Subversion 1.4 source
- Configure, build, and install Subversion using the configure options given at the second link above.