Public bug reported: What happens ============ $ sudo apt install drupal7 (on Ubuntu 16.04 LTS currently, you'll also need to sudo apt install libapache2-mod-php $ sudo a2enconf drupal7 Enabling conf drupal7. To activate the new configuration, you need to run: service apache2 reload $ sudo systemctl reload apache2
Open your webbrowser to http://localhost/drupal/install.php The installer complains that it needs the php xml extensions. See attached screenshot. What works ========== $ sudo apt install php-xml $ sudo systemctl reload apache2 What's needed ============= drupal7 should depend on php-xml drupal7 7.44-1 on Ubuntu 16.10 (yakkety) and drupal7 7.43-3~16.04.0 on Ubuntu 16.04 LTS from xenial-proposed ** Affects: drupal7 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1595788 Title: drupal7 needs dependency on php-xml To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/drupal7/+bug/1595788/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
