similar to: compiling R-2.10.0 on solaris - lib_I_dbg_gen.so.1: version `DBG_GEN_5.1' not found

Displaying 20 results from an estimated 120 matches similar to: "compiling R-2.10.0 on solaris - lib_I_dbg_gen.so.1: version `DBG_GEN_5.1' not found"

2007 Dec 21
0
RMySQL installation
Hi, I am having trouble getting RMySQL running on a solaris machine. [43] bedrock:/home/jayoung/source_codes/R/other_packages> uname -a SunOS bedrock 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200 I thought I had finally managed to get it installed, albeit with some warnings that I didn't understand (it took me a while to find where our mysql libraries were), but when I tried
2009 May 21
0
problems building R-2.9.0 on solaris
Hi, I've successfully updated our linux version of R to 2.9.0 but am having trouble on our solaris machine. I had previously installed 2.8.1 and earlier versions without trouble. I'm using R-patched_2009-05-20.tar.gz (I had also tried the 2009-05-10 version). Here's some info on our machine (I'm not the sysadmin): [2] bedrock:/home/jayoung> uname -a SunOS bedrock 5.10
2010 Jan 14
0
installing RCurl when libcurl is in non-standard location
Hi, I'm struggling to install RCurl for 32-bit linux and am hoping for some suggestions. I obtained RCurl_1.3-1.tar.gz from CRAN today, and am using a very recent version of R: R version 2.10.1 Patched (2010-01-12 r50970). I'm not the sysadmin for this system (disclaimer: my sysadmin skills are not very good, I'm afraid). curl is available centrally on the system but
2011 Jun 07
1
XML segfault on some architectures
Hi, I found an architecture-specific segfault problem with the XML package. I originally found the problem using the parseKGML2Graph function in the Bioconductor KEGGgraph package, but as far as I can tell the underlying issue seems to be with the xmlTreeParse which is called by parseKGML2Graph. I'm trying this piece of code, from the xmlTreeParse help page: library(XML) fileName <-
2006 Sep 28
1
compiling openssh 4.3.2p on Solaris 10
I used Sun's version of gcc, which is in two packages: SUNW0gccfss and SUNW0scgfss. (Sun also has backported its version of gcc to Solaris 9). These is the compiler that was used to build Open Solaris. Before I tried compiling openssh, I built tcp_wrappers, zlib-1.2.3 and openssl-0.9.8c. My configuration line was ./configure --with-tcp-wrappers=... --with-ssl-dir=...
2008 Jul 18
1
problem with putting text in outer margins (mtext outer=TRUE)
Hi there, I'm trying to get some text in the outer margins of my plots and am having trouble - the margin text is overlapping my plots, even though the outer margin I'm trying to put it in is very big. I've simplified my problem down to this: ------------------------- X11(width=7.5,height=10) par(mfrow=c(6,1),oma=c(20,0,20,0), mar=c(0,3.1,1,2.1)) for (i in 1:6) {
2008 Nov 08
0
geeglm crashes if there are no datapoints in predictor's first level (PR#13266)
Hi, I managed to make R core dump (linux and Mac OSX versions), but I think I've figured out why. First, here's the message I get on core dump (on linux - no message on Mac): R: ../inst/include/tnt/fmat.h:529: TNT::Vector<T> TNT::matmult(const TNT::Fortran_Matrix<T>&, const TNT::Vector<T>&) [with T = double]: Assertion `A.num_cols() == x.dim()'
2018 Sep 06
6
rsyslog listening on high port
Attempting to lookup why rsyslogd is listening on the high port UDP/51427. Have not succeeded in what this port is used for and what directive controls what interface it binds to. [root at bedrock ~]# netstat --listen --inet --program --numeric | grep syslog udp??0??0 0.0.0.0:51427??0.0.0.0:*???66655/rsyslogd? -- Adam Tauno Williams <mailto:awilliam at whitemice.org> GPG D95ED383
2018 Sep 07
1
rsyslog listening on high port
On Thu, 2018-09-06 at 15:10 -0400, Mike Burger wrote: > On 2018-09-06 14:06, Adam Tauno Williams wrote: > > Attempting to lookup why rsyslogd is listening on the high port > > UDP/51427.????Have not succeeded in what this port is used for and > > what directive controls what interface it binds to. > > [root at bedrock ~]# netstat --listen --inet --program --numeric |
2006 Mar 13
3
validation and update
Hi, I have validation working in a situation similar to the following. (Please forgive any minor typos below) class Department < ActiveRecord::Base has_many :people end class Person < ActiveRecord::Base belongs_to :department validates_presence_of :name end @department = Department.new(:name=>"bedrock") @department.people << Person.new(:name=>"fred")
2009 Jun 02
1
getting elements out of list automatically
o <- (structure(list(sand.silt = structure(list(statistic = structure(185, .Names = "W"), parameter = NULL, p.value = 0.0478835773838087, null.value = structure(0, .Names = "location shift"), alternative = "two.sided", method = "Wilcoxon rank sum test with continuity correction", data.name = ".column by site"), .Names =
2011 May 20
0
Patent attack on Linux kernel
RHEL is mentioned in this attack on Google's use of the Linux kernel in back-end servers. <http://www.theregister.co.uk/2011/04/21/texas_jury_says_google_infringed_linux_patent/> > At least some of those sued were using Red Hat Enterprise Linux (RHEL) on > the back-end. Google apparently uses its own version of Linux across its > famously distributed infrastructure. >
2001 Nov 05
0
security = SERVER - Problem
Hi Samba List, Iam new to this list and want to describe my *little* Problem. We are using in our company an Network with roundabout 200 Clients running W2k/SP2. Our PDC is an W2k Server with Active Directory enabled. Any User is connected to the Active Directory fine , and holds his Profile on this PDC. As Home Share and one Public Share we use an Linux Box with SuSE 7.3 (kernel 2.4.10, samba
2007 Jun 06
2
lookup in CSV recipe
I await Luke''s node settings implementation with interest. At the moment however, I have this sort of ugliness: $site = $hostname ? { fred => "opsera", barney => "bedrock", default => "unknown site", ... } So I''ve knocked up this little function to use CSV files instead. Now I can just do: $site =
2002 Nov 20
1
"Add user script" option never running?
Hi all, I'm using the latest alpha version (the one that comes with Debian unstable) in domain mode, setting up a member file server, with domain clients authenticating to a W2k machine. I'm trying to use the "add user script" option to create new users automagically, but it never seems to run. The script in this case is a handwritten perl script, and I've added a
2009 May 15
1
data summary and some automated t.tests.
I would like to preform a t.test to each of the measured variables (sand.silt etc.) with a mean and sd for each of the treatments (up or down), and out put this as a table.... I am having a hard time starting- maybe it is to close to lunch. Any suggestions would be greatly appreciated. Stephen Sefick x <- (structure(list(sample. = structure(c(1L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 2L, 3L,
2010 Jul 21
1
asterisk realtime SIP configuration
Hi All, I am trying to configure asterisk realtime. But i am unable to get the extensions listed successfully when i type "sip show peers" in the asterisk CLI . i am unable to see any failure logs when i do a reload i can able to connect to the data source through "odbc show" in the CLI, Any hep in this regard is highly appreciated. Following is the configuration
2017 Jun 29
6
The undef story
Mehdi, I think the following was the point of the conversation, That both those examples are illegal C programs. They are both “undefined behavior” because they both use a shift amount that is too large. They both should have been rejected by the compiler even though they weren’t. Hal agrees wth this assessment, That’s why we’re waiting for a more complete example. My belief is that
2005 Aug 30
0
No subject
Bedrock_r100-14.bdf Bedrock_r100-18.bdf Bedrock_r100-21.bdf Bedrock_r100-28.bdf These have all been converted to pcf files now. So how do I get Wine to know that when the application is looking for one of the T-FONT font that it should use one of these Bedrock fonts??
2002 Jul 05
0
Associating fonts with a program?
I have followed the documents on the net regarding installing fonts in Wine. I currently have a T_FON.FON font and when I follow the directions about installing fonts I end up with a filename of Bedrock.pcf. How do I go about getting Wine to know to use this font when the program is looking for T_FON.FON