I'm trying to install mySQL on this Yellow Dog distro and when I tried to install the server, it required the client. So then I went to install the client and it had several perl depencies, which I went on to install. So then I go back to install the last dependency left before installing the client, called perl-DBD-MySQL-2.1017-3.ppc.rpm. When I try to install the RPM, I get the following error: [root@atchisonkansas RPMS]# rpm -i perl-DBD-MySQL-2.1017-3.ppc.rpm warning: perl-DBD-MySQL-2.1017-3.ppc.rpm: V3 DSA signature: NOKEY, key ID aeb6b9c4 error: Failed dependencies: libmysqlclient.so.10 is needed by perl-DBD-MySQL-2.1017-3 When I try to install the mySQL client, I get the following error: [root@atchisonkansas RPMS]# rpm -i mysql-3.23.54a-4.ppc.rpm warning: mysql-3.23.54a-4.ppc.rpm: V3 DSA signature: NOKEY, key ID aeb6b9c4 error: Failed dependencies: perl-DBD-MySQL is needed by mysql-3.23.54a-4 perl(CGI) is needed by mysql-3.23.54a-4 How can you get around this, or can you? Thanks! Chris I need to get mySQL running, so any help is appreciated.