Coder Social home page Coder Social logo

Comments (4)

kportertx avatar kportertx commented on June 19, 2024

The next release is patched to compile on Ubuntu 18.04 which currently uses GCC 7.3. In the meantime you can downgrade your GCC to compile:

On Ubuntu 17 I did the following to downgrade g++:

sudo apt install g++-6
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 10
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 20
sudo update-alternatives --config g++ # interactive step.

from aerospike-server.

karlhiramoto avatar karlhiramoto commented on June 19, 2024

Also saw this on tag 4.0.0.4 Amazon linux2 (rpm based) https://aws.amazon.com/amazon-linux-2/

from aerospike-server.

kportertx avatar kportertx commented on June 19, 2024

This issue is independent of your package manager. The current code-base will not compile using GCC 7. This has already been addressed internally and will be released with 4.1.x. In the meantime you could use Amazon Linux 1 or downgrade g++ to version 6 and remake.

from aerospike-server.

psi-mankoski avatar psi-mankoski commented on June 19, 2024

This issue is resolved starting with the Aerospike Server CE 4.1.0.1 release.

from aerospike-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.