Code Monkey home page Code Monkey logo

Comments (4)

turkicnomad avatar turkicnomad commented on June 11, 2024

What version of MariaDB is installed?

from magma.

aryanlakhani8 avatar aryanlakhani8 commented on June 11, 2024

I also Face this problem. i used a 10.3 version of mariadb

from magma.

turkicnomad avatar turkicnomad commented on June 11, 2024

from magma.

ladar avatar ladar commented on June 11, 2024

You need to run build.lib.sh mariadb-log to find out what went wrong. In all likelihood you're missing a build dependency like cmake or libbsd. On my giant TODO list is auditing precisely what packages/commands are required, and then adding logic to the bash script which detects this and tells the user what they need. Loosely, for CentOS 7 you try:

yum --assumeyes install valgrind valgrind-devel texinfo autoconf automake libtool \
ncurses-devel gcc-c++ libstdc++-devel gcc cloog-ppl cpp glibc-devel glibc-headers \
kernel-headers libgomp mpfr ppl perl perl-Module-Pluggable perl-Pod-Escapes \
perl-Pod-Simple perl-libs perl-version patch sysstat perl-Time-HiRes cmake \
libbsd libbsd-devel inotify-tools libarchive libevent memcached mysql \
mysql-server perl-DBI perl-DBD-MySQL git rsync perl-Git perl-Error perl-libintl \
perl-Text-Unidecode policycoreutils checkpolicy

That should get you everything used by the various tools/scripts in the repo, which means there are a few packages you don't actually need to build the server.

Also note, the bundled MariaDB connect is actually the client library magmad uses to connect with it's control database. You'll need a MySQl or MariaDB server to actually use the daemon. You can create that database using the schema.init.sh script. See this script for all the steps needed to setup a single production server. Naturally setting up a cluster is more complicated. Someday I'd like to have add a real installer. See issue #132 for some details.

https://github.com/lavabit/magma/blob/develop/dev/install/magmad.install.sh

from magma.

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.