Reputation: 397
when I run the php -v command I get this error, php version 7.4 | 7.3, there are no problems on version 7.2
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
Upvotes: 1
Views: 2966
Reputation: 71
cd /usr/local/lib and then rm libpcre* It worked fine for me
cd /usr/local/lib
rm libpcre*
Upvotes: 6