Advertisement
Guest User

Untitled

a guest
Sep 11th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1.  
  2. Do you want to run YUM install checks ? [y/n]
  3.  
  4. This will increase your upgrade duration time wise.
  5. Check the change log centminmod.com/changelog.html
  6. to see if any Nginx or PHP related new additions
  7. which require checking YUM prequisites are met.
  8. If no new additions made, you can skip the
  9. YUM install check to speed up upgrade time.
  10.  
  11. [y/n]:
  12. PHP Upgrade - Would you like to continue? [y/n] y
  13.  
  14. Install which version of PHP? (version i.e. 5.4.39): 7.0.0RC2
  15. Do you want to update to latest php-fpm.conf ? It will overwrite your existing php-fpm.conf [y/n]: y
  16. Does this server have less than <=2048MB of memory installed ? [y/n]: n
  17. *************************************************
  18. * Upgrading PHP
  19. (B*************************************************
  20. grep: php-5.5.19: Is a directory
  21. grep: php-5.6.12: Is a directory
  22. yum -y erase php*
  23. Loaded plugins: fastestmirror
  24. Setting up Remove Process
  25. No Match for argument: php-5.4.39
  26. Loading mirror speeds from cached hostfile
  27. * base: centos.bhs.mirrors.ovh.net
  28. * epel: mirror.steadfast.net
  29. * extras: centos.mirror.netelligent.ca
  30. * rpmforge: repoforge.mirror.constant.com
  31. * rpmforge-extras: repoforge.mirror.constant.com
  32. * updates: centos.bhs.mirrors.ovh.net
  33. No Match for argument: php-5.4.39.tar.gz
  34. No Match for argument: php-5.5.19
  35. No Match for argument: php-5.5.19.tar.gz
  36. No Match for argument: php-5.6.12
  37. No Match for argument: php-5.6.12.tar.gz
  38. No Packages marked for removal
  39. --2015-09-11 22:39:36-- http://php.net/get/php-7.0.0RC2.tar.gz/from/this/mirror
  40. Resolving php.net... 72.52.91.14, 2a02:cb41::7
  41. Connecting to php.net|72.52.91.14|:80... connected.
  42. HTTP request sent, awaiting response... 404 Not Found
  43. 2015-09-11 22:39:36 ERROR 404: Not Found.
  44.  
  45. tar (child): php-7.0.0RC2.tar.gz: Cannot open: No such file or directory
  46. tar (child): Error is not recoverable: exiting now
  47. tar: Child returned status 2
  48. tar: Error is not recoverable: exiting now
  49. inc/php_upgrade.inc: line 180: cd: php-7.0.0RC2: No such file or directory
  50.  
  51. *************************************************
  52. * Updating php.ini...
  53. (B*************************************************
  54. old php.ini will be saved at /usr/local/lib/php.ini-oldversion_110915-223914
  55. if you have modified your old php.ini i.e. installed and loaded
  56. APC, Xcache, Memcache or Suhosin - please re-install them after php upgrade
  57. ...
  58. cp: cannot stat `php.ini-production': No such file or directory
  59.  
  60. make: *** No rule to make target `clean'. Stop.
  61. inc/php_upgrade.inc: line 223: ./buildconf: No such file or directory
  62. make: *** No rule to make target `clean'. Stop.
  63. ../configure --enable-cgi --enable-fpm --enable-pcntl --with-snmp --with-mhash --with-zlib --with-gettext --enable-intl --enable-exif --enable-zip --with-bz2 --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --with-pear --enable-mbstring --with-openssl --with-mysql=mysqlnd --with-libdir=lib64 --with-mysqli=mysqlnd --with-mysql-sock=/var/lib/mysql/mysql.sock --with-curl --with-gd --with-xmlrpc --enable-bcmath --enable-calendar --enable-ftp --enable-gd-native-ttf --with-freetype-dir=lib64 --with-jpeg-dir=lib64 --with-png-dir=lib64 --with-xpm-dir=lib64 --enable-pdo --with-pdo-sqlite --with-pdo-mysql=mysqlnd --enable-inline-optimization --with-imap --with-imap-ssl --with-kerberos --with-readline --with-libedit --with-gmp --with-pspell --with-tidy --with-enchant --with-fpm-user=nginx --with-fpm-group=nginx --disable-fileinfo --with-config-file-scan-dir=/etc/centminmod/php.d
  64. inc/php_configure.inc: line 130: ../configure: No such file or directory
  65. make: *** No targets specified and no makefile found. Stop.
  66.  
  67. real 0m0.001s
  68. user 0m0.000s
  69. sys 0m0.001s
  70. make: *** No rule to make target `install'. Stop.
  71.  
  72. real 0m0.001s
  73. user 0m0.001s
  74. sys 0m0.000s
  75. Gracefully shutting down php-fpm done
  76. Starting php-fpm done
  77. *************************************************
  78.  
  79. Fri Sep 11 22:39:37 UTC 2015
  80. Success: PHP configure ok
  81.  
  82. *************************************************
  83. make -j13
  84. make: *** No targets specified and no makefile found. Stop.
  85.  
  86. real 0m0.001s
  87. user 0m0.000s
  88. sys 0m0.001s
  89. *************************************************
  90.  
  91. Fri Sep 11 22:39:37 UTC 2015
  92. Error: 2, PHP make failed (1.2.3-eva2000.07)
  93.  
  94. *************************************************
  95.  
  96. ccache stats:
  97. cache directory /home/.ccache
  98. cache hit (direct) 1671
  99. cache hit (preprocessed) 1245
  100. cache miss 6062
  101. called for link 622
  102. called for preprocessing 354
  103. compile failed 97
  104. preprocessor error 86
  105. bad compiler arguments 78
  106. unsupported source language 139
  107. autoconf compile/link 1042
  108. unsupported compiler option 14
  109. no input file 272
  110. files in cache 13667
  111. cache size 431.6 Mbytes
  112. max cache size 2.0 Gbytes
  113.  
  114.  
  115. Total PHP Upgrade Time: 11.243775728 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement