You should Reply All so that our conversation stays on the mailing list so others can benefit from it.
On Feb 7, 2012, at 14:48, Masaru Kitajima wrote: > Hi Ryan, > > Thank you for replying to me. > > Yes, when I type "which ssh", the server tells me"/usr/bin/ssh". > > I installed Subversion in order I mention below. > %mkdir -p $HOME/usr/local > %mkdir -p $HOME/src/subversion > %cd $HOME/src/subversion > %wget http://subversion.tigris.org/downloads/subversion-1.6.15.tar.gz > %wget http://subversion.tigris.org/downloads/subversion-deps-1.6.15.tar.gz > %tar xzf subversion-1.6.15.tar.gz > %tar xzf subversion-deps-1.6.15.tar.gz > %cd subversion-1.6.15 > %./configure --prefix=$HOME/usr/local > %gmake prefix=$HOME/usr/local > %gmake prefix=$HOME/usr/local install > %mkdir $HOME/svn > %cd $HOME/svn > %svnadmin create reps > > /usr/bin_ssh exists and works. So, I need to rebuild Subversion, I understand. > But how can I tell it the correct ssh path? I'm not sure, I just assumed that, since the error message said "usr/bin/ssh", which is not a valid path, instead of "/usr/bin/ssh", that something must be telling Subversion to use that wrong path. Do you perhaps have an environment variable set (such as SVN_SSH) that mentions that path? Or something in your .profile, .bash_profile, .bashrc, etc.? P.S: If you're building from source, why use an old version? If you require the 1.6.x branch for some reason, then 1.6.17 is the latest version of that branch, but 1.7.2 is the latest stable version, so I recommend you use that instead. http://subversion.apache.org/download/