Advertisement
MaximilianKohler

php upgrade fail

Apr 21st, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. ____ _ _ ____ _ _ _
  2. | _ \ | | | || _ \ _ | | | | _ __ __ _ _ __ __ _ __| | ___
  3. | |_) || |_| || |_) |(_) | | | || '_ \ / _` || '__|/ _` | / _` | / _ \
  4. | __/ | _ || __/ _ | |_| || |_) || (_| || | | (_| || (_| || __/
  5. |_| |_| |_||_| (_) \___/ | .__/ \__, ||_| \__,_| \__,_| \___|
  6. |_| |___/
  7.  
  8. PHP Upgrade/Downgrade - Would you like to continue? [y/n] y
  9.  
  10. ----------------------------------------------------------------
  11. Install which version of PHP? (i.e. 7.3.33, 7.4.33, 8.0.30, 8.1.28, 8.2.18, 8.3.6, NGDEBUG)
  12. PHP 7.x/7.1.x/7.2.x/7.3.x is GA Stable but still may have broken PHP extensions.
  13. NGDEBUG is PHP 8.4 dev builds minus incompatible PHP extensions
  14. ----------------------------------------------------------------
  15.  
  16. Current PHP Version: 8.1.27
  17. Latest PHP Version Installable: 8.3.6, 8.2.18, 8.1.28, 8.0.30
  18.  
  19. Enter PHP Version number you want to upgrade/downgrade to: 8.1.28
  20.  
  21. Do you still want to continue? [y/n] y
  22.  
  23. ----------------------------------------------------------------
  24. existing php.ini will be backed up at /usr/local/lib/php.ini-oldversion_210424-164828
  25. ----------------------------------------------------------------
  26.  
  27. -----------------------------------------------------------------------------------------
  28. Detected PHP 8.1 branch.
  29. You can compile Zend OPcache (Zend Optimizer Plus+) support
  30. as an alternative to using APC Cache or Xcache cache.
  31. But Zend OPcache only provides PHP opcode cache and
  32. DOESN'T do data caching, so if your web apps such as Wordpress,
  33. Drupal or vBulletin require data caching to APC or Xcache,
  34. it won't work with Zend OPcache.
  35.  
  36. -----------------------------------------------------------------------------------------
  37. Do you want to use Zend OPcache [y/n] ? y
  38.  
  39. *************************************************
  40. * Zend Optimizer Plus OPcache configured
  41. *************************************************
  42. *************************************************
  43. * Upgrading PHP
  44. *************************************************
  45. US server detected
  46. ____ _ _ ____ ____ _ _
  47. | _ \ | | | || _ \ _ | _ \ ___ __ __ _ __ | | ___ __ _ __| |
  48. | |_) || |_| || |_) |(_) | | | | / _ \\ \ /\ / /| '_ \ | | / _ \ / _` | / _` |
  49. | __/ | _ || __/ _ | |_| || (_) |\ V V / | | | || || (_) || (_| || (_| |
  50. |_| |_| |_||_| (_) |____/ \___/ \_/\_/ |_| |_||_| \___/ \__,_| \__,_|
  51.  
  52. HTTP/1.1 200 OK
  53. 1
  54. 0
  55. % Total % Received % Xferd Average Speed Time Time Time Current
  56. Dload Upload Total Spent Left Speed
  57. 100 18.9M 100 18.9M 0 0 13.0M 0 0:00:01 0:00:01 --:--:-- 13.1M
  58. Download done.
  59.  
  60. php-8.1.28.tar.gz valid file.
  61.  
  62. PHP VERSION ID: 80128
  63.  
  64. *************************************************
  65. * Updating php.ini...
  66. *************************************************
  67. old php.ini will be saved at /usr/local/lib/php.ini-oldversion_210424-164828
  68. if you have modified your old php.ini i.e. installed and loaded
  69. APC, Xcache, Memcache or Suhosin - please re-install them after php upgrade
  70. ...
  71.  
  72. checking updated php.ini compared to old /usr/local/lib/php.ini-oldversion_210424-164828
  73. please note the following differences:
  74. if APC, Xcache, Memcache, Suhosin or FFMPEG Extensions are listed please re-install them
  75.  
  76. --------------------------------------------------------------------------------------------
  77. 12,13c12,13
  78. < ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
  79. < ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
  80. ---
  81. > ; 2. The PHPRC environment variable.
  82. > ; 3. A number of predefined registry keys on Windows
  83. 457c457
  84. < ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
  85. ---
  86. > ; E_ALL - All errors and warnings
  87. 918,919c918,919
  88. < ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
  89. < ; extension folders as well as the separate PECL DLL download (PHP 5+).
  90. ---
  91. > ; - Many DLL files are located in the ext/
  92. > ; extension folders as well as the separate PECL DLL download.
  93. 963a964
  94. > ;extension=zip
  95. 1103a1105,1108
  96. > ; Use mixed LF and CRLF line separators to keep compatibility with some
  97. > ; RFC 2822 non conformant MTA.
  98. > mail.mixed_lf_and_crlf = Off
  99. >
  100. 1201,1203d1205
  101. < ; Allow or prevent reconnect
  102. < mysqli.reconnect = Off
  103. <
  104. 1269c1271
  105. < ; for all pooled server requests with Oracle 11g Database Resident
  106. ---
  107. > ; for all pooled server requests with Oracle Database Resident
  108. 1286c1288
  109. < ; Tuning: Enables statement prefetching and sets the default number of
  110. ---
  111. > ; Tuning: Enables row prefetching and sets the default number of
  112. 1289a1292,1298
  113. >
  114. > ; Tuning: Sets the amount of LOB data that is internally returned from
  115. > ; Oracle Database when an Oracle LOB locator is initially retrieved as
  116. > ; part of a query. Setting this can improve performance by reducing
  117. > ; round-trips.
  118. > ; https://php.net/oci8.prefetch-lob-size
  119. > ; oci8.prefetch_lob_size = 0
  120. --------------------------------------------------------------------------------------------
  121.  
  122. *************************************************
  123. Automatically continuing upgrade in 4 seconds...
  124. *************************************************
  125.  
  126. make: *** No rule to make target `clean'. Stop.
  127. buildconf: Checking installation
  128. buildconf: autoconf version 2.69 (ok)
  129. buildconf: Forcing buildconf. The configure files will be regenerated.
  130. buildconf: Cleaning cache and configure files
  131. buildconf: Rebuilding configure
  132. buildconf: Rebuilding main/php_config.h.in
  133. buildconf: Run ./configure to proceed with customizing the PHP build.
  134. make: *** No rule to make target `clean'. Stop.
  135. ____ _ _ ____ ____ __ _
  136. | _ \ | | | || _ \ _ / ___| ___ _ __ / _|(_) __ _ _ _ _ __ ___
  137. | |_) || |_| || |_) |(_) | | / _ \ | '_ \ | |_ | | / _` || | | || '__|/ _ \
  138. | __/ | _ || __/ _ | |___| (_) || | | || _|| || (_| || |_| || | | __/
  139. |_| |_| |_||_| (_) \____|\___/ |_| |_||_| |_| \__, | \__,_||_| \___|
  140. |___/
  141. PHP configure stage
  142.  
  143. export ONIG_CFLAGS='-I/usr/include'
  144. export ONIG_LIBS='-L/usr/lib64 -lonig'
  145.  
  146. ls -lAh /usr/include | grep onig
  147. -rw-r--r-- 1 root root 3.3K Aug 13 2019 oniggnu.h
  148. -rw-r--r-- 1 root root 6.7K Nov 10 2021 onigposix.h
  149. -rw-r--r-- 1 root root 48K Oct 7 2023 oniguruma.h
  150.  
  151. ls -lAh /usr/lib64 | grep onig
  152. lrwxrwxrwx 1 root root 18 Oct 24 23:28 libonig.so -> libonig.so.105.4.0
  153. lrwxrwxrwx 1 root root 18 Oct 24 23:28 libonig.so.105 -> libonig.so.105.4.0
  154. -rwxr-xr-x 1 root root 610K Oct 17 2023 libonig.so.105.4.0
  155. lrwxrwxrwx. 1 root root 16 Jun 27 2023 libonig.so.5 -> libonig.so.5.0.0
  156. -rwxr-xr-x. 1 root root 527K Jun 13 2022 libonig.so.5.0.0
  157.  
  158. NEWLIBICU=y
  159. NEWLIBICU=y
  160. NEWLIBICU=y
  161. Importing GPG key 0x442DF0F8:
  162. Userid : "PostgreSQL RPM Building Project <[email protected]>"
  163. Fingerprint: 68c9 e2b9 1a37 d136 fe74 d176 1f16 d2e1 442d f0f8
  164. Package : pgdg-redhat-repo-42.0-35PGDG.noarch (@pgdg-common)
  165. From : /etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
  166.  
  167.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement