Open main menu

CDOT Wiki β

Changes

Add IPv6 Support to Condor

1,058 bytes added, 14:47, 12 November 2008
Project News
**
* Configure condor
** ran condor-configure condor_configure --install=/usr/etc --type=execute,submit,manager --local-dir=/home/condor
** Error
* On Ireland system
** yum remove condor
** Download condor-7.0.5_1.fc9.src.rpm package from http://rpm.pbone.net
** $ rpmdev-setuptree
** $ cp condor-7.0.5_1.fc9.src.rpm ~/rpmbuild/SOURCES/
** $ cd ~/rpmbuild/SOURCES/
** $ rpmbuild --rebuild condor-7.0.5-1.fc9.src.rpm
***error: Failed build dependencies:
*** pcre-devel is needed by condor-7.0.5-1.fc9.x86_64
*** postgresql-devel is needed by condor-7.0.5-1.fc9.x86_64
*** openssl-devel is needed by condor-7.0.5-1.fc9.x86_64
*** gsoap-devel >= 2.7.10-2 is needed by condor-7.0.5-1.fc9.x86_64
*** classads-devel is needed by condor-7.0.5-1.fc9.x86_64
** # yum install pcre-devel postgresql-devel openssl-devel gsoap-devel classads-devel
** $ rpmbuild --rebuild condor-7.0.5-1.fc9.src.rpm
** # cd /home/kliang10/rpmbuild/RPMS
** # rpm -i condor-7.0.5-1.fc9.x86_64.rpm
** # /usr/sbin/condor_configure --install
***Missing release directories (looking in /usr):
*** sql
*** man
***Unable to find some release directories.
*** Please specify the correct location of these with
***--install=<path to release directories> or make sure it's
***in the current directory
**# yum install planner
 
 
 
 
ln -s /usr/share/planner/sql /usr/ets/sql
ln -s /usr/kerberos/man /usr/etc/man
* Install Condor
1
edit