minaco2 / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

RPM fails to automatically start distccd in Rocks 5.2/CentOS 5.3 #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When installing the distcc-server RPM on Rocks5.2/CentOS 5.3, the install
script fails to set up rc.d to automatically start distccd

Answering the following questions is a big help:

1. What version of distcc are you using?

Building from 3.1-1 source using 'make rpm', and the distcc-server package
deployed and installed to host. Probably installed with rpm.

2. What platform are you running on?

Rocks 5.2, a cluster distribution based on CentOS 5.3

uname -a:
Linux compute-0-0.local 2.6.18-128.1.14.el5 #1 SMP Wed Jun 17 06:38:05 EDT
2009 x86_64 x86_64 x86_64 GNU/Linux

cc --version
cc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-44)

3. What were you trying to do?

Install the distccd-server rpm package

4. What went wrong?

symlinks to distccd in /etc/rc.d/rc?.d directory were not automatically
created by rpm package.

Resolved by running chkconfig --add distcc
created K20distcc symlinks in rc?.d directories.

Original issue reported on code.google.com by bloodr...@gmail.com on 14 Jul 2009 at 12:04