similar to: HPC R configure not recognizing zlib

Displaying 20 results from an estimated 3000 matches similar to: "HPC R configure not recognizing zlib"

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
2017 Jun 23
0
RHEL6.5 cluster system library and home library
On Fri, 2017-06-23 at 14:41 +0000, Hamidi, Bashir wrote: > System: Red Hat Enterprise Linux Server release 6.5 (Santiago) > > I?m working on a RHEL6.5 cluster with no EPEL or root access to > install EPEL. Can't you talk to your system administrator? > I have installed zlib 1.2.11 (and other necessary libraries) in my > home directory. > Problem is the cluster has an
2017 Jun 23
2
RHEL6.5 cluster system library and home library
System: Red Hat Enterprise Linux Server release 6.5 (Santiago) I?m working on a RHEL6.5 cluster with no EPEL or root access to install EPEL. I have installed zlib 1.2.11 (and other necessary libraries) in my home directory. Problem is the cluster has an older zlib library (1.2.4) and R does not accept that. How can I force configure to look in my home/[username]/packages/lib for zlib?
2012 Jun 19
0
[R-sig-Geo] Help in simultaneous equations
On Tue, Jun 19, 2012 at 1:11 PM, Saima Bashir <saimabashir11 at yahoo.com> wrote: > Hi Sarah, > > I have installed and loaded them into R but get same error. > > I am using four equations, cross-section data, version R i386 2.15.0. That is by no means all the information I requested in my original reply, or all that is requested in the posting guide. Nobody can help you
2005 Jul 27
2
oh323 geting voice problem g729 xeon 2.8 , fedora 1 , asterisk 1.0.6
Abwesenheitsnotiz: [Asterisk-Users] oh323 geting voice problem g729 xeon 2.8 , fedora 1 , asterisk 1.0.6Hi All I am using oh323 with 6.6 virsion , and runing under xeon 2.8 dual with 2 gb ram, with g729 for i686 , (fedora 1). my problem is sip - oh323 - h323 (quintum) - pstn , sip party can listen otherparty realtime voice , but other party geting sip party's voice 1 sec later (not
2014 May 23
1
Conditional jump or move depends on uninitialised value
Hi, My Server runs on Ubuntu Server 12.04 LTS 32 bits. I'm getting 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
2008 Sep 30
1
ordering problem
Hi there! I need some assistance here with vector orderings. I have a set of q vectors of length p, grouped by rows in a matrix A, q?p, that I need to order lexicographically (http://en.wikipedia.org/wiki/Lexicographical_order). I also have another matrix B, p?r, and a vector c, that should be ordered according to the order of A. So far, I was doing ordering <-
2007 Nov 01
1
using Unicode characters
Hi all :-P , I want to browse Arabic characters with Wine, but i noticed that wine don't show them perfectly, although i installed extra font to it (i copied windows fonts and put them in .wine folder in home path). How i can solve this problem? -- Best Regards ?????? Muhammad Bashir Al-Noimi ???? ???? ??????? My Blog ?????? http://hali-sy.com/
2007 Nov 01
1
Installing MS JVM
Hi all ;-) , I tried to install "Microsoft Java Virtual Machine" on Wine, but it showed me this error message! (jvm-1.png), after end of installation i tried to run a program using MS JVM, then wine appeared this error message (jvm-2.png) note: I tried to install "SUN Java Virtual Machine (JRE)" it worked well, but MS JVM didn't work! -- Best Regards
2008 May 12
1
lexicographic comparison of two vectors
Is there any built-in way to lexicographically compare two vectors of the same length in R? The textbook algorithm could be coded as follows: lex.cmp <- function (vec1,vec2) { for (j in 1:length(vec1)) { if (vec1[j] < vec2[j]) { return(-1) } if (vec1[j] > vec2[j]) { return(1) } } return(0) } Thanks, Gabriel
2003 Jul 18
3
lexicographic sort of ordered lists
Does anyone know how to execute the following sort problem in R? Matrix X has positive integer entries, and each column has been sorted in ascending order. The problem is now to order the columns lexicographically. For instance if the matrix X is 1 2 1 1 2 2 2 3 3 2 3 5 5 4 2 then the result should be 1 1 1 2 2 2 3 3 2 2 3 4 5 2 5 Let ONE be a vector of 1's of length
2010 Nov 07
1
How do I order xyplot line points?
I have the following xyplot figure: http://img577.imageshack.us/img577/686/filesizeresults12000000.png The data are organized in a matrix file as follows: Type Elements Chromosome Time bedGz 12000000 chr1 14.240 bedGz 12000000 chr2 7.949 bedGz 12000000 chr3 5.103 bedGz 12000000 chr4 5.290 bedGz 12000000 chr5 5.161 ... The x-axis labels in the Chromosome column are ordered
2011 Apr 23
1
Arguments to order()
Hi, The rows of a data frame can be sorted lexicographically as shown in this example, my.df <- data.frame(x=c(1,1,1,2,2), y=c(1,2,3,2,1)) my.df[order(my.df$x,my.df$y, decreasing=TRUE), ] however, I'm wondering if it's possible to pass a variable in as the first argument to order() so that the actual set of columns used in the sort can be easily varied? FWIW, the first argument to
2015 May 10
2
Building R-3.2.0 from source.
I am just now getting around to upgrading from 3.1.2 to 3.2.0 and am getting hammered by a problem which is beyond my limited capabilities of handling. I executed ./configure --with-tcltk --with cairo which seemed to go just fine, and then did: make In fairly short order I started getting error messages like unto: > connections.o: In function `gzcon_write': >
2015 May 10
2
Building R-3.2.0 from source.
I am just now getting around to upgrading from 3.1.2 to 3.2.0 and am getting hammered by a problem which is beyond my limited capabilities of handling. I executed ./configure --with-tcltk --with cairo which seemed to go just fine, and then did: make In fairly short order I started getting error messages like unto: > connections.o: In function `gzcon_write': >
2013 May 17
0
[LLVMdev] AArch64 build error
Hi Paul, > I'm getting a "random" build failure related to AArch64 when building with cmake. > The build is running with -j32 so it seems that there is some dependency issue > that causes the build to fail when things build in a certain order. > 3008 make[2]: *** No rule to make target `lib/Target/AArch64/AArch64GenDAGISel.inc', needed by Hmm. That file's
2002 Sep 20
0
Can't connect to share
<disclaimer>/me is new to samba</disclaimer> Hi all, I'm trying to check for the existence of a particular share on a win2k server. The share has these permissions, Read & Execute, List Folder Contents and Read for the default username. The default username does not have a password. The error i'm getting is thus: #smbclient //bashir/logon -U default_user -W lab_domain
2019 Jan 22
1
[PATCH] fix build failure when CONFIG_KLIBC_ZLIB is not set
When 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
2003 Oct 16
5
Desirable Properties of a Real Metadata Format
I suggest gzipped XML. Feel free to suggest something that isn't XML if you dislike it that much. Anyhow, as a practical matter, Vorbis-style metadata lacks a Really Good Way to have the same data in multiple languages. Or at least a widely-agreed upon way. So, howzabout... <data> <title xml:lang='en'>Mars, the Bringer of War</title> <title
2019 Jan 23
0
[PATCH v2] fix build failure when CONFIG_KLIBC_ZLIB is not set
When 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