CentOS 7 Compiling errors

Delaide
Posts: 478
Joined: Sat Jun 14, 2014 8:58 am

Re: CentOS 7 Compiling errors

Post by Delaide » Wed Jun 24, 2015 4:28 am

"Change your os" answers don't really solve anything -.-

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: CentOS 7 Compiling errors

Post by kjLotus » Wed Jun 24, 2015 6:20 pm

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)

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: CentOS 7 Compiling errors

Post by Alexandre24 » Thu Jun 25, 2015 3:25 am

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 .

KOSMOS
Posts: 67
Joined: Thu Jan 29, 2015 10:36 pm

Re: CentOS 7 Compiling errors

Post by KOSMOS » Thu Mar 17, 2016 4:51 pm

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.

KOSMOS
Posts: 67
Joined: Thu Jan 29, 2015 10:36 pm

Re: CentOS 7 Compiling errors

Post by KOSMOS » Thu Mar 17, 2016 4:53 pm

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 ><

Post Reply