Changes

Jump to: navigation, search

Add IPv6 Support to Condor

776 bytes added, 16:46, 19 November 2008
Project News
* Finished the [http://zenit.senecac.on.ca/wiki/index.php/V02Add_IPv6_Support_to_Condor v0.2 release]
* Send a bug report to bugzilla.redhat.com
 
Nov 19, 2008
* Install Fedora 9 for X86_64 on the virtual machine of China system(Named condor1)
* Install git
** #yum install git
* Download the source codes of Condor 7.0.5 using git
** $git clone git://git.et.redhat.com/mrg-grid.git
* Create a new branch
** $cd mrg-grid
** $git branch
** $git branch -a
** git-checkout -b steven origin/V7.0.5
* Modify the configure file
** $cd config
** $vi LINUX.cf
** Increase two lines "# elif defined(IS_GLIBC28)" and "define GlibCFlag -DGLIBC=GLIBC -DGLIBC27=GLIBC28"
** $git status
** $git-commit -a
* Install Condor
** $cd ../src
** $./build_init //--OK
** $./configure --disable-gcc-version-check --disable-glibc-version-check --disable-full-port --enable-proper //--Fail
** #yum install libpqxx libpqxx-devel csh
1
edit

Navigation menu