jettdigitals

Member
Nov 17, 2014
5
0
1
East Tawakoni, Texas, United States
cPanel Access Level
Root Administrator
Decided to take the leap since EA4 is now considered out of beta. Need PHP7 so can start testing scripts.

I have read the how to migrate 3 to 4 and associated thread about errors below. Cannot find why failing so here I am:)

This is what I am seeing and like to get some help, please:


EasyApache 4 Installing preliminary tools.
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
epel/metalink | 12 kB 00:00
* base: mirror.5ninesolutions.com
* epel: kdeforge2.unl.edu
* extras: mirror.5ninesolutions.com
* ius: mirror.team-cymru.org
* updates: mirror.5ninesolutions.com
base | 3.7 kB 00:00
centos-sclo-rh | 2.9 kB 00:00
extras | 3.4 kB 00:00
ius | 2.2 kB 00:00
ius/primary_db | 209 kB 00:00
updates | 3.4 kB 00:00
vz-base | 951 B 00:00
vz-updates | 951 B 00:00
Resolving Dependencies
--> Running transaction check
---> Package yum-plugin-tsflags.noarch 0:1.1.30-37.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===========================================================================================
Package Arch Version Repository Size
===========================================================================================
Installing:
yum-plugin-tsflags noarch 1.1.30-37.el6 base 24 k

Transaction Summary
===========================================================================================
Install 1 Package(s)

Total download size: 24 k
Installed size: 20 k
Downloading Packages:
yum-plugin-tsflags-1.1.30-37.el6.noarch.rpm | 24 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : yum-plugin-tsflags-1.1.30-37.el6.noarch 1/1
Verifying : yum-plugin-tsflags-1.1.30-37.el6.noarch 1/1

Installed:
yum-plugin-tsflags.noarch 0:1.1.30-37.el6

Complete!
yum-plugin-tsflags-1.1.30-37.el6.noarch
Current profile has the following MPMs: ea-apache24-mod_mpm_prefork

EasyApache 4 converted your EasyApache 3 profile, with warnings.

“Cpanel::Easy::Apache::Access” ignored since it does not have an RPM.
“Cpanel::Easy::Apache::Fastcgi” ignored since it does not have an RPM.
“Cpanel::Easy::ModBandwidth” ignored since it does not have an RPM.
Do you wish to continue? [y/n]
 

jfall123

Well-Known Member
Oct 31, 2005
55
2
158
That does not look like it's failing, it's just warning you that some of the current options you have in your profile do not have RPMs. You can still continue by hitting y at the prompt
 

jettdigitals

Member
Nov 17, 2014
5
0
1
East Tawakoni, Texas, United States
cPanel Access Level
Root Administrator
That does not look like it's failing, it's just warning you that some of the current options you have in your profile do not have RPMs. You can still continue by hitting y at the prompt
Yea, after I started thread dawned on me "not failing" was best choice of words. Been long time WHM user and normally plow through but older I get, more cautious I get.

Will attempt upgrade again and hit the y.

Thank you for reply.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello @jettdigitals,

Yes, this message simply means that no comparable RPM exists with EasyApache 4:

“Cpanel::Easy::Apache::Access” ignored since it does not have an RPM.
“Cpanel::Easy::Apache::Fastcgi” ignored since it does not have an RPM.
“Cpanel::Easy::ModBandwidth” ignored since it does not have an RPM.
For instance, in the case of Mod_Access, it's deprecated in Apache 2.4. Thus, it's not included with EasyApache 4. Instead, the following modules are compiled with Apache by default:

Code:
mod_access_compat.so
mod_auth_basic.so
mod_authn_core.so
mod_authn_file.so
mod_authz_core.so
mod_authz_groupfile.so
mod_authz_host.so
mod_authz_user.so
As far as FastCGI, you can follow the progress of the feature request for this module at:

EasyApache 4 mod_fcgid

Let us know if you have any trouble with the conversion.

Thanks!
 

jettdigitals

Member
Nov 17, 2014
5
0
1
East Tawakoni, Texas, United States
cPanel Access Level
Root Administrator
Hello @jettdigitals,

As far as FastCGI, you can follow the progress of the feature request for this module at:

EasyApache 4 mod_fcgid

Let us know if you have any trouble with the conversion.

Thanks!
Thanks much for taking time to explain.

I don't think the missing mod_fcgid will cause me any issues but sure like to make sure. Can you think of anything I should look at before taking the EA4 leap?

Really need to start testing some scripts with PHP7 in live environment. Been using local server but got to do real test.

Terry
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463