Page 2 of 2

Re: CentOS 7 Compiling errors

Posted: Wed Jun 24, 2015 4:28 am
by Delaide
"Change your os" answers don't really solve anything -.-

Re: CentOS 7 Compiling errors

Posted: Wed Jun 24, 2015 6:20 pm
by kjLotus
Delaide wrote:"Change your os" answers don't really solve anything -.-
both the CI build box and my test environment are on ubuntu, you should expect to have to fix some things yourself if you use any other distro (especially one with a different package manager)

i believe most problems are either caused by an older version of gcc, or the package names being different (as is the case for centOS)

Re: CentOS 7 Compiling errors

Posted: Thu Jun 25, 2015 3:25 am
by Alexandre24
Delaide wrote:"Change your os" answers don't really solve anything -.-
I give him a solution that works 100% , and where he will not have to take the head . It is based on Ubuntu (same terminal command apt-get install for example, same packages too) and it is very far more stable as Ubuntu . It was I who gave her a way to install it under CentOS. But the way to compile it under CentOS is not easy .

Re: CentOS 7 Compiling errors

Posted: Thu Mar 17, 2016 4:51 pm
by KOSMOS
Alexandre24 wrote:
Magnusxi wrote:I have libzmq3-3.2... but i dont have and cannot seem to find libzmq3-dev, do you happen to know the install command? yum install libzmq3-dev returns no package..
libzmq3-3.2 and zeromq-devel

Install that : libzmq3-3.2
wget http://dl.fedoraproject.org/pub/epel/7/ ... x86_64.rpm

rpm -ivh --nodeps zeromq3-devel-3.2.5-1.el7.x86_64.rpm

LuaJIT-2.0.2

cd /opt
wget http://luajit.org/download/LuaJIT-2.0.2.tar.gz
tar -zxvf LuaJIT-2.0.2.tar.gz

cd LuaJIT-2.0.2
make && make install

or sudo make install if you are not root.

LuaJIT-devel 2.0.3-3

wget http://ftp.tmapy.cz/tmapy-twist/centos/ ... x86_64.rpm
rpm -ivh --nodeps luajit********

After that:
- git
- automake
- mariadb*
- lua
- lua-devel
- gcc-c++
- gawk
- make

Zmq.hpp

git clone http://github.com/zeromq/cppzmq
cd cppzmq
sudo cp zmq.hpp /usr/include/

The compilation is a success at home
O.o I think this might get past the issue on FreeBSD too. I will try this tonight.

Re: CentOS 7 Compiling errors

Posted: Thu Mar 17, 2016 4:53 pm
by KOSMOS
Alexandre24 wrote:Always the problem? Why you will does not install Linux Mint? It's very cool, easy (it's the same thing that Ubuntu without the scrap lol), stable et work perflectly for DSP!
Does Linux Mint use RedHat/Cent init though? I am trying to get away from that kernel and even Debain has started to use it now ><