Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


install_php_8_1_modules_gmp_bc_math_nextcloud_27_0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install_php_8_1_modules_gmp_bc_math_nextcloud_27_0 [2023/06/24 17:57] wikiadmininstall_php_8_1_modules_gmp_bc_math_nextcloud_27_0 [2023/06/24 18:15] (current) wikiadmin
Line 1: Line 1:
-====== Install the PHP 8.1 Modules or Extensions GMP and BC Math for NextCloud 27 Requirements ======+====== Install the PHP 8.1 Modules or Extensions of 'GMPand 'BC Mathfor NextCloud 27 Requirements on Ubuntu Server 24.02 ======
  
-Run this command:+NextCloud 27 Administration Overview Page may alert you to the following: 
 + 
 +The PHP modules "gmp" and/or "bcmath" are not enabled. If you use WebAuthn passwordless authentication, these modules are required. 
 + 
 +If these modules are configured, users can elect use WebAuthn passwordless authentication (presumably to log into NextCloud).  If you want to enable these modules/extensions (GMP and BC Math) then,  
 + 
 +If your NextCloud instance is installed on Ubuntu 22.04 with PHP 8.1, then run this command to install the correct php version of gmp and bcmath:
  
 <code> <code>
Line 54: Line 60:
 </code> </code>
  
-Now restart Apache2 webserver to ensure these PHP changes take effect.+Run the following command to check for a complete list of all PHP Modules that are installed and available to be enabled by apache2 restart.  Note that this option -m, however, may not indicate which modules are actually enabled (such as upon the next restart of Apache2).
  
 <code> <code>
-sudo systemctl restart apache2+php -m
 </code> </code>
  
-Run the following to check for all the installed and enabled PHP Modules.+Now restart Apache2 webserver to ensure these PHP changes are actually enabled.  This was necessary after installing the gmp  and bcmath modules because I checked the NextCloud Administration Overview page and the alert message was still there stating, "The PHP modules "gmp" and/or "bcmath" are not enabled . .  etc."  
  
 <code> <code>
-php -m+sudo systemctl restart apache2
 </code> </code>
 +
 +
 +
install_php_8_1_modules_gmp_bc_math_nextcloud_27_0.1687629457.txt.gz · Last modified: 2023/06/24 17:57 by wikiadmin