Thanks for the help Giulio. Using that configure statement (with gcc): CC="gcc" LDFLAGS="-L/usr/local/lib" ./configure -C --disable-shared --without-ssl \ --without-berkeley-db --prefix=/usr/local/svn--with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util \ --without-apxs --without-serf --disable-nls
helped me get to the make install but now I'm getting the following error: /usr/svn/subversion-1.6.11/build/install-sh -c -m 644 ./subversion/svnsync/svnsync.1 /usr/local/svn/share/man/man1/svnsync.1 /usr/svn/subversion-1.6.11/build/install-sh -c -m 644 ./subversion/svnversion/svnversion.1 /usr/local/svn/share/man/man1/svnver sion.1 subversion/svnversion/svnversion . /repos/svn/trunk > /usr/local/svn/include/subversion-1/svn-revision.txt Could not load program /usr/svn/subversion-1.6.11/subversion/svnversion/.libs/lt-svnversion: Could not load module /usr/svn/subversion-1.6.11/subversion/libsvn_subr/.libs/libsvn_subr-1.so. Dependent module /usr/local/apr-util/lib/libexpat.a(libexpat.so.1) could not be loaded. Member libexpat.so.1 is not found in archive Could not load module lt-svnversion. Dependent module /usr/svn/subversion-1.6.11/subversion/libsvn_subr/.libs/libsvn_subr-1.so could not be loaded. Could not load module . make: The error code from the last command is 255. Stop. Any ideas on what might be stopping the install? expat? Thanks, Robert