Articles tagged with centos


CFEngine3 Install on CentOS 5.7

Today I was tasked with installing CFEngine3 on CentOS-5.7 (A little outdated). When installing CFEngine-3.3.1 I kept getting an error that I couldn't find libtokyocabinet.so.9. I had to set my prefix to /usr/ because the location that tokyocabinet was installing my libraries to was not being read by CFEngine's make script.
To do this (I am using tokyocabinet 1.4.47)
wget http://fallabs.com/tokyocabinet/tokyocabinet-1.4.47.tar.gz
tar -xzvf tokyocabinet-1.4.47.tar.gz
cd tokyocabinet-1.4.47/
./configure --prefix=/usr/
make
sudo make install

Then I was able to ./configure …

[read post]




Older Blog Posts


Tyrel's Blog

Code, Flying, Tech, Automation