Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] new install from rpm
- Date: Sat, 9 Jul 2005 01:34:55 -0400 (EDT)
- From: Robin Mordasiewicz <robin@xxxxxxxxxxx>
- Subject: [Condor-users] new install from rpm
I have installed the rpms on all my machines onto a shared NFS directory.
my host machine is RedHat v.3 x86_64
I have read the documentation over and over but am still not positive I
did everything.
My machine can compile any source rpm, but when trying to run the
condor_compile tests in the example directory I see....
[root@rnd-master examples]# condor_compile cc loop.c -o loop.remote
LINKING FOR CONDOR : /usr/bin/ld -L/proj/condor/lib -Bstatic
--eh-frame-hdr -m elf_x86_64 -Y P,/usr/lib64 -dynamic-linker
/lib64/ld-linux-x86-64.so.2 -o loop.remote /proj/condor/lib/condor_rt0.o
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64/crti.o
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/crtbeginT.o -L/proj/condor/lib
-L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3
-L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64
-L/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../.. -L/lib/../lib64
-L/usr/lib/../lib64 /tmp/ccmIOmpN.o /proj/condor/lib/libcondorzsyscall.a
/proj/condor/lib/libz.a /proj/condor/lib/libcomp_libstdc++.a
/proj/condor/lib/libcomp_libgcc.a /proj/condor/lib/libcomp_libgcc_eh.a
/proj/condor/lib/libcomp_libgcc_eh.a -lc -lnss_files -lnss_dns -lresolv
-lc -lnss_files -lnss_dns -lresolv -lc /proj/condor/lib/libcomp_libgcc.a
/proj/condor/lib/libcomp_libgcc_eh.a /proj/condor/lib/libcomp_libgcc_eh.a
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/crtend.o
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64/crtn.o
/usr/bin/ld: skipping incompatible /proj/condor/lib/libc.a when searching
for -lc
/usr/bin/ld: skipping incompatible /proj/condor/lib/libc.a when searching
for -lc
/proj/condor/lib/libcondorzsyscall.a(condor_file_agent.o)(.text+0x250): In
function `CondorFileAgent::open(char const*, int, int)':
: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64/libc.a(mmap.o)(.text+0x0):
In function `mmap64':
: multiple definition of `__mmap'
/proj/condor/lib/libcondorzsyscall.a(switches.o)(.text+0x57ec): first
defined here
/usr/bin/ld: Warning: size of symbol `__mmap' changed from 37 in
/proj/condor/lib/libcondorzsyscall.a(switches.o) to 25 in
/proj/condor/lib/libcondorzsyscall.a(switches.o)
/proj/condor/lib/libcondorzsyscall.a(internet.o)(.text+0x327): In function
`sin_to_hostname':
: Using 'gethostbyaddr' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/proj/condor/lib/libcondorzsyscall.a(internet.o)(.text+0x98): In function
`string_to_sin':
: Using 'gethostbyname' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/proj/condor/lib/libcondorzsyscall.a(sock.o)(.text+0x453): In function
`Sock::getportbyserv(char*)':
: Using 'getservbyname' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64/libc.a(fcntl.o)(.text+0xd0):
In function `fcntl':
: multiple definition of `__libc_fcntl'
/proj/condor/lib/libcondorzsyscall.a(switches.o)(.text+0x5370): first
defined here
/usr/bin/ld: Warning: size of symbol `__libc_fcntl' changed from 54 in
/proj/condor/lib/libcondorzsyscall.a(switches.o) to 256 in
/proj/condor/lib/libcondorzsyscall.a(switches.o)
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/../../../../lib64/libc.a(fork.o)(.text+0x0):
In function `fork':
: multiple definition of `__libc_fork'
/proj/condor/lib/libcondorzsyscall.a(switches.o)(.text+0x568e): first
defined here
/usr/bin/ld: Warning: size of symbol `__libc_fork' changed from 13 in
/proj/condor/lib/libcondorzsyscall.a(switches.o) to 67 in
/proj/condor/lib/libcondorzsyscall.a(switches.o)
/usr/bin/ld: skipping incompatible /proj/condor/lib/libnss_files.a when
searching for -lnss_files
/usr/bin/ld: skipping incompatible /proj/condor/lib/libnss_files.a when
searching for -lnss_files
/usr/bin/ld: cannot find -lnss_files
collect2: ld returned 1 exit status