CentOS 7 Compiling errors
Re: CentOS 7 Compiling errors
"Change your os" answers don't really solve anything -.-
Re: CentOS 7 Compiling errors
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)Delaide wrote:"Change your os" answers don't really solve anything -.-
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)
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: CentOS 7 Compiling errors
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 .Delaide wrote:"Change your os" answers don't really solve anything -.-
Re: CentOS 7 Compiling errors
O.o I think this might get past the issue on FreeBSD too. I will try this tonight.Alexandre24 wrote:libzmq3-3.2 and zeromq-develMagnusxi 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..
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
Re: CentOS 7 Compiling errors
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 ><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!