PCRE libraries version is too old

前端 未结 4 2156
悲哀的现实
悲哀的现实 2021-02-10 04:53

The Bug Genie 3 requires PCRE librairies 8.0 or later. You have version 7.8 2008-09-05. Update your system to the latest release from your usual sources.

4条回答
  •  情歌与酒
    2021-02-10 05:36

    I'm Centos 6.3 user. This worked in my case.

    1. Search for existing pcre.

      rpm -qa | grep pcre
      
    2. Remove all existing pcre using --nodeps.

    3. Download pcre rpm higher than 8.x. I used one from http://rpmfind.net/linux/rpm2html/search.php?query=pcre

    4. Install it using rpm.

    5. Restart your web service and check phpinfo. It should reveal the pcre libraries you just installed.

提交回复
热议问题