PHP update failure

Linode Staff

Hello,

I am receiving a notification about PHP update failures continuously. I reached out to cPanel support about this topic.
They investigated the situation and returned the following information to me.


We have tried running yum update in your server and it shows errors as bellow. Can you please check yum errors with your server administrator or service provider so we can assist you better way.

Error: Package: 2:vim-enhanced-7.4.629-5.el68.1.x8664 (base)
Requires: libperl.so()(64bit)


1 Reply

Hello,

It looks like you are missing the perl-libs package. I suggest running the following command.

sudo yum install perl-libs

And then run

sudo yum update

After the update runs you want to restart Apache through cPanel to pick up on any new PHP updates.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct