Bug 43558 - GuzzleHttp\Client NOT OK (Failed to load class GuzzleHttp\Client from github.com/guzzle
Summary: GuzzleHttp\Client NOT OK (Failed to load class GuzzleHttp\Client from github....
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: roundcube (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-17 17:06 MSK by annschafer
Modified: 2022-08-17 17:06 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description annschafer 2022-08-17 17:06:42 MSK
roundcube-1.5.3-alt1

При первоначальной настройке на первом шаге установщика GuzzleHttp\Client NOT OK(Failed to load class GuzzleHttp\Client from github.com/guzzle

Шаги воспроизведения:
1. # apt-get install roundcube roundcube-apache2 mariadb-server postfix-dovecot dovecot
2. # cat > /etc/httpd2/conf/sites-available/roundcube.conf <<EOF
Alias /roundcube /usr/share/roundcube
<Directory "/usr/share/roundcube">
        Options FollowSymLinks
        AllowOverride Limit FileInfo Options
        Require all granted
</Directory>
EOF
3. # a2ensite roundcube && a2enmod rewrite
4. # systemctl start httpd2 mysqld
5. # echo "CREATE DATABASE roundcubemail;" | mysql -u root
6. # echo "CREATE USER 'roundcube'@'localhost' IDENTIFIED BY '1';" | mysql -u root
7. # echo "GRANT ALL PRIVILEGES ON roundcubemail.* to 'roundcube'@'localhost';" | mysql -u root
8. # mysql -u roundcube -p1 roundcubemail < /usr/share/roundcube/SQL/mysql.initial.sql
9. # cat /etc/roundcube/config.inc.php.sample > /etc/roundcube/config.inc.php
10. # sed -i "s/roundcube:pass/roundcube:1/g" /etc/roundcube/config.inc.php
11. # echo "\$config['enable_installer'] = true;" >> /etc/roundcube/config.inc.php
12. # cat > /usr/share/roundcube/installer/.htaccess <<EOF
<ifModule mod_authz_core.c>
#    Require all denied
</ifModule>
<ifModule !mod_authz_core.c>
    Deny from all
</ifModule>
EOF
13. # echo "date.timezone = 'Europe/Moscow'" >> /etc/php/7.2/apache2-mod_php/php.ini
14. # systemctl restart httpd2 mysqld
15. # control postfix server
16. # echo "auth_username_format = %n" >> /etc/dovecot/conf.d/10-auth.conf
17. # systemctl start dovecot postfix
15. Перейти по адресу: http://${serv_ip}/roundcube/installer/index.php

Ожидаемый результат: Статус либо "OK", либо "NOT AVAILABLE".

Реальный результат: NOT OK