Oliver Hookins wrote: > On Sun Oct 15, 2006 at 20:44:44 +1000, Oliver Hookins wrote: > >> OK well aside from this issue, has anyone got FDS running on RHEL 2.1? >> > > I guess nobody has... well in any case I've downloaded the dsbuild 1.0.3 > tarball and attempted to do a build on RHEL ES 2.1. Not surprisingly, it > fails. Can anyone shed some light on these error messages? I started the > build with make BUILD_RPM=1 NOJAVA=1 SNMP_SOURCE=1 > I'm not sure, but it looks like a glibc compatability issue. You might have to install some sort of gcc or glibc compat package. On the other hand, it may require a newer version of gcc/glibc than AS 2.1 has. > make FREEBL_CHILD_BUILD=1 \ > OBJDIR=OPT.OBJ/Linux_SINGLE_SHLIB libs > make[5]: Entering directory > `/share/rpmbuild/BUILD/dsbuild-fds103/ds/mozilla/work/mozilla/security/nss/lib/freebl' > rm -f OPT.OBJ/Linux_SINGLE_SHLIB/libfreebl3.so > gcc -shared -Wl,-z,defs -Wl,-soname -Wl,libfreebl3.so > -Wl,--version-script,OPT.OBJ/Linux_SINGLE_SHLIB/freebl.def -Wl,-Bsymbolic -o > OPT.OBJ/Linux_SINGLE_SHLIB/libfreebl3.so > OPT.OBJ/Linux_SINGLE_SHLIB/freeblver.o OPT.OBJ/Linux_SINGLE_SHLIB/ldvector.o > OPT.OBJ/Linux_SINGLE_SHLIB/prng_fips1861.o > OPT.OBJ/Linux_SINGLE_SHLIB/sysrand.o OPT.OBJ/Linux_SINGLE_SHLIB/sha_fast.o > OPT.OBJ/Linux_SINGLE_SHLIB/md2.o OPT.OBJ/Linux_SINGLE_SHLIB/md5.o > OPT.OBJ/Linux_SINGLE_SHLIB/sha512.o OPT.OBJ/Linux_SINGLE_SHLIB/alghmac.o > OPT.OBJ/Linux_SINGLE_SHLIB/rawhash.o OPT.OBJ/Linux_SINGLE_SHLIB/alg2268.o > OPT.OBJ/Linux_SINGLE_SHLIB/arcfour.o OPT.OBJ/Linux_SINGLE_SHLIB/arcfive.o > OPT.OBJ/Linux_SINGLE_SHLIB/desblapi.o OPT.OBJ/Linux_SINGLE_SHLIB/des.o > OPT.OBJ/Linux_SINGLE_SHLIB/rijndael.o > OPT.OBJ/Linux_SINGLE_SHLIB/aeskeywrap.o OPT.OBJ/Linux_SINGLE_SHLIB/dh.o > OPT.OBJ/Linux_SINGLE_SHLIB/ec.o OPT.OBJ/Linux_SINGLE_SHLIB/pqg.o > OPT.OBJ/Linux_SINGLE_SHLIB/dsa.o OPT.OBJ/Linux_SINGLE_SHLIB/rsa.o > OPT.OBJ/Linux_SINGLE_SHLIB/shvfy.o OPT.OBJ/Linux_SINGLE_SHLIB/tlsprfalg.o > OPT.OBJ/Linux_SINGLE_SHLIB/mpprime.o OPT.OBJ/Linux_SINGLE_SHLIB/mpmontg.o > OPT.OBJ/Linux_SINGLE_SHLIB/mplogic.o OPT.OBJ/Linux_SINGLE_SHLIB/mpi.o > OPT.OBJ/Linux_SINGLE_SHLIB/mp_gf2m.o OPT.OBJ/Linux_SINGLE_SHLIB/mpcpucache.o > OPT.OBJ/Linux_SINGLE_SHLIB/mpi_x86.o > ../../../../dist/OPT.OBJ/lib/libsecutil.a -L../../../../dist/OPT.OBJ/lib > -lplc4 -lplds4 -lnspr4 -lpthread -ldl -lc/lib/libc.so.6: undefined > reference to `_dl_lazy at GLIBC_2.1.1' > /lib/libc.so.6: undefined reference to `_dl_dst_substitute at GLIBC_2.1.1' > /lib/libc.so.6: undefined reference to `_dl_out_of_memory at GLIBC_2.2' > /lib/libc.so.6: undefined reference to `_dl_relocate_object at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `_dl_clktck at GLIBC_2.2' > /lib/libc.so.6: undefined reference to `__libc_enable_secure at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `_dl_catch_error at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `_dl_platformlen at GLIBC_2.1.1' > /lib/libc.so.6: undefined reference to > `_dl_lookup_versioned_symbol_skip at GLIBC_2.0' > /lib/libc.so.6: undefined reference to > `_dl_lookup_versioned_symbol at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `_dl_mcount at GLIBC_2.1' > /lib/libc.so.6: undefined reference to `_dl_dst_count at GLIBC_2.1.1' > /lib/libc.so.6: undefined reference to `_dl_initial_searchlist at GLIBC_2.1' > /lib/libc.so.6: undefined reference to `_dl_start_profile at GLIBC_2.1' > /lib/libc.so.6: undefined reference to `_dl_lookup_symbol at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `__libc_stack_end at GLIBC_2.1' > /lib/libc.so.6: undefined reference to `_dl_argv at GLIBC_2.2' > /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libpthread.so: undefined > reference to `_dl_cpuclock_offset' > /lib/libc.so.6: undefined reference to `_dl_loaded at GLIBC_2.1' > /lib/libc.so.6: undefined reference to `_dl_origin_path at GLIBC_2.1.1' > /lib/libc.so.6: undefined reference to `_dl_check_map_versions at GLIBC_2.2' > /lib/libc.so.6: undefined reference to `_dl_map_object at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `_dl_main_searchlist at GLIBC_2.1' > /lib/libc.so.6: undefined reference to `_dl_debug_mask at GLIBC_2.2.3' > /lib/libc.so.6: undefined reference to `_dl_load_lock at GLIBC_2.2' > /lib/libc.so.6: undefined reference to `_dl_profile at GLIBC_2.1' > /lib/libc.so.6: undefined reference to `_dl_debug_state at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `_dl_init_all_dirs at GLIBC_2.2' > /lib/libc.so.6: undefined reference to `_r_debug at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `_dl_unload_cache at GLIBC_2.1' > /lib/libc.so.6: undefined reference to `_dl_signal_error at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `_dl_debug_printf at GLIBC_2.2.3' > /lib/libc.so.6: undefined reference to `_dl_init at GLIBC_2.2' > /lib/libc.so.6: undefined reference to `_dl_all_dirs at GLIBC_2.2' > /lib/libc.so.6: undefined reference to `_dl_map_object_deps at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `_dl_nloaded at GLIBC_2.2' > /lib/libc.so.6: undefined reference to `_dl_profile_map at GLIBC_2.1' > /lib/libc.so.6: undefined reference to `_dl_profile_output at GLIBC_2.1' > /lib/libc.so.6: undefined reference to `_dl_pagesize at GLIBC_2.2' > /lib/libc.so.6: undefined reference to `_dl_lookup_symbol_skip at GLIBC_2.0' > /lib/libc.so.6: undefined reference to `_dl_fpu_control at GLIBC_2.1' > /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libdl.so: undefined > reference to `_dl_catch_error' > /lib/libc.so.6: undefined reference to `_dl_global_scope_alloc at GLIBC_2.1' > collect2: ld returned 1 exit status > make[5]: *** [OPT.OBJ/Linux_SINGLE_SHLIB/libfreebl3.so] Error 1 > make[5]: Leaving directory > `/share/rpmbuild/BUILD/dsbuild-fds103/ds/mozilla/work/mozilla/security/nss/lib/freebl' > make[4]: *** [libs] Error 2 > make[4]: Leaving directory > `/share/rpmbuild/BUILD/dsbuild-fds103/ds/mozilla/work/mozilla/security/nss/lib/freebl' > make[3]: *** [libs] Error 2 > make[3]: Leaving directory > `/share/rpmbuild/BUILD/dsbuild-fds103/ds/mozilla/work/mozilla/security/nss/lib' > make[2]: *** [libs] Error 2 > make[2]: Leaving directory > `/share/rpmbuild/BUILD/dsbuild-fds103/ds/mozilla/work/mozilla/security/nss' > make[1]: *** [build-custom] Error 2 > make[1]: Leaving directory `/share/rpmbuild/BUILD/dsbuild-fds103/ds/mozilla' > make: *** [dep-../../ds/mozilla] Error 2 > > > -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3178 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.fedoraproject.org/pipermail/389-users/attachments/20061030/35312a86/attachment.bin