Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.11 KB | None | 0 0
  1. # composer install --no-dev --optimize-autoloader
  2. Do not run Composer as root/super user! See https://getcomposer.org/root for details
  3. Loading composer repositories with package information
  4. Installing dependencies from lock file
  5. Your requirements could not be resolved to an installable set of packages.
  6.  
  7.   Problem 1
  8.     - The requested PHP extension ext-mbstring * is missing from your system. Install or enable PHP's mbstring extension.
  9.  Problem 2
  10.    - The requested PHP extension ext-zip * is missing from your system. Install or enable PHP's zip extension.
  11.   Problem 3
  12.     - aws/aws-sdk-php 3.74.1 requires ext-simplexml * -> the requested PHP extension simplexml is missing from your system.
  13.     - aws/aws-sdk-php 3.74.1 requires ext-simplexml * -> the requested PHP extension simplexml is missing from your system.
  14.     - Installation request for aws/aws-sdk-php 3.74.1 -> satisfiable by aws/aws-sdk-php[3.74.1].
  15.  
  16.   To enable extensions, verify that they are enabled in your .ini files:
  17.     - /etc/php/7.3/cli/php.ini
  18.     - /etc/php/7.3/cli/conf.d/10-mysqlnd.ini
  19.     - /etc/php/7.3/cli/conf.d/10-opcache.ini
  20.     - /etc/php/7.3/cli/conf.d/10-pdo.ini
  21.     - /etc/php/7.3/cli/conf.d/20-calendar.ini
  22.     - /etc/php/7.3/cli/conf.d/20-ctype.ini
  23.     - /etc/php/7.3/cli/conf.d/20-exif.ini
  24.     - /etc/php/7.3/cli/conf.d/20-fileinfo.ini
  25.     - /etc/php/7.3/cli/conf.d/20-ftp.ini
  26.     - /etc/php/7.3/cli/conf.d/20-gettext.ini
  27.     - /etc/php/7.3/cli/conf.d/20-iconv.ini
  28.     - /etc/php/7.3/cli/conf.d/20-json.ini
  29.     - /etc/php/7.3/cli/conf.d/20-mysqli.ini
  30.     - /etc/php/7.3/cli/conf.d/20-pdo_mysql.ini
  31.     - /etc/php/7.3/cli/conf.d/20-phar.ini
  32.     - /etc/php/7.3/cli/conf.d/20-posix.ini
  33.     - /etc/php/7.3/cli/conf.d/20-readline.ini
  34.     - /etc/php/7.3/cli/conf.d/20-shmop.ini
  35.     - /etc/php/7.3/cli/conf.d/20-sockets.ini
  36.     - /etc/php/7.3/cli/conf.d/20-sysvmsg.ini
  37.     - /etc/php/7.3/cli/conf.d/20-sysvsem.ini
  38.     - /etc/php/7.3/cli/conf.d/20-sysvshm.ini
  39.     - /etc/php/7.3/cli/conf.d/20-tokenizer.ini
  40.   You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
  41. [root@host /var/www/panel]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement