Hello I am going through the installation of apigee edge on redhat. I am done with all other profiles, but now struggling with "Developer portal" setup.
It fails with below error:-
--> Finished Dependency Resolution Error: Package: php73-mbstring-7.3.18-2.el7.ius.x86_64 (apigee-thirdparty) Requires: libonig.so.5()(64bit) Error: Package: php73-cli-7.3.18-2.el7.ius.x86_64 (apigee-thirdparty) Requires: libargon2.so.0()(64bit) Error: Package: php73-fpm-7.3.18-2.el7.ius.x86_64 (apigee-thirdparty) Requires: libargon2.so.0()(64bit)
Can somebody help please.
Hi @Umair hanif
can you share the steps from scratch here.
You had this issue while installing PHP73 packages in RHEL right. For the first install we usually install epel and ius repo and make sure repos are enabled.
When you run the yum install php73-fpm-* and other modules. It will always update to latest available versions. You can also try installing some older versions and see. PHP7.3.12 change the package version names accordingly.
I have a Question: what’s the reason for using ius repo instead of RHEL one? Is that IUS packages are the only one recommended for DrUpal ?
regards,
Imran
Answer by Kamaljeet Singh · Jul 19, 2020 at 12:59 PM
Just found the solution - We need to enable epel repo.
sudo rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum update
Answer by umair hanif · Aug 13, 2020 at 10:42 AM
Hi Kamalijeet,
I have executed the above commands but this solution doesn't work. Please find the attached screenshot for your reference.