The proper sequence of installing a OSS from source is(are)
./configure;make;make install
./configure;make install
./configure --prefix=/usr/apps;make;make install
./configure;make all;make install