[chef] Re: problem starting chef-server on RHEL6


Chronological Thread 
  • From: < >
  • To:
  • Subject: [chef] Re: problem starting chef-server on RHEL6
  • Date: Sun, 2 Oct 2011 20:21:46 -0700 (PDT)

SOLUTION/FIX

I got caught out by this one as well.  Its actually a simple solution.  gecode
is installed to /usr/local/lib which is NOT in the dynamic library search path
for Centos6/Rhel6.  All you need to do is:

# echo "/usr/local/lib" >> /etc/ld.so.conf
# ldconfig

After the path /usr/local/lib is in the ld.so.conf file and ldconfig is run,
you should be able to start the service without the aforementioned issue.  
This
thread seems to suggest that you need to install gecode from a 3rd party rpm
repo, which is not the case!!

With regards,

Patrick



Archive powered by MHonArc 2.6.16.

§