Giter Site home page Giter Site logo

I can't install WhiteDB Please Help about whitedb HOT 4 OPEN

priitj avatar priitj commented on September 23, 2024
I can't install WhiteDB Please Help

from whitedb.

Comments (4)

priitj avatar priitj commented on September 23, 2024

Hi, please have a look at http://whitedb.org/install.html#anchor-2

You probably need to run ./Bootstrap before you can continue with ./configure etc.

from whitedb.

banktakumi avatar banktakumi commented on September 23, 2024

OK Thank you.
Now i can run ./configure make make install
when i finished
i run wgdb 1000 select 20 to looking data it show me

bash: wgdb: command not found

from whitedb.

priitj avatar priitj commented on September 23, 2024

I'm guessing the files were installed somewhere that is not in your default search path.

Since this will affect both binaries and libraries, the best thing I can recommend is find a guide for the distribution that you are using on how to manually compile and install programs. It should cover search paths for binaries and libraries.

If you're on Ubuntu or some other distribution that uses Debian packages, you can try this first though:

sudo apt install whitedb libwgdb-dev

Depending on what you want to do with whitedb, this may be enough. Basically you can create applications that use the C API (you will need to link them against the libwgdb library).

from whitedb.

necrophcodr avatar necrophcodr commented on September 23, 2024

@banktakumi since you're probably running this on a Unix-based system like Linux or macOS, the proper way to run a binary that is in your current directory, is to prefix the name with ./, such that the command becomes ./wgdb 1000 select 20

from whitedb.

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.