Thursday, July 27, 2006

Building SVN for AIX 5.3

Note: Main point is build svn without Berkeley DB & shared libraries.

Steps to build SVN 1.2.0 on AIX 5.3
  1. ./configure --without-berkeley-db --enable-shared=no
  2. make
  3. make install
Thats done. Compiling it without berkley DB will make it a SVN client. SVN server requires berkeley DB. Search if you want to use it as a server.

Building libiconv for AIX 5.3

./configure --prefix=/usr/local/ --enable-static=yes --enable-shared=no
Don't require a shared library

No comments: