Eric Armstrong wrote: > Were I able to install at the default location, > things would be golden. Unfortunately, that's > not an option. make distclean ./configure --prefix=/wherever/you/want make make install Add /wherever/you/want to your $PATH. That should work. Regards, Dan