Bug 2016302
| Summary: | ganglia-web RPM requires php-xml implicitly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | sstcosaka <sstcosaka01> |
| Component: | ganglia | Assignee: | Terje Røsten <terje.rosten> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel8 | CC: | germano.massullo, isidro.gonzalez.caballero, jose.p.oliveira.oss, nick, terje.rosten |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ganglia-3.7.2-40.fc38 ganglia-3.7.2-40.el8 ganglia-3.7.2-40.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-01-22 02:31:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
sstcosaka
2021-10-21 08:50:10 UTC
- We tried similar thing with EPEL7 and RHEL7.9.
ganglia-web-3.7.5-33.el7.x86_64.rpm does not require php-xml
- It seems because
xml_parser_create was moved from libphp5.so to xml.so
((EPEL7 and RHEL7.9))
- Install DVD rpms
yum install libmemcached apr rrdtool php php-gd
- Install EPEL rpms
# rpm -ivh ganglia-3.7.2-33.el7.x86_64.rpm ganglia-gmond-3.7.2-33.el7.x86_64.rpm ganglia-gmetad-3.7.2-33.el7.x86_64.rpm ganglia-web-3.7.5-33.el7.x86_64.rpm libconfuse-2.7-7.el7.x86_64.rpm
[root@nrhel7i06 202011el7]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 (Maipo)
[root@nrhel7i06 202011el7]# rpm -qa | grep php-xml
[root@nrhel7i06 202011el7]# yum search php-xml
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
=============================================================== N/S matched: php-xml ================================================================
php-xml.x86_64 : A module for PHP applications which use XML
php-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol
Name and summary matches only, use "search all" for everything.
((xml_parser_create was moved from libphp5.so to xml.so))
$ strings /usr/lib64/httpd/modules/libphp5.so | grep xml_parser_create
xml_parser_create
xml_parser_create_ns
[root@nrhel8i11 ~]# rpm -ql php | grep so
/usr/lib64/httpd/modules/libphp7.so
[root@nrhel8i11 ~]# strings /usr/lib64/httpd/modules/libphp7.so | grep xml_parser_create
[root@nrhel8i11 ~]# rpm -ql php-xml | grep so | xargs -i bash -c "echo {} ; strings {} | grep xml_parser_create"
/usr/lib64/php/modules/dom.so
/usr/lib64/php/modules/simplexml.so
/usr/lib64/php/modules/wddx.so
/usr/lib64/php/modules/xml.so
xml_parser_create
xml_parser_create_ns
/usr/lib64/php/modules/xmlreader.so
/usr/lib64/php/modules/xmlwriter.so
/usr/lib64/php/modules/xsl.so
FEDORA-2023-15c7979634 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-15c7979634 FEDORA-2023-15c7979634 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2023-383fe230f3 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-383fe230f3 FEDORA-EPEL-2023-73fabeeb85 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-73fabeeb85 FEDORA-EPEL-2023-73fabeeb85 has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-73fabeeb85 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2023-383fe230f3 has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-383fe230f3 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2023-73fabeeb85 has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2023-383fe230f3 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report. |