I was trying to install the Mailparse PECL extension with WHM/cPanel and it kept failing because re2c was missing.
Asked
Active
Viewed 6,229 times
1 Answers
3
- Download the RPM from EPEL (you can use cURL): http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/r/re2c-0.14.3-2.el7.x86_64.rpm
curl http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/r/re2c-0.14.3-2.el7.x86_64.rpm --output re2c-0.14.3-2.el7.x86_64.rpm
- Install the RPM
rpm -Uvh re2c-0.14.3-2.el7.x86_64.rpm
- That's it.

Jonathan Roy
- 903
- 11
- 20