Displaying 5 results from an estimated 5 matches for "glibc2.3".
Did you mean:
glibc_2.3
2011 Jul 17
1
ODBC MySql DB: sqlQuery empty
Dear R Beginners, Experts and Users,
I already asked this question on the R-sig-DB mailing list, but sadly
didn't got a reply :-( .
Keeping fingers crossed that I have more luck on the main R mailinglist :) .
I'm trying to connect to a MySQl database via Gnu R using the RODBC
interface. The conenction workes but I get an empty result string.
Gnu R and the MySql DB are running on a 64 bit
2007 Jul 20
1
unable to load shared library: undefined symbol
Hi all,
I'm a summer University research student and I've been wroking on writing a
package, Rsoam, to integrate R with Platform's symphony software to allow
for distributed computing. When I "R CMD check" the package, I get the
following error when trying to load the Rsoam.so after building Rsoam.cpp:
* checking whether the package can be loaded ... ERROR
Loading
2012 Oct 15
0
problem in installing RMySQL
i m installing pkg but get error like this
> install.packages("RMySQL")
Installing package(s) into
?/home/trendwise/R/x86_64-pc-linux-gnu-library/2.13?
(as ?lib? is unspecified)
trying URL 'http://ftp.iitm.ac.in/cran/src/contrib/RMySQL_0.9-3.tar.gz'
Content type 'application/x-gzip' length 165363 bytes (161 Kb)
opened URL
2002 Dec 27
1
RLIMIT_AS patch for FreeBSD
Hey,
I've just updated the FreeBSD dovecot port to the 0.99.4 beta release,
the following patch was needed as FreeBSD has setrlimit(2) but does not
define RLIMIT_AS (I believe). I switched the code the require both,
alternatively find a parallel option in the FreeBSD setrlimit(2) manual
page. ( http://www.freebsd.org/cgi/man.cgi?setrlimit )
You may be interested in integrating this patch.
2004 Aug 06
2
Possibly memory leak & DoS
I am not sure, spent all the day looking the code and couldn't find the
problem, but the problem exists:
For each connection _without_ a source (a 404 error), about 100 bytes are
leaked. It's easy to test:
for i in `seq 10000 `; do echo -n -e $i'\r'; \
wget -q http://HOST:8000/any_uri -O /dev/null; done; echo
After running it, you'll probably see (with "ps axl")