GithubHelp home page GithubHelp logo

Comments (5)

psi-mankoski avatar psi-mankoski commented on May 29, 2024

Hello. The current Aerospike Server CE 4.6.0.2 source builds fine for us under Ubuntu 18.04.
Some questions:
1). Have you made sure to pull the submodules? ("git submodule update --init")?
2). Have you checked that you have installed all of the tool chain and library dependencies listed in the "README.md"?
3). If it still doesn't build for you, could you please send a detailed build log showing the commands used and the failure?
Thanks.

from aerospike-server.

Junus avatar Junus commented on May 29, 2024

Hi @psi-mankoski,
I'm getting error while I'm trying to do make tar or make deb. Could you help me with that

make -C pkg/tar EDITION=community
make[1]: Entering directory '/FOLDER/aerospike-server/pkg/tar'
install -pm 755 -Dd /FOLDER/aerospike-server/pkg/dist/BUILD/aerospike-server
install -pm 644 -D /FOLDER/aerospike-server/pkg/tar/README /FOLDER/aerospike-server/pkg/dist/BUILD/aerospike-server/README
install -pm 644 -D ../../LICENSE /FOLDER/aerospike-server/pkg/dist/BUILD/aerospike-server/LICENSE
install -pm 755 -Dd /FOLDER/aerospike-server/pkg/dist/BUILD/aerospike-server/bin
install -pm 755 -D ../../target/Linux-x86_64/bin/asd /FOLDER/aerospike-server/pkg/dist/BUILD/aerospike-server/bin/asd
install: cannot stat '../../target/Linux-x86_64/bin/asd': No such file or directory
Makefile:20: recipe for target 'dist' failed
make[1]: *** [dist] Error 1
make[1]: Leaving directory '/home/junus/github/aerospike-server/pkg/tar'
Makefile:128: recipe for target 'tar' failed
make: *** [tar] Error 2

from aerospike-server.

psi-mankoski avatar psi-mankoski commented on May 29, 2024

Hello. Did you do a "make" (with no arguments) first? The "make tar" / "make deb" / etc., targets are just packaging options, and they all only work after the basic "make" has completed successfully. It seems the "No such file..." error on the "bin/asd" executable means the basic build is not complete. If you encounter any errors doing that initial "make", please send them and I'll recommend how to proceed. Thanks.

from aerospike-server.

Junus avatar Junus commented on May 29, 2024

Hello. Did you do a "make" (with no arguments) first? The "make tar" / "make deb" / etc., targets are just packaging options, and they all only work after the basic "make" has completed successfully. It seems the "No such file..." error on the "bin/asd" executable means the basic build is not complete. If you encounter any errors doing that initial "make", please send them and I'll recommend how to proceed. Thanks.

Thanks, @psi-mankoski you were right, now everything is working

from aerospike-server.

psi-mankoski avatar psi-mankoski commented on May 29, 2024

OK ~~ Glad it's working for you!

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.