Post
Topic
Board Announcements (Altcoins)
Re: [ANN][YAC] yacoin: yet another altcoin. START is now.
by
eddyfitz
on 08/05/2013, 14:01:42 UTC
How do you get yacoind to run on centos? It requires libboost and i can't install libboost... Sad

Try yum install boost-devel

If it works please post about it in the How to mine YAC thread. Wink

Doesn't work, still says the same thing.

Also, where is centos library folder located? Can't seem to find it...

/usr/lib is empty.

Ok, got it working on centos:

- download boost
- unpack & run ./bootsrtrap.sh
- run ./b2 install
- copy libs from stage/lib to /usr/lib64/ if needed

compile & enjoy Smiley