[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Compiling condor on SUSE-x86



Hello Group,

I tried to compile the condor on SUSE-10.2 x86 platform.
I dowloaded the source, I followed the README.building.
When I type make, it started to set ip the libc (Setting up glibc-2.5-20061008T1257-p0), then start to run a configure script which return with the folowing error:

checking LD_LIBRARY_PATH variable... contains current directory
configure: error:
*** LD_LIBRARY_PATH shouldn't contain the current directory when
*** building glibc. Please change the environment variable
*** and run configure again.
configure failed
ERROR: build_glibc-2.5-20061008T1257-p0 returned: 1
ERROR: unable to build glibc-2.5-20061008T1257-p0
ERROR: aborting

The working directory _is not_ in the LD_LIBRARY_PATH:
pwd
/home/karoly/Desktop/condor-7.0.3/src

echo $LD_LIBRARY_PATH
:/lib/root:/cern/src/explora_home/lib:/cern/geant4/lib/Linux-g++/Linux-g++:/cern/geant4/lib/Linux-g++/Linux-g++/Linux-g++:/cern/Pythia6/:/cern/cernlib/lib:/cern/CLHEP/lib:/cern/src/root_5.17/lib/root:/cern/explora/lib

[anyway ... is it essential to rebuild the glibc?]



I can reproduce it on a 64bits system (2 x quad-core Xeon, SUSE 10.3) and on my home system, too (core2duo 64bits debian 4.0).

I am not keen on to build from scratch the system, but there is no SUSE and neither Debian 64bits build avaible to download.

How can I solve this problem?


Thanx in advance,

Karoly Makonyi