Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. Checking for CPAN (v1.81) ok: found v1.960001
  2. Checking for YAML (any) ok: found v0.84
  3. Checking for ExtUtils-MakeMaker (v6.31) ok: found v6.62
  4. Going to read '/root/.cpan/Metadata'
  5. Database was generated on Sat, 20 Oct 2012 10:07:03 GMT
  6. Installing DBD:mysql version 4.022...
  7. Running install for module 'DBD::mysql'
  8. Running make for C/CA/CAPTTOFU/DBD-mysql-4.022.tar.gz
  9. Checksum for /root/.cpan/source/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.022.tar.gz ok
  10.  
  11. CPAN.pm: Going to build C/CA/CAPTTOFU/DBD-mysql-4.022.tar.gz
  12.  
  13. Can't exec "mysql_config": No such file or directory at Makefile.PL line 83.
  14.  
  15. Cannot find the file 'mysql_config'! Your execution PATH doesn't seem
  16. not contain the path to mysql_config. Resorting to guessed values!
  17. Can't exec "mysql_config": No such file or directory at Makefile.PL line 479.
  18. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  19. Can't exec "mysql_config": No such file or directory at Makefile.PL line 479.
  20. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  21. Can't exec "mysql_config": No such file or directory at Makefile.PL line 479.
  22. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  23.  
  24.  
  25. PLEASE NOTE:
  26.  
  27. For 'make test' to run properly, you must ensure that the
  28. database user 'root' can connect to your MySQL server
  29. and has the proper privileges that these tests require such
  30. as 'drop table', 'create table', 'drop procedure', 'create procedure'
  31. as well as others.
  32.  
  33. mysql> grant all privileges on test.* to 'root'@'localhost' identified by 's3kr1t';
  34.  
  35. You can also optionally set the user to run 'make test' with:
  36.  
  37. perl Makefile.PL --testuser=username
  38.  
  39. Can't exec "mysql_config": No such file or directory at Makefile.PL line 479.
  40. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  41. Can't exec "mysql_config": No such file or directory at Makefile.PL line 479.
  42. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  43. Can't exec "mysql_config": No such file or directory at Makefile.PL line 479.
  44. Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
  45. Failed to determine directory of mysql.h. Use
  46.  
  47. perl Makefile.PL --cflags=-I<dir>
  48.  
  49. to set this directory. For details see the INSTALL.html file,
  50. section "C Compiler flags" or type
  51.  
  52. perl Makefile.PL --help
  53. Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site LIB="/var/www/bugzilla-4.2.3/lib" INSTALLMAN1DIR="/var/www/bugzilla-4.2.3/lib/man/man1" INSTALLMAN3DIR="/var/www/bugzilla-4.2.3/lib/man/man3" INSTALLBIN="/var/www/bugzilla-4.2.3/lib/bin" INSTALLSCRIPT="/var/www/bugzilla-4.2.3/lib/bin" INSTALLDIRS=perl]
  54. CAPTTOFU/DBD-mysql-4.022.tar.gz
  55. /usr/bin/perl Makefile.PL INSTALLDIRS=site LIB="/var/www/bugzilla-4.2.3/lib" INSTALLMAN1DIR="/var/www/bugzilla-4.2.3/lib/man/man1" INSTALLMAN3DIR="/var/www/bugzilla-4.2.3/lib/man/man3" INSTALLBIN="/var/www/bugzilla-4.2.3/lib/bin" INSTALLSCRIPT="/var/www/bugzilla-4.2.3/lib/bin" INSTALLDIRS=perl -- NOT OK
  56. Skipping test because of notest pragma
  57. Running make install
  58. Make had some problems, won't install
  59. Could not read metadata file. Falling back to other methods to determine prerequisites
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement