Hello All, I'm not completely sure this is the right place to ask... so if it isn't please point me in the right direction and I do admit I'm a little new at this so I apologize in advance for any idiocy on my part. In a nutshell, I'm trying to get my Perl installation (stock RPM's on a RedHat Linux 7.2 system) to talk to my MySQL installation (compiled from sources). I've tried looking on Google, Redhat and Perl.com and can't seem to find any advice that applies. Whenever I try and do....
rpm -iUv ftp://ftp.redhat.com/pub/redhat/linux/7.3/en/os/i386/RedHat/RPMS/perl-DBD-MySQL-1.2219-6.i386.rpm I get the error message: error: failed dependencies: libmysqlclient.so.10 is needed by perl-DBD-MySQL-1.2219-6 So I tried using Locate and I can see that the file exists in "/usr/local/mysql/lib/mysql/libmysqlclient.so.10" So does anyone have and ideas or pointers on how I might fix this and let RPM know that the file exists? Thanks! Matt
