search for: bloadmap

Displaying 20 results from an estimated 53 matches for "bloadmap".

2002 Aug 07
0
AIX 4.3.3/OpenSSH 3.4p1 compile problem
...penbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -L/usr/local/lib -L/usr/athena/lib -L/usr/afsws/lib -blibpath:/usr/lib:/lib:/usr/local/lib:/usr/athena/lib -lssh -lopenbsd-compat -lkafs -ldes -lkrb -lz -lcrypto -lld -ldes ld: 0711-317 ERROR: Undefined symbol: .issuid ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8 Building against the following: zlib 1.1.4 openssl 0.9.6d (compiled with xlc) krb4-1.1.1 (compiled with xlc) tcpwrappers 7.6 This is the output from configure: OpenSSH has been configured wi...
2008 Jun 03
1
IBM-AIX 5.2 (GCC 4.2.4 installed) - Error while executing 'make'
...: .dtrsm ld: 0711-317 ERROR: Undefined symbol: .ddot ld: 0711-317 ERROR: Undefined symbol: .dnrm2 ld: 0711-317 ERROR: Undefined symbol: .dtrsl ld: 0711-317 ERROR: Undefined symbol: .dscal ld: 0711-317 ERROR: Undefined symbol: .dpofa ld: 0711-317 ERROR: Undefined symbol: .daxpy ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The e...
2003 May 12
1
Building Openssh-3.6.1p2 with Darren Tucker's AIX Password Expiry patch
...prngd-socket=/dev/egd-pool --prefix=/usr/local/openssh I run into the following errors when I run make: ld: 0711-317 ERROR: Undefined symbol: .aix_remove_embedded_newlines ld: 0711-317 ERROR: Undefined symbol: expire_message ld: 0711-317 ERROR: Undefined symbol: login_message ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. I am able to compile and use openssh without the patch. Any ideas? I am currently not a member of this list so please respond to sonnyjz at admsystems.upe...
2006 Feb 25
1
Compiling Samba on AIX 5.3 with idmap_rid fails
...IBM's compiler and not gcc. The compilation fails as follows: [...] Compiling sam/idmap.c Compiling sam/idmap_util.c Compiling sam/idmap_ldap.c Compiling sam/idmap_tdb.c Compiling sam/idmap_rid.c Linking bin/winbindd ld: 0711-317 ERROR: Undefined symbol: .idmap_rid_init ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: The error code from the last command is 8. When I use gcc, it also fails at the same point. I also tried "--with-shared-modules=idmap_rid". The compilation then succeeds, but winbindd then instantly crashes with a signal 11. What ca...
2005 May 17
0
Building openssh4.0p1 on AIX 5.3 with openssl 0.9.7g and tcp_wrapper
...cerpts from config.log +14369 configure:13739: cc -o conftest -g -I/opt/freeware/ssl -I/opt/freeware/i nclude -L/opt/freeware/ssl -L/opt/freeware/include conftest.c -lcrypto -lz -L /opt/freeware/lib >&5 +14370 ld: 0711-317 ERROR: Undefined symbol: .RAND_add +14371 ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more inform ation. +14372 configure:13745: $? = 8 +14373 configure: failed program was: +14532 | char RAND_add (); +14533 | int +14534 | main () +14535 | { +14536 | RAND_add (); +14537 | ; +14538 | return 0; +14539 | } +14540 configure:13798: cc -o co...
2015 Oct 15
3
Building R for AIX in 64-bit mode
...ld: 0711-415 WARNING: Symbol R_ReadItemDepth is already exported. ld: 0711-224 WARNING: Duplicate symbol: BM_norm_keep ld: 0711-224 WARNING: Duplicate symbol: N01_kind ld: 0711-224 WARNING: Duplicate symbol: LoadInitFile ld: 0711-224 WARNING: Duplicate symbol: R_ReadItemDepth ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock collect2: error: ld returned 8 exit status root at x072:[/data/prj/cran/64/R-3.2.2/src/main] Now add the -lpthread gcc -maix64 -std...
2005 May 13
1
R make errors
...log10 ld: 0711-317 ERROR: Undefined symbol: .floor ld: 0711-317 ERROR: Undefined symbol: .libintl_gettext ld: 0711-317 ERROR: Undefined symbol: .pow ld: 0711-317 ERROR: Undefined symbol: .sin ld: 0711-317 ERROR: Undefined symbol: .cos ld: 0711-317 ERROR: Undefined symbol: .tan ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. I understand I have to edit the Makefile. Can someone tell me which Makefile(folder) an...
2015 Jul 09
1
Compiling on AIX 6.1
...-threads --enable-version-specific-runtime-libs --disable-nls --enable-decimal-float=dpd --host=powerpc-ibm-aix6.1.0.0 Thread model: aix gcc version 4.4.5 (GCC) No matter what I try, I keep getting the following errors. ld: 0711-224 WARNING: Duplicate symbol: R_ReadItemDepth ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .__nearbyintl128 ld: 0711-317 ERROR: Undefined symbol: .__log1pl128 collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Any ideas on how to correct this? Thanks Phil Ph...
2015 Jul 09
1
Compiling on AIX 6.1
...-threads --enable-version-specific-runtime-libs --disable-nls --enable-decimal-float=dpd --host=powerpc-ibm-aix6.1.0.0 Thread model: aix gcc version 4.4.5 (GCC) No matter what I try, I keep getting the following errors. ld: 0711-224 WARNING: Duplicate symbol: R_ReadItemDepth ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .__nearbyintl128 ld: 0711-317 ERROR: Undefined symbol: .__log1pl128 collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Any ideas on how to correct this? Thanks Phil Ph...
2003 Apr 08
2
OpenSSH compilation in AIX
...4.3.3 and 5.1. > Not my situation is as follows: > openssh-3.6.1p1 > AIX 4.2 > gcc > /usr/bin/ld (AIX-binary) > > and upon linking of ssh I get "undefined symbol: .__inet_ntoa" and the same > with inet_aton, followed by "use -bloadmap". > If I use -bloadmap I get "cannot find or open libgcc.a" - which is available, > and I even tried to give its path via -L to the linker. > > Do you have any suggestions? inet_ntoa is part of libc.a (on AIX 4.2.1 anyway). The man page contains some conflicting inform...
2002 Nov 25
1
AIX 4.3.3/OpenSSH 3.5p1 compile problem
...penbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -L/usr/local/lib -L/usr/athena/lib -L/usr/afsws/lib -blibpath:/usr/lib:/lib:/usr/local/lib:/usr/athena/lib -lssh -lopenbsd-compat -lkafs -ldes -lkrb -lz -lcrypto -lld -ldes ld: 0711-317 ERROR: Undefined symbol: .issuid ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8 Building against the following: zlib 1.1.4 openssl 0.9.6g (compiled with xlc) krb4-1.2 (compiled with xlc) tcpwrappers 7.6 This is the output from configure: OpenSSH has been configured with...
2008 Jun 30
1
AIX 5.3 --enable-R-shlib make error with R-2.7.1
...ix64 -std=gnu99 -Wl,-brtl -Wl,-bexpall -Wl,-bpT:0x100000000 -Wl,-bpD:0x110000000 -lc -L//users/apps/crm_cm/n731661x/usr/local/lib/ppc64 -L//users/apps/crm_cm/n731661x/usr/local/lib -o R.bin Rmain.o -L../../lib -lR ld: 0711-317 ERROR: Undefined symbol: R_running_as_main_program ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make[3]: *** [R.bin] Error 1 make[3]: Leaving directory `/home/apps/crm_cm/n731661x/src/R-2.7.1/src/main' make[2]: *** [R] Error 2 make[2]: Leaving directory `/home/apps/crm_cm/n731661x/src/R-2.7.1/src/main'...
1999 Jul 20
2
R 0.65 and AIX: if it quacks like a duck...
...d */" (get rids of the warning) 5) CC=cc ../configure Note this is broken for the dependency check (ld barfs the error message to stdout instead of the log file?) checking whether cc accepts -M for generating dependencies... ld: 0711-317 ERROR : Undefined symbol: .main ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. no Note 2 that configure leaves a file called "-fp-no-toc" behind. Oops. 6) make && make check and everything looks ok. --> Compile with gcc: 1) 2) 3) 4) like above Additionally edit *sock.c: 5b) In appl/Rsock.c and appl/s...
2015 Mar 24
5
[Bug 2371] New: make check fails when using --without-openssl on AIX
...ined symbol: .BN_new ld: 0711-317 ERROR: Undefined symbol: .BN_clear_free ld: 0711-317 ERROR: Undefined symbol: .BN_cmp ld: 0711-317 ERROR: Undefined symbol: .BN_bn2hex ld: 0711-317 ERROR: Undefined symbol: .ERR_get_error ld: 0711-317 ERROR: Undefined symbol: .ERR_error_string ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Stop. However, ssh does compile. - so my hope is that OpenSSH is valid, but the test system is broken. root at x064:[/data/prj/openbsd/openssh/openssh-6.8p1]./ssh -V OpenSSH_6.8p1, without...
2015 Mar 24
5
[Bug 2371] New: make check fails when using --without-openssl on AIX
...ined symbol: .BN_new ld: 0711-317 ERROR: Undefined symbol: .BN_clear_free ld: 0711-317 ERROR: Undefined symbol: .BN_cmp ld: 0711-317 ERROR: Undefined symbol: .BN_bn2hex ld: 0711-317 ERROR: Undefined symbol: .ERR_get_error ld: 0711-317 ERROR: Undefined symbol: .ERR_error_string ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Stop. However, ssh does compile. - so my hope is that OpenSSH is valid, but the test system is broken. root at x064:[/data/prj/openbsd/openssh/openssh-6.8p1]./ssh -V OpenSSH_6.8p1, without...
2016 Jan 07
1
R for AIX - guidance re: error messages requested
...strcmp ld: 0711-224 WARNING: Duplicate symbol: .isnan ld: 0711-224 WARNING: Duplicate symbol: isnan ld: 0711-224 WARNING: Duplicate symbol: .pow ld: 0711-224 WARNING: Duplicate symbol: pow ld: 0711-224 WARNING: Duplicate symbol: .exp ld: 0711-224 WARNING: Duplicate symbol: exp ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. Target "all" is up to date. installing to /home/cran/64/R/library/MASS/libs ** R ** data *** moving datasets to lazyload DB Error in lazyLoadDBinsertVariable(vars[i], from, datafile, ascii, compress, : internal error 5 in R_compress3 E...
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...711-224 WARNING: Duplicate symbol: .memcpy ld: 0711-224 WARNING: Duplicate symbol: memcpy ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: bcopy ld: 0711-224 WARNING: Duplicate symbol: .strcmp ld: 0711-224 WARNING: Duplicate symbol: strcmp ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. Warning in solve.default(rgb) : unable to load shared object '/data/prj/cran/32/R-3.1.3/modules//lapack.so': rtld: 0712-001 Symbol logf was referenced from module /data/prj/cran/32/R-3.1.3/lib/libRlapack.so(), but a runtime def...
2014 Dec 11
0
Compilation Error during make
...ate symbol: global destructors keyed to 65535_0___dso_handle ld: 0711-224 WARNING: Duplicate symbol: .__init_aix_libgcc_cxa_atexit ld: 0711-224 WARNING: Duplicate symbol: .global destructors keyed to 65535_0___dso_handle ld: 0711-224 WARNING: Duplicate symbol: __dso_handle ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0706-012 The -h flag is not recognized. ld: 0706-005 Cannot find or open file: libroken-samba4.so.19 ld:open(): No such file or directory collect2: error: ld returned 255 exit status ld: 0706-012 The -h flag is not recognized. ld: 07...
2007 Jul 16
0
Can't compile mbox-snarf-plugin.c on AIX 5.3
...: 0711-317 ERROR: Undefined symbol: .buffer_write ld: 0711-317 ERROR: Undefined symbol: .home_expand ld: 0711-317 ERROR: Undefined symbol: .p_strdup ld: 0711-317 ERROR: Undefined symbol: mail_storage_module_id ld: 0711-317 ERROR: Undefined symbol: hook_mail_storage_created ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status [root at aix root]# Does this plugin work with Dovecot > 1.0 at all, is this a know bug or are there any users who managed to install it successfully on AIX? Sincerely Adnan
2002 Dec 25
1
Compiling on IBM AIX. The package 'cluster' causes trouble...
...xpall -Wl,-bI:/d ata1/laurent/R-1.6.1/etc/R.exp -L/usr/local/lib -o cluster.so clara.o daisy.o fa nny.o meet.o mona.o pam.o spannel.o twins.o -L/usr/local/lib -lreadline -ldl -l termcap -lm -lxlf90 -lxlopt -lxlf -lxlomp_ser -lm ld: 0711-317 ERROR: Undefined symbol: .meet_ ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 8. Stop. ERROR: compilation failed for package 'cluster' make: 1254-004 The error code from the last command is 5.