Building Subversion 1.4.x with SSL on Mac OS X

January 15th, 2007

I’ve built it before but I seem to always forget how it’s done. Here are the steps:

  1. 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
  2. Build and install Apache 2 as instructed from Apple’s developer site (don’t worry about configuring Apache as a webdav server).
  3. Download the latest version of Subversion 1.4 source
  4. Configure, build, and install Subversion using the configure options given at the second link above.

Comments are closed.