소스 검색

Update ubuntu_18.04.rst

Added missing mbstring dependency
Stephen Ficklin 6 년 전
부모
커밋
e03ecfbbff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/user_guide/install_tripal/server_setup/ubuntu_18.04.rst

+ 1 - 1
docs/user_guide/install_tripal/server_setup/ubuntu_18.04.rst

@@ -63,7 +63,7 @@ Drupal uses PHP.   In Ubuntu 18.04 there are two different instances of PHP that
 
 .. code-block:: bash
 
-  sudo apt-get install php php-dev php-cli libapache2-mod-php
+  sudo apt-get install php php-dev php-cli libapache2-mod-php php7.2-mbstring
 
 You may notice that installing the libapach2-mod-php module will automatically restart the Apache web server which will allow it to parse PHP files.  Next, we need a few additional extension modules for PHP that support connection to a PostgreSQL database server, JSON and the GD graphics library: