0

I am trying to run easyapache on my server and get the following error:

!! Failed to install CPAN Perl module(s) Tie::IxHash Net::SSL Date::Format B::Fathom Net::Ident Mail::Send B::LexInfo Devel::Symdump BSD::Resource Inline Data::Flow Time::ParseDate IPC::Run3 Devel::Cover !!

The idea is to add mbstring extension to my PHP.

Any idea of the problem or how to add this extension without run easyapache?

Chankey Pathak
  • 21,187
  • 12
  • 85
  • 133
Cropis
  • 280
  • 2
  • 7

1 Answers1

2

Error message says it clearly, it failed to install some Perl modules. Try installing them like below.

$ cpan Tie::IxHash

See:

Community
  • 1
  • 1
Chankey Pathak
  • 21,187
  • 12
  • 85
  • 133