[root@janus i386]# rpm -i curl-6.2-1.i386.rpm GnomePM-0.6.0-1.i386.rpm error: failed dependencies: netscape-navigator >= 4.5 is needed by GnomePM-0.6.0-1 [root@janus i386]# rpm -qa | grep netscape netscape-communicator-4.7-2 netscape-common-4.7-2 [root@janus i386]# It should check for communicator or navigator, not just navigator (communicator is often installed as default, while navigator isn't)
OK. Thanks for the heads up. I have changed the requires line for this to be /usr/bin/netscape instead of listing a package. Tim