When I do yum installed | grep pcre
I get:
pcre.x86_64 8.32-15-el7_2.1 @updates
pcre-devel.x86_64 8.32-15-el7_2.1 @updates
- How do I upgrade these to the most recent versions (currently 8.40)?
Do I have to uninstall the existing packages first (I tried doing yum remove pcre and it looked like it was going to uninstall a million packages so I cancelled it)?
Can a precompiled repo be used so I can continue using yum update or do I need to compile it?
- I saw a PCRE install via compile tutorial but am not sure if this is correct for CentOS.
Reason Upgrade Needed: My CMS, TYPO3 8.7.2, requires a minimum PCRE 8.38.
Note: I'm hosting this myself on a dedicated server I own so don't have anyone to lean on.