Support » Plugin: Benchmark » Fails on localhost

Viewing 1 replies (of 1 total)
  • You need the bcmath library… I’m not sure if you need to recompile on your Mac or how to fix, but on CentOS you could do this:

    • sudo yum -y install php-bcmath

    Or if you use IUS repos, you might need to do either of these:

    • sudo yum -y install php53u-bcmath
    • or sudo yum -y install php54-bcmath

    Then restart Apache

Viewing 1 replies (of 1 total)
  • The topic ‘Fails on localhost’ is closed to new replies.