• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

How to get around the '"BC Math support" not found' error

flixiator

Chevereto Member
I have a problem because my php 5.3.3 is not compiled with --enable-bcmath on my Centos 6.3 machine.

I tried the solution ' yum install php-bcmath ' but I get this error:

"Could not retrieve mirrorlist http://nodejs.tchol.org/mirrors/nodejs-stable-el6 error was 14: PYCURL ERROR 6 - "Couldn't resolve host 'nodejs.tchol.org'"

As I don't want to recompile PHP again because it was already custom compiled before, I was wondering if this article could help me out:

http://www.webidsupport.com/forums/...the-quot-BC-Math-support-quot-not-found-error

Kind regards,

Pat
 
Refer to your hosting admin because
Code:
yum install php-bcmath
is not guarantee to work on every setup. Some people reported thay they had to use
Code:
yum install php53u-bcmath
or even
Code:
yum search bcmath
to search for the package name.

Once done, you will have to restart apache.

Cheers,
 
Back
Top