Hi Simon, On Mon, Nov 11, 2002 at 11:49:17AM +1100, Simon Bryan wrote: > I am running on RH7.2 and have installed MySQL server and clients from the > rpm files and it is running fine, howver the files that CPAN complains about > are nowhere to be found on my system (did a slocate -u and then tried > locate). Does this mean I have to unistall from the rpm's and get a source > file? I am asking before doing due to the large (for me) download required. > > When I go to CPAN to install the DBD::mysql module I get the following, any > clues appreciated. > > Can't exec "mysql_config": No such file or directory at Makefile.PL line > 169.
mysql_config is included in the main mysql rpm. Does it show up if you do a 'rpm -ql mysql | grep config'? It's usually /usr/bin/mysql_config. What are the rpms you're using? Cheers, Gavin -- Open Fusion P/L - Open Source Business Solutions [ Linux - Perl - Apache ] http://www.openfusion.com.au - Fashion is a variable, but style is a constant - Programming Perl -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
