Kevin Crookes said: > > [root@Foddy kevin]# rpm -U -v nmap-3.50-1.i386.rpm > > error: Failed dependencies: > > libstdc++-libc6.2-2.so.3 is needed by nmap-3.50-1 Your RPM is built for an older RH version not FC1. You might have luck installing compat-libstdc++ to solve this dependancy. > nmap = 2:3.48 is needed by (installed) nmap-frontend-3.48-1 The version of nmap-frontend you have installed requires thte 3.48 version of nmap. Either update nmap-frontend with a newer version or remove the old version. -- William Hooper