search for: libbz2

Displaying 20 results from an estimated 301 matches for "libbz2".

2019 Oct 17
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...n into a really strange issue where shared objects where not loadable. We where able to track this down to llvm-strip with default arguments creating a shared object that doesn't load correctly. It works if we switch from not passing args to llvm-strip to pass -strip-all-gnu I built bzip2 and libbz2.so to show this case here: https://1drv.ms/u/s!Amjta5FRkBbbkiz14aHTRJe03LlL?e=2mGvTN This is the error we got by using the stripped shared object with llvm-strip -strip-all: admin at Netgear-RN212:~/b$ LD_PRELOAD=./libbz2.so.all ./bzip2 ERROR: ld.so: object './libbz2.so.all' from LD_PRELO...
2015 Mar 27
2
About removing zlib from R-devel
Related to this question: I have installed bzip2 1.0.6 by hand, but configure still fails. When I look at config.log I get the following configure:34150: /usr/bin/gcc -std=gnu99 -o conftest -g -O2 -march=amdfam10 -g -O2 -march=amdfam10 -L/usr/local/lib64 confte st.c -lbz2 -lz -lrt -ldl -lm >&5 conftest.c: In function 'main': conftest.c:250: warning: initialization discards
2019 Oct 17
4
llvm-strip creates unloadable shared objects on linux-armv7hf
...here not loadable. >> >> We where able to track this down to llvm-strip with default arguments >> creating a shared object that doesn't load correctly. It works if we >> switch from not passing args to llvm-strip to pass -strip-all-gnu >> >> I built bzip2 and libbz2.so to show this case here: >> https://1drv.ms/u/s!Amjta5FRkBbbkiz14aHTRJe03LlL?e=2mGvTN >> >> This is the error we got by using the stripped shared object with >> llvm-strip -strip-all: >> >> admin at Netgear-RN212:~/b$ LD_PRELOAD=./libbz2.so.all ./bzip2 >>...
2015 Nov 04
0
Building R for AIX in 64-bit mode
...tus 1 configure: failed program was: configure:35706: result: no configure:35712: checking whether bzip2 support suffices configure:35719: error: bzip2 library and headers are required configure: exit 1 ++++ ++++ root at x072:[/data/prj/cran/64/R-devel]lslpp -w | grep bz2.a /usr/opt/freeware/lib/libbz2.a rpm.rte File root at x072:[/data/prj/cran/64/R-devel]find /usr /opt -name libbz2.a /usr/lib/libbz2.a /opt/freeware/lib/libbz2.a root at x072:[/data/prj/cran/64/R-devel]find /usr /opt -name libbz2.a -ls 12472 1 lrwxrwxrwx 1 root system 30 Oct 12 12:20...
2006 Nov 08
1
Building Problem
...ering directory `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2' gmake[4]: Entering directory `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2' gmake[4]: Leaving directory `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2' gmake[4]: Entering directory `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2' rm -f libbz2.a false cr libbz2.a blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o gmake[4]: *** [libbz2.a] Error 1 gmake[4]: Leaving directory `/usr/local/R_HOME/R-2.4.0/src/extra/bzip2' gmake[3]: *** [R] Error 2 gmake[3]: Leaving directory `/usr/local/R_HOME/R-2.4.0/src/extra/bz...
2002 Sep 27
1
R1.5.1,tcltk,IRIX
...ine.so.4 => /usr/freeware/lib32/libreadline.so.4 libdl.so => /usr/lib32/libdl.so libncurses.so.6 => /usr/freeware/lib32/libncurses.so.6 libm.so => /usr/lib32/libm.so libftn.so => /usr/lib32/libftn.so libbz2.so.1 => /usr/freeware/lib32/libbz2.so.1 libc.so.1 => /usr/lib32/libc.so.1 libcurses.so => /usr/lib32/libcurses.so So I can see that it didn't get loaded in R.bin, and similarly for: ldd /tools/Rstat1.5.1/library/tcltk/libs/tcltk.so l...
2012 Sep 26
2
Bundle Install ERROR: ERROR: Failed to build gem native extension.
...ake-prog --without-make-prog --srcdir=. --curdir --ruby=/home/taka/.rvm/rubies/ruby-1.9.3-p194/bin/ruby --with-bz2-dir --without-bz2-dir --with-bz2-include --without-bz2-include=${bz2-dir}/include --with-bz2-lib --without-bz2-lib=${bz2-dir}/lib --with-bz2lib --without-bz2lib libbz2 not found, maybe try manually specifying --with-bz2-dir to find it? Gem files will remain installed in /home/taka/.rvm/gems/ruby-1.9.3-p194/gems/bzip2-ruby-0.2.7 for inspection. Results logged to /home/taka/.rvm/gems/ruby-1.9.3-p194/gems/bzip2-ruby-0.2.7/ext/gem_make.out An error occurred while i...
2019 Oct 17
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...uments > > > > > >> creating a shared object that doesn't load correctly. It works if we > > > > > >> switch from not passing args to llvm-strip to pass -strip-all-gnu > > > > > >> > > > > > >> I built bzip2 and libbz2.so to show this case here: > > > > > >> https://1drv.ms/u/s!Amjta5FRkBbbkiz14aHTRJe03LlL?e=2mGvTN > > > > > >> > > > > > >> This is the error we got by using the stripped shared object with > > > > > >> llvm-strip -...
2019 Oct 18
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...> >> creating a shared object that doesn't load correctly. It works if we >> > > > > > >> switch from not passing args to llvm-strip to pass -strip-all-gnu >> > > > > > >> >> > > > > > >> I built bzip2 and libbz2.so to show this case here: >> > > > > > >> https://1drv.ms/u/s!Amjta5FRkBbbkiz14aHTRJe03LlL?e=2mGvTN >> > > > > > >> >> > > > > > >> This is the error we got by using the stripped shared object with >> > >...
2015 Nov 04
2
Building R for AIX in 64-bit mode
On 2015-10-15 15:02, Prof Brian Ripley wrote: > On 15/10/2015 13:32, Michael Felt wrote: >> Hi. >> >> Just wanted to let you know I am getting close to packaging R for AIX in >> 64.bit mode. > > Which version? (You mentioned 3.1.3 and 3.2.2 far below.) There is > little value in reporting on frozen branches, and most value in > reporting on R-devel where
2017 Jun 22
1
Compiling R-devel - missing some expected features (zlib, bzlib, lzma, PCRE)
...quot;. As far as I can tell, I have all necessary libs installed: wviechtb at psysim:~$ dpkg -l | grep zlib ii zlib1g:amd64 1:1.2.8.dfsg-2ubuntu4.1 ii zlib1g-dev:amd64 1:1.2.8.dfsg-2ubuntu4.1 wviechtb at psysim:~$ dpkg -l | grep libbz ii libbz2-1.0:amd64 1.0.6-8 ii libbz2-dev:amd64 1.0.6-8 wviechtb at psysim:~$ dpkg -l | grep liblzma ii liblzma-dev:amd64 5.1.1alpha+20120614-2ubuntu2 ii liblzma5:amd64 5.1.1alpha+20120614-2ubuntu2...
2010 Jun 23
1
Trouble compiling igraph. . .
...so.3 => /usr/local/lib/gcc44/libgfortran.so.3(0x34651000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x34709000) libreadline.so.7 => /lib/libreadline.so.7 (0x34712000) libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x34744000) liblzma.so.0 => /usr/local/lib/liblzma.so.0 (0x34778000) libbz2.so.3 => /usr/lib/libbz2.so.3 (0x347a1000) libicuuc.so.38 => /usr/local/lib/libicuuc.so.38 (0x347b2000) libicui18n.so.38 => /usr/local/lib/libicui18n.so.38 (0x348d0000) libncurses.so.7 => /lib/libncurses.so.7 (0x34a27000) libthr.so.3 => /lib/libthr.so.3 (0x34a66000) libicudata.so.38 =...
2007 Jan 31
1
Problems installing R-2.4.1 on Solaris 11 x-86 from source: error in "gmake" after successful "configure"
...xtra/blas' gmake[3]: Entering directory `/usr/local/R-2.4.1/src/extra/bzip2' gmake[4]: Entering directory `/usr/local/R-2.4.1/src/extra/bzip2' gmake[4]: Leaving directory `/usr/local/R-2.4.1/src/extra/bzip2' gmake[4]: Entering directory `/usr/local/R-2.4.1/src/extra/bzip2' rm -f libbz2.a false cr libbz2.a blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o gmake[4]: *** [libbz2.a] Error 1 gmake[4]: Leaving directory `/usr/local/R-2.4.1/src/extra/bzip2' gmake[3]: *** [R] Error 2 gmake[3]: Leaving directory `/usr/local/R-2.4.1/src/extra/bzip2' gmak...
2018 Jul 15
2
Clamd issues on Centos 6.10
....2018 um 04:39 schrieb Jay Hart: > Libraries: do they look ok???? > > [root at centos clamav]# ldd $(which freshclam) > linux-gate.so.1 => (0x00529000) > libclamav.so.7 => /usr/lib/libclamav.so.7 (0x00bc5000) > libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00124000) > libbz2.so.1 => /lib/libbz2.so.1 (0x04906000) > libssl.so.10 => /usr/lib/libssl.so.10 (0x047fa000) > libcrypto.so.10 => /usr/lib/libcrypto.so.10 (0x03d52000) > libjson-c.so.2 => /lib/libjson-c.so.2 (0x03d42000) > libpcre.so.0 => /lib/libpcre.so.0 (0x00736000) > libm.so.6...
2018 Jul 15
2
Clamd issues on Centos 6.10
I fixed the country code issue but that did not resolve the problem. I also removed all files in /var/lib/clamav and reran freshclam (without rebooting), that also did not fix the problem. Jay > Am 15.07.2018 um 00:13 schrieb Jay Hart: >> ClamAV update process started at Sat Jul 14 15:10:48 2018 >> Using IPv6 aware code >> Querying current.cvd.clamav.net >> TTL: 1232
2015 Mar 31
0
About removing zlib from R-devel
For people reading this: I was installing bzip2 by hand. Two things to bear in mind (1) it only installs a shared library if you use a special Makefile (this is clearly stated in the installation docs) and (2) I had to symlink libbz2.so.1 to libbz2.so.1.0.6 (the included libbz2.so.1.0 was not being picked up). Best, Kasper On Fri, Mar 27, 2015 at 11:19 AM, Kasper Daniel Hansen < kasperdanielhansen at gmail.com> wrote: > Related to this question: > > I have installed bzip2 1.0.6 by hand, but configure still fai...
2013 Jun 23
1
stock ubuntu raring binary R 3.0.1 and accelerated blas libraries?
dear debian-R group: I am using the stock ubuntu binary R 3.0.1 for ubuntu raring but on cinnamon mint olivia 15. I read dirk's gcbd paper from a couple of years ago. it suggests that stock blas is pretty bad compared to the four main alternatives. of course, dirk also maintains the binaries for debian/ubuntu R, so he probably knows the answer off hand. I installed libatlas3-base
2015 Sep 04
2
Build R with MKL and ICC
...00) > > libreadline.so.6 => /lib64/libreadline.so.6 (0x00007f4391f96000) > > libtre.so.5 => /lib64/libtre.so.5 (0x00007f4391d85000) > > libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f4391b15000) > > liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f43918ef000) > > libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f43916de000) > > libz.so.1 => /lib64/libz.so.1 (0x00007f43914c8000) > > librt.so.1 => /lib64/librt.so.1 (0x00007f43912c0000) > > libicuuc.so.54 => /lib64/libicuuc.so.54 (0x00007f4390f2e000) > > libicui18n.so.54 => /lib64/libi...
2002 May 02
1
Compiling R-1.5.0 failed on Solaris 5.8
...e[5]: Leaving directory `/tmp/R-1.5 .0/src/library/methods/src' make[4]: Leaving directory `/tmp/R-1.5.0/src/library/methods/src' make[4]: Entering directory `/tmp/R-1.5.0/src/library/methods' dumping R code in package 'methods' ld.so.1: /tmp/R-1.5.0/bin/R.bin: fatal: libbz2.so.1.0: open failed: No such file or directory Killed make[4]: *** [../../../library/methods/R/all.rda] Error 137 make[4]: Leaving directory `/tmp/R-1.5.0/src/library/methods' make[3]: *** [all] Error 2 make[3]: Leaving directory `/tmp/R-1.5.0/src/library/methods' make[2]: *** [R] Error 1 m...
2011 Jun 28
2
R-Installation on Unix -- "Make: Don't know how to make #. Stop."
...ia64 server with exit=0, but when type make at prompt, get this error "Make: Don't know how to make #. Stop." Does anyone has any clues about this message? Thank you very much! #make Rmath.h is unchanged `libRblas.sl' is up to date. /app/R/R-2.13.0/lib/libRblas.sl is unchanged `libbz2.a' is up to date. `libpcre.a' is up to date. `libz.a' is up to date. ../../../src/include/libintl.h is unchanged ../../../include/libintl.h is unchanged `charsetalias.h' is up to date. `libintl.a' is up to date. `libtre.a' is up to date. `liblzma.a' is up to date. Make:...