Hi Patrick!
The reason that nothing happens is, that you are installing the source code. As i can see on the e-smith ftp site, the binary file is not there ( e-smith-3.0.3-cb2.i386.rpm ) You can of course make your own binary release, but you need to do that in a computer with Redhat + development tools. After you have installed the source code with the command
rpm -i e-smith-3.0.3-cb2.src.rpm You will find the file e-smith.spec in the directory /usr/src/RPM/SPECS To compile the source, rpm -ba e-smith.spec
The binary file are then located in the directory /usr/src/RPM/RPMS/i386
Bengt