search for: inflateinit2_

Displaying 20 results from an estimated 27 matches for "inflateinit2_".

2014 May 23
1
Conditional jump or move depends on uninitialised value
...ting the following error messages when I run "make check" during the compilation of dovecot-2.2.13. <snip> ==2058== Conditional jump or move depends on uninitialised value(s) ==2058==??? at 0x4049DD8: inflateReset2 (in /lib/i386-linux-gnu/libz.so.1.2.3.4) ==2058==??? by 0x4049EC7: inflateInit2_ (in /lib/i386-linux-gnu/libz.so.1.2.3.4) ==2058==??? by 0x804AFEF: i_stream_zlib_init (istream-zlib.c:320) ==2058==??? by 0x804B122: i_stream_create_zlib (istream-zlib.c:475) ==2058==??? by 0x804AA18: test_compression_handler (test-compression.c:72) ==2058==??? by 0xEFCDAB88: ??? ==2058== make[2]:...
2017 Jun 23
2
RHEL6.5 cluster system library and home library
...cept that. How can I force configure to look in my home/[username]/packages/lib for zlib? [username at hpcc3 R-3.4.0]$ ./configure --prefix=/home/[username]/packages --with-x=no --with-readline=no --includedir=/home/[username]/packages/include ?libdir=/home/[username]/packages/lib checking for inflateInit2_ in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking if zlib version >= 1.2.5... no checking whether zlib support suffices... configure: error: zlib library and headers are required [[alternative HTML version deleted]]
2015 May 10
2
Building R-3.2.0 from source.
...ing error messages like unto: > connections.o: In function `gzcon_write': > /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined reference to `deflate' There were also complaints about undefined references to inflate, crc32, deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, compress, uncompress, and zlibVersion, many of which were issued repeatedly. It finally gave up, saying: > collect2: error: ld returned 1 exit status A bit of googling informed me (I think?) that a workaround was to configure using --without-system-pcre. This however achie...
2015 May 10
2
Building R-3.2.0 from source.
...ing error messages like unto: > connections.o: In function `gzcon_write': > /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined reference to `deflate' There were also complaints about undefined references to inflate, crc32, deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, compress, uncompress, and zlibVersion, many of which were issued repeatedly. It finally gave up, saying: > collect2: error: ld returned 1 exit status A bit of googling informed me (I think?) that a workaround was to configure using --without-system-pcre. This however achie...
2017 Jun 22
1
hpc r configure not recognizing zlib
System: Red Hat Enterprise Linux Server release 6.5 (Santiago) I?ve installed zlib 1.2.11 on the home folder of a Red Hat HPC as part of the process for installing R base 3.4.0. I get this error even after successful install of zlib checking for inflateInit2_ in -lz... no checking whether zlib support suffices... configure: error: zlib library and headers are required I?ve checked R documentation and configure file for the issue of R requiring version newer than 1.2.6 but not lexicographically recognizing 1.2.11 as >1.2.6, and that particular bug w...
2019 Jan 22
1
[PATCH] fix build failure when CONFIG_KLIBC_ZLIB is not set
...n CONFIG_KLIBC_ZLIB is not set, related functions shall not be called otherwise build failure is encountered: KLIBCLD usr/kinit/static/kinit usr/kinit/ramdisk_load.o: In function `load_ramdisk_compressed': /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:68: undefined reference to `inflateInit2_' /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:116: undefined reference to `inflate' /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:128: undefined reference to `inflateEnd' /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:132: undefined reference to `i...
2015 May 10
1
[R] Building R-3.2.0 from source.
...>>> connections.o: In function `gzcon_write': >>> /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined reference to `deflate' >> >> There were also complaints about undefined references to inflate, crc32, deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, compress, uncompress, and zlibVersion, many of which were issued repeatedly. It finally gave up, saying: >> >>> collect2: error: ld returned 1 exit status >> >> A bit of googling informed me (I think?) that a workaround was to configure using --without-sy...
2015 May 11
1
[R] Building R-3.2.0 from source.
.../home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined >>>>> reference to `deflate' >>>> >>>> >>>> There were also complaints about undefined references to inflate, crc32, >>>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, >>>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. >>>> It finally gave up, saying: >>>> >>>>> collect2: error: ld returned 1 exit status >>>> >>>> >>>> A bit of goo...
2019 Jan 23
0
[PATCH v2] fix build failure when CONFIG_KLIBC_ZLIB is not set
...n CONFIG_KLIBC_ZLIB is not set, related functions shall not be called otherwise build failure is encountered: KLIBCLD usr/kinit/static/kinit usr/kinit/ramdisk_load.o: In function `load_ramdisk_compressed': /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:68: undefined reference to `inflateInit2_' /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:116: undefined reference to `inflate' /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:128: undefined reference to `inflateEnd' /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:132: undefined reference to `i...
2019 Jan 24
0
[klibc:master] fix build failure when CONFIG_KLIBC_ZLIB is not set
...n CONFIG_KLIBC_ZLIB is not set, related functions shall not be called otherwise build failure is encountered: KLIBCLD usr/kinit/static/kinit usr/kinit/ramdisk_load.o: In function `load_ramdisk_compressed': /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:68: undefined reference to `inflateInit2_' /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:116: undefined reference to `inflate' /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:128: undefined reference to `inflateEnd' /root/ldb_base/ofl/packages/klibc/usr/kinit/ramdisk_load.c:132: undefined reference to `i...
2017 Jun 23
0
RHEL6.5 cluster system library and home library
...prefix=/home/[username]/packages --with-x=no --with-readline=no -- > includedir=/home/[username]/packages/include > ?libdir=/home/[username]/packages/lib Set environment variables: CPPFLAGS=-I<includedir> \ LDFLAGS=-L<libdir> \ ./configure Martyn > > > checking for inflateInit2_ in -lz... yes > > checking zlib.h usability... yes > > checking zlib.h presence... yes > > checking for zlib.h... yes > > checking if zlib version >= 1.2.5... no > > checking whether zlib support suffices... configure: error: zlib > library and headers are r...
2010 Jun 15
1
libldb-samba.so does not link in source4 samba
.../source4/lib/ldb/libldb-samba4.so: undefined reference to `zError' default/source4/lib/ldb/libldb-samba4.so: undefined reference to `inflateReset' default/source4/lib/ldb/libldb-samba4.so: undefined reference to `deflate' default/source4/lib/ldb/libldb-samba4.so: undefined reference to `inflateInit2_' default/source4/lib/ldb/libldb-samba4.so: undefined reference to `inflate' default/source4/lib/ldb/libldb-samba4.so: undefined reference to `deflateReset' default/source4/lib/ldb/libldb-samba4.so: undefined reference to `inflateSetDictionary' default/source4/lib/ldb/libldb-samba4.s...
2017 Jun 22
0
HPC R configure not recognizing zlib
System: Red Hat Enterprise Linux Server release 6.5 (Santiago) I?ve installed zlib 1.2.11 on the home folder of a Red Hat HPC as part of the process for installing R base 3.4.0. I get this error even after successful install of zlib checking for inflateInit2_ in -lz... no checking whether zlib support suffices... configure: error: zlib library and headers are required I?ve checked R documentation and configure file for the issue of R requiring version newer than 1.2.6 but not lexicographically recognizing 1.2.11 as >1.2.6, and that particular bug w...
2020 Apr 03
4
Segfault after compiling wget with dfsan
...nted fun:*X509*=uninstrumented fun:OPENSSL*=uninstrumented fun:CRYPTO*=uninstrumented fun:TLS*=uninstrumented fun:BIO_*=uninstrumented fun:gzdopen=uninstrumented fun:gzclose=uninstrumented fun:gzwrite=uninstrumented fun:a2i_IPADDRESS=uninstrumented fun:ENGINE_load_builtin_engines=uninstrumented fun:inflateInit2_=uninstrumented fun:inflate=uninstrumented fun:inflateEnd=uninstrumented fun:inflateInit2_=uninstrumented fun:ASN1_*=uninstrumented fun:GENERAL_NAME_free=uninstrumented fun:CONF_modules_load_file=uninstrumented
2015 May 11
0
[R] Building R-3.2.0 from source.
...9;: >>>> /home/rolf/Desktop/Rinst/R-3.2.0/src/main/connections.c:5469: undefined >>>> reference to `deflate' >>> >>> >>> There were also complaints about undefined references to inflate, crc32, >>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, >>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. >>> It finally gave up, saying: >>> >>>> collect2: error: ld returned 1 exit status >>> >>> >>> A bit of googling informed me (I think?)...
2015 May 11
3
[R] Building R-3.2.0 from source.
...2.0/src/main/connections.c:5469: undefined > >>>>> reference to `deflate' > >>>> > >>>> > >>>> There were also complaints about undefined references to inflate, crc32, > >>>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, > >>>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. > >>>> It finally gave up, saying: > >>>> > >>>>> collect2: error: ld returned 1 exit status > >>>> > >>&g...
2015 May 11
0
[R] Building R-3.2.0 from source.
...in/connections.c:5469: undefined >>>>>>> reference to `deflate' >>>>>> >>>>>> >>>>>> There were also complaints about undefined references to inflate, crc32, >>>>>> deflateEnd, inflateEnd, inflateReset, inflateInit2_, deflateInit2_, >>>>>> compress, uncompress, and zlibVersion, many of which were issued repeatedly. >>>>>> It finally gave up, saying: >>>>>> >>>>>>> collect2: error: ld returned 1 exit status >>>>>> >&g...
2007 Jan 30
1
Solaris 10 compilation issue
...optim.o Rf_rnchisq random.o Rf_rnbinom random.o R_running_as_main_program Rmain.o Rf_psigamma arithmetic.o ch2inv_ registration.o BZ2_bzWrite connections.o inflateInit2_ connections.o Rf_rwilcox random.o R_CleanUp errors.o _nl_find_msg ../extra/intl/libintl.a(loadmsgcat.o) Rf_dsignrank arithmetic.o Rf_psignrank arithmetic.o R...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...optim.o Rf_rnchisq random.o Rf_rnbinom random.o R_running_as_main_program Rmain.o Rf_psigamma arithmetic.o ch2inv_ registration.o BZ2_bzWrite connections.o inflateInit2_ connections.o Rf_rwilcox random.o R_CleanUp errors.o _nl_find_msg ../extra/intl/libintl.a(loadmsgcat.o) Rf_dsignrank arithmetic.o Rf_psignrank arithmetic.o R...
2007 Jan 30
0
R Compiling issue
...tl/libintl.a(textdomain.o) BZ2_bzWriteOpen connections.o bincode registration.o R_CleanTempDir main.o do_proctime names.o norm_rand optim.o Rf_rnchisq random.o Rf_rnbinom random.o R_running_as_main_program Rmain.o Rf_psigamma arithmetic.o ch2inv_ registration.o BZ2_bzWrite connections.o inflateInit2_ connections.o Rf_rwilcox random.o R_CleanUp errors.o _nl_find_msg ../extra/intl/libintl.a(loadmsgcat.o) Rf_dsignrank arithmetic.o Rf_psignrank arithmetic.o Rf_rsignrank random.o Rf_qsignrank arithmetic.o Rf_dcauchy arithmetic.o deflate connections.o R_Suicide Renviron.o stemleaf registra...