nextcloud

Dependency check
Dependencies not found.
The following PHP modules are required to use Nextcloud:
Please contact your server administrator to install the missing modules.
Can't write to the current directory. Please fix this by giving the webserver user write access to the directory.
  • zip
  • dom
  • XMLWriter
  • libxml
  • mb multibyte
  • GD
  • SimpleXML
  • curl

 

支持zip:

sudo apt-get install php-zip

sudo service apache2 restart

 

支持dom、xmlwriter、libxml:

https://www.thinbug.com/q/44045478

sudo apt-get install php-xml

sudo service apache2 restart

 

支持

  • mb multibyte
  • GD
  • SimpleXML
  • curl

 

安装phpmyadmin

Ubuntu 20.04服务器安装配置phpMyAdmin教程

sudo apt install phpmyadmin php-mbstring php-zip php-gd php-json php-curl

 

以上安装完以后,nextcloud所提示的依赖就都满足了。

 

 

Dependencies not found.
Can't write to the current directory. Please fix this by giving the webserver user write access to the directory.

此处的current directory指的是哪个目录?

webserver user指的是哪个user?

 

 

posted @ 2022-05-28 11:33  火军刀  阅读(629)  评论(0)    收藏  举报