I installed subversion from source. I forgot the --with-ssl option when running ./configure. Now, I reconfigured and reinstalled, but the binary doesn't seem to change.

How do I uninstall and reinstall with new configuration?

link|improve this question
feedback

1 Answer

You have reconfigured, reinstall but did you recompile first, before reinstalling? Reconfiguring alone isn't enough.

./configure
make
make install
link|improve this answer
In other words, ./configure --..., then make, then make install – VonC May 8 '11 at 11:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.