I can't seem to find any PHP5 rpm's for Suse 9.2. There aren't any in the listed mirrors on suse.com. Well, there are some listed here:
http://ftp.suse.com/pub/projects/apache/php5/9.2-i386/ .
I downloaded and installed php5-imap (via yast) and it did nothing. So then I tried to install it via rpm -i... and it says it's already installed.
However, whenever I do a rpm -ql php5*, I get an error that says "package php5-imap.... is not installed".
I tried "rpm --replacepkgs -i php5-imap-5...rpm" and it says: "warning: php5-imap-5...rpm: V3 DSA signature: NOKEY, key id efb694ea"
Obviously I'm fairly new to this installing rpm things, but what exactly am I missing here? Is it the "NOKEY" part? If so, where do I get a key for that file? I didn't notice any key file on that URI above.
Many thanks!