user9547708
user9547708

Reputation: 397

php7.4 error PHP Fatal error: Unable to start pcre module in Unknown on line 0

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

Answers (1)

ken
ken

Reputation: 71

cd /usr/local/lib and then rm libpcre* It worked fine for me

Upvotes: 6

Related Questions