On Fri, Apr 18, 2008 at 11:00 AM, Roger Price <[EMAIL PROTECTED]> wrote: > I removed the current rpm's (2.2.0) with rpm -e and tried to install the > 2.2.2-pre2 rpm (a big thankyou to Arjen de Korte and Arnaud Quette). > > glacon2 # rpm -Uvh nut-2.2.2-pre2.i586.rpm > error: Failed dependencies: > libgd.so.2 is needed by nut-2.2.2-pre2.i586 > libneon.so.26 is needed by nut-2.2.2-pre2.i586 > libnetsnmp.so.15 is needed by nut-2.2.2-pre2.i586 > > These three libraries are present: > > glacon2 # locate libgd.so.2 > /usr/lib64/libgd.so.2 > /usr/lib64/libgd.so.2.0.0 > glacon2 # locate libneon.so.26 > /usr/lib64/libneon.so.26 > /usr/lib64/libneon.so.26.0.4 > glacon2 # locate libnetsnmp.so.15 > /usr/lib64/libnetsnmp.so.15 > /usr/lib64/libnetsnmp.so.15.1.0
The libraries are present, yes, but they are 64bit and you are trying to install a 32bit rpm. You can either install the 32bit versions of those libraries, or try rebuilding the rpm to obtain a 64bit one. -- Carlos Rodrigues _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

