centos?

Added by Chetery almost 7 years ago

Has anybody managed to compile server on centos?
If so any clues on dependencies/packages needed would be greatly appreciated.
I am current stuck on lua libraries and luabind (luabind apparently wants some pearl and ruby things too)


Replies (5)

RE: centos? - Added by Chetery almost 7 years ago

Still looking for clues to get liblua on centos - I have lua50 and lua 5.1 but still nothing shows up /usr/lib.

RE: centos? - Added by molator almost 7 years ago

I'm almost done with CentOS 5.7.
I will share my notes soon.

For liblua:
wget http://pkgs.repoforge.org/lua/lua-5.1.4-2.el4.rf.i386.rpm
wget http://pkgs.repoforge.org/lua/lua-devel-5.1.4-2.el5.rf.i386.rpm
rpm -i lua-5.1.4-2.el4.rf.i386.rpm lua-devel-5.1.4-2.el5.rf.i386.rpm
or
wget http://pkgs.repoforge.org/lua/lua-5.1.4-2.el4.rf.x86_64.rpm
wget http://pkgs.repoforge.org/lua/lua-devel-5.1.4-2.el5.rf.x86_64.rpm
rpm -i lua-5.1.4-2.el4.rf.x86_64.rpm lua-devel-5.1.4-2.el5.rf.x86_64.rpm

RE: centos? - Added by Chetery almost 7 years ago

How is it going? I decided to wait a bit and not try to reinvent the wheel but if I got to busy maybe I should get back to trying to sort it out?

RE: centos? - Added by molator almost 7 years ago

I'm reinventing the wheel.

In CentOS 5.7, GCC is to old to build Ryzom Core.
So i'm studying how to build a recent rev of GCC.
I solved all the other issues so far.

RE: centos? - Added by Chetery over 6 years ago

So is centos a lost cause?

(1-5/5)