Advertisement
Guest User

Untitled

a guest
Jan 29th, 2012
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. hecking for module DBD::mysql:
  2. Not installed, do you want to install it now? {y|n} [y]
  3. Attempting to install DBD::mysql...
  4. Going to read '/root/.cpan/Metadata'
  5. Database was generated on Sat, 28 Jan 2012 02:14:35 GMT
  6. Running install for module 'DBD::mysql'
  7. Running make for C/CA/CAPTTOFU/DBD-mysql-4.020.tar.gz
  8. Checksum for /root/.cpan/sources/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.020.tar.gz ok
  9.  
  10. CPAN.pm: Going to build C/CA/CAPTTOFU/DBD-mysql-4.020.tar.gz
  11.  
  12. Can't exec "mysql_config": No such file or directory at Makefile.PL line 83.
  13.  
  14. Cannot find the file 'mysql_config'! Your execution PATH doesn't seem
  15. not contain the path to mysql_config. Resorting to guessed values!
  16. Can't exec "mysql_config": No such file or directory at Makefile.PL line 478.
  17. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  18. Can't exec "mysql_config": No such file or directory at Makefile.PL line 478.
  19. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  20. Can't exec "mysql_config": No such file or directory at Makefile.PL line 478.
  21. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  22.  
  23.  
  24. PLEASE NOTE:
  25.  
  26. For 'make test' to run properly, you must ensure that the
  27. database user 'root' can connect to your MySQL server
  28. and has the proper privileges that these tests require such
  29. as 'drop table', 'create table', 'drop procedure', 'create procedure'
  30. as well as others.
  31.  
  32. mysql> grant all privileges on test.* to 'root'@'localhost' identified by 's3kr1t';
  33.  
  34. You can also optionally set the user to run 'make test' with:
  35.  
  36. perl Makefile.PL --testuser=username
  37.  
  38. Can't exec "mysql_config": No such file or directory at Makefile.PL line 478.
  39. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  40. Can't exec "mysql_config": No such file or directory at Makefile.PL line 478.
  41. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  42. Can't exec "mysql_config": No such file or directory at Makefile.PL line 478.
  43. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  44. Failed to determine directory of mysql.h. Use
  45.  
  46. perl Makefile.PL --cflags=-I<dir>
  47.  
  48. to set this directory. For details see the INSTALL.html file,
  49. section "C Compiler flags" or type
  50.  
  51. perl Makefile.PL --help
  52. Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
  53. 'YAML' not installed, will not store persistent state
  54. CAPTTOFU/DBD-mysql-4.020.tar.gz
  55. /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
  56. Running make test
  57. Make had some problems, won't test
  58. Running make install
  59. Make had some problems, won't install
  60. Checking for module DBD::mysql: Install of DBD::mysql failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement