-
Notifications
You must be signed in to change notification settings - Fork 1.7k
"Make error" on centos 6 #2528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
fix : scl enable devtoolset-2 bash
|
Hi @065191 , For the first of the two issues that you report, my guess is that your version of pcre is sufficiently out of date that that constant is not defined. I believe the relevant package for CentOS is pcre-devel. |
Package pcre-devel-7.8-7.el6.x86_64 already installed and latest version |
Hi @065191 , From this source: https://www.pcre.org/original/changelog.txt ... PCRE_NOTEMPTY_ATSTART ... was added to pcre in version 8, which is later than yours. Version 8.00 itself is already very old. If the 7.8 version of pcre that you have is the most recent available via repo, that may be because CentOS 6.8 itself is past end-of-life. I would suggest upgrading to a supported version of the OS. If for some reason you need to stick with that, you could try upgrading your pcre version manually. |
cd /opt |
|
How about this error: "geo_lookup.cc:131:78: error: invalid conversion from ‘const MMDB_s*’ to ‘MMDB_s*’"? I have the same issue and can't find the cause. @065191 were you able to solve it? |
Describe the bug
Info
gcc version 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC)
OS - Centos 6.8
scl enable devtoolset-8 bash
git clone --branch v3/master
On ubuntu assembled without problems. On centos 6 - problems
The text was updated successfully, but these errors were encountered: