RedBeardLab / rediSQL

Redis module that provides a completely functional SQL database
https://redisql.com
Other
1.55k stars 150 forks source link

Steps to build rediSQL from source in centos 7 #82

Closed shannonantony closed 4 years ago

shannonantony commented 5 years ago

Please provide steps to install rediSQL from source under Centos 7.

thanks

jaison

siscia commented 5 years ago

Hi!

It requires to have a working version of bindgen ( https://github.com/rust-lang/rust-bindgen/blob/master/README.md )

That as you can see, requires few packages to be installed in the system: https://rust-lang.github.io/rust-bindgen/requirements.html

If I remember correctly there was several issues with Centos7 , I would suggest to you a more modern system altogether if it is possible.

(Honestly can't wait for Centos8!)