Now the make step fails with /home/ostraaten/subversion_export/subversion/libsvn_subr/.libs/libsvn_subr-1.so: undefined reference to `apr_hash_do' collect2: ld returned 1 exit status make: *** [subversion/svn/svn] Error 1
I think I'm doing the configure step wrong, this is what I now have ./configure --with-apr=/home/ostraaten/apr/apr-1.4.2 --with-apr-util=/home/ostraaten/apr/apr-util-1.3.9 --with-apxs="/usr/bin/apxs2" --disable-mod-activation --with-serf=/usr/local/serf with-apr and with-apr-util is probably incorrect but at the moment is the only values I found would run. I tried to use my apache2 and the installed apr lib (/usr/local/apr/lib) but that wouldn't run. Onno