From: Date: April 7 2004 5:45pm Subject: Re: perl-DBD-mysql for MySQL4 List-Archive: http://lists.mysql.com/perl/2836 Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII > Hello all, > > I'm writting to this list because I can't find a RPM file to install the > perl DBD for MySQL4. > > I've installed MySQL 4 from RPM's and it went ok. > > Now I need to work with MySQL with perl and I'm not able to find the > correct rpm. The one rpm I can find uses libmysql.????.so.10 and I have > only ???.so.12. > > My system is Red Hat 9. > > Can anyone help ? Make sure that the correct mysql_config (for MySQL 4) is in you path and then: perl -MCPAN -e 'install DBD::mysql' Rudy