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

[condor-users] Master-Worker installation problems



I tried to install MW without success:

After executing "./configure" I got:

nm: /lib/libcondorsyscall.a: No such file or directory

So, I tried to add --with-ldflags="-L/unsup/condor/lib" or setenv LDFLAGS "-L/unsup/condor/lib"

But it didn't solve the wrong search path. Finally it was solved by adding:
"setenv CONDOR_DIR /unsup/condor" which is not documented in the INSTALL file!


Then, I noticed this message:

-- You don't have fork capable condor_compile version, won't use NWS.

What does it mean? and how to correct it?

Then, "make" passed ok but "make check" failed with these errors:
....
/unsup/condor/lib/libc.a(nsswitch.o)(.data+0x20c):/home/condor/execute/dir_30197/condor6.6.5/externals/build/glibc-2.3.2.27.9.7/glibc-2.3.2.27.9.7/nss/nsswitch.c:185: undefined reference to `_nss_files_endspent'
/unsup/condor/lib/libc.a(nsswitch.o)(.data+0x214):/home/condor/execute/dir_30197/condor6.6.5/externals/build/glibc-2.3.2.27.9.7/glibc-2.3.2.27.9.7/nss/nsswitch.c:183: undefined reference to `_nss_files_setspent'
/unsup/condor/lib/libc.a(nsswitch.o)(.data+0x21c): In function `__nss_configure_lookup':
/home/condor/execute/dir_30197/condor6.6.5/externals/build/glibc-2.3.2.27.9.7/glibc-2.3.2.27.9.7/nss/nsswitch.c:209: undefined reference to `_nss_files_getspnam_r'
collect2: ld returned 1 exit status
make[2]: *** [masternewmatmul_file] Error 1
make[2]: Leaving directory `/scratch/mw/examples/newmatmul'
make[1]: *** [check] Error 2



I use:
$CondorVersion: 6.6.5 May 3 2004 $
$CondorPlatform: I386-LINUX-RH9 $
from ron.cs.wisc.edu, and the latest MW from the website: http://www.cs.wisc.edu/condor/mw


I would appreciate any help.

-Guy

Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>