Upgrading software under linux
Hello, which is the best way to upgrade software under linux.I'm using RHEL3, MySQL have just release new version. And I want to upgrade it. I built it from source using ./configure && make && make install
Now how to upgrade it? Just built again and install over?