Displaying 20 results from an estimated 300 matches similar to: "unixODBC, RODBC, and DB2"
2020 Oct 23
0
Apache HTTPD not picking up environment variables.
On Fri, Oct 23, 2020 at 04:27:34PM +0000, Harold Pritchett wrote:
> I'm trying to install DB2 on a CentOS 7 server. The problem I'm
> seeing is that the Apache httpd server fails to pick up the db2
> environment variables. On an older version running under CentOS 5
> this was done by inserting the following lines into the httpd start
> script in /etc/sysconfig/httpd:
>
2020 Oct 23
2
Apache HTTPD not picking up environment variables.
I'm trying to install DB2 on a CentOS 7 server. The problem I'm seeing is that the Apache httpd server fails to pick up the db2 environment variables. On an older version running under CentOS 5 this was done by inserting the following lines into the httpd start script in /etc/sysconfig/httpd:
if test -f /db2home/db2inst1/sqllib/db2profile; then
. /db2home/db2inst1/sqllib/db2profile
fi
2006 Apr 26
0
DB2 under Windows XP - "Missing DB2 Libraries or headers"
I''m trying to get the Ruby DB2 bindings to compile under Windows XP.
I''ve been working on this on and off over the last few days with little
success.
The second step, "ruby setuyp.rb setup" was generating this error
message:
ABORT: Could not locate DB2 libraries or headers
I know I have Db2 installed correctly so I did a little digging and
found that
the extconf.rb
2005 Sep 09
1
rsync failure - no such file or directory
Hi All,
Attempting to run rsync but getting "no such file or directory" message.
What looks like is happening is solaris 8 is removing the "space"
between .../db2_backup and db2inst1@enolagay... As a result rsync
creates a new dir on the same box with the files in it. Not sure what
to do. VERY new to unix and rsync.
bash-2.03$ rsync -e ssh -av
2006 Mar 07
2
RODBC fail install
I'm a newcomer - obvioulsly I fear. Tried to install RODBC from CRAN
mirror onto mahcine 64bit running suse10.
terminal log below - it failed on "ODBC headers sql.h and sqlext.h not
found"
di i need anothe rpackage??
can someone help please?
ta v much
Prof R Gott
Durham UNiv, UK
> install.packages(c("RODBC"))
trying URL
2007 Jan 03
2
RODBC compile error with R 2.4.1
Hi All,
I'm getting the following error, could anyone help please?
$ R CMD INSTALL RODBC_1.1-7.tar.gz
* Installing *source* package 'RODBC' ...
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for
2005 Sep 09
1
rsync - No such file or directory
Hi All,
I'm getting the following error and don't know how to fix. Paths are
correct.
I run the rsync and get error and the cursor just hangs.
bash-2.03$ rsync -e ssh -av /export/home/db2inst1/db2_backup
db2inst1@enolagay: /export/home/db2inst1/db2_backup
building file list ... rsync: link_stat
"/export/home/db2inst1/db2inst1@enolagay:" failed: No such file or
2003 May 28
2
Execution problems with 3.4.p1 and 3.6.p1
Folks,
I have installed openssh-3.1.p1 and 3.4.p1 successfully
int the past. When I tried to install 3.6.p1 it would
not start. The init script created an error message to
the affect the it could not find *ELF*. I the tried to
reinstall 3.4.p1. It's startup said Error 255 .../sshd .. bailing.
I then installed Solaris patch for /dev/random and reinstalled
3.4.p1... I got error .... sshd:
2003 Jan 23
3
Error message
Hello when i get this message what is wrong:
/PTS.0.db2inst1.NODE0000.CATN0000.20030123062324.001: Value too large to be
stored in data type
Regards Boris
-------------- next part --------------
HTML attachment scrubbed and removed
2009 Feb 20
2
Problems installing RODBC as part of Rcmdr and as separate package
Fedora 10
R 2.8.1
I hope someone can tell me the meaning of error I received trying to install RODBC and how I can get around the problem.
n.b. The error originally occurred then I was installing Rcmdr. I then tried to install RODBC separately and received the same error.
checking sql.h usability... no
checking sql.h presence... no
checking for sql.h... no
checking sqlext.h usability... no
2012 Jan 03
2
RODBC installation: error message
If one attempts to install RODBC (via install.packages('RODBC'))
without having an ODBC driver installed, this error message results:
checking sqlext.h presence... no
checking for sqlext.h... no
configure: error: "ODBC headers sql.h and sqlext.h not found"
ERROR: configuration failed for package 'RODBC'
* removing '/usr/lib/R/library/RODBC'
Yes, the RODBC README
2008 Jun 26
4
Problems when installing RODBC in debian etch
Hello:
I am tried to install the RODBC package in debian etch. At the end of the
installation it appears errors:
**********************************************
* Installing *source* package 'RODBC' ...
checking for gcc...
gcc -std=gnu99
checking for C compiler default output file name...
a.out
checking whether the C compiler works...
yes
checking whether we are cross compiling...
no
2016 Apr 14
0
How to optimize for IBM db2?
Hi.
I have performance problems with IBM DB2 10.5 server on KVM guest:
[db2inst1@wc8ws-auth ~]$ time db2 create db test
DB20000I The CREATE DATABASE command completed successfully.
real 7m46.155s
user 0m0.022s
sys 0m0.027s
It takes 30 seconds to create a database on an image mounted with -oloop.
I think it's because db2 uses O_DIRECT to ensure
2005 Nov 08
1
RODBC fails to build
Context:Pentium 4, FreeBSD 5.4, R 2.2.0
I updated the extra packages I
had downloaded but the upgrading of RODBC failed complaining:
checking
for unistd.h... yes
checking sql.h usability... no
checking sql.h
presence... no
checking for sql.h... no
checking sqlext.h usability...
no
checking sqlext.h presence... no
checking for sqlext.h... no
configure: error: "ODBC headers sql.h and
2010 Nov 04
2
problem with RODBC installation
Good morning,
I have some problems installing RODBC to R in a linux cluster. My R version
is:
R version 2.12.0 (2010-10-15)
Platform: x86_64-unknown-linux-gnu (64-bit)
I get the following error:
> install.packages('RODBC')
Installing package(s) into
'/home/jorgehou/R/x86_64-unknown-linux-gnu-library/2.12'
(as 'lib' is unspecified)
trying URL
2006 Jul 27
1
Problems with RODBC
Dear Michael,
I have a problem with RODBC installation. When I try to install it, I
get the output following output. Give me some ideas, why I can not to do
it properly?
Regards,
Tomasz
****************************
* Installing *source* package 'RODBC' ...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
2009 Jun 05
1
Bug in the package RODBC (PR#13745)
Full_Name: N. Srinivasan
Version: 2.8.1
OS: Linux
Submission from: (NULL) (68.110.225.2)
* Installing *source* package 'RODBC' ...
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object
2010 Apr 20
1
Problem installing RODBC
I have a problem with some missing headers when trying to install RODBC
on my linux box.
> install.packages("RODBC",
+ lib="/usr/local/david/R")
trying URL 'http://cran.stat.auckland.ac.nz/src/contrib/RODBC_1.3-1.tar.gz'
Content type 'application/x-gzip' length 990220 bytes (967 Kb)
opened URL
2016 Jun 20
4
RODBC on Mac & _R_CHECK_FORCE_SUGGESTS_
"R CMD check sos" with R 3.3.0 under Mac OS X 10.11.5 ends as
follows:
>* checking package dependencies ... ERROR
>Package suggested but not available: ?RODBC?
>
>The suggested packages are required for a complete check.
>Checking can be attempted without them by setting the environment
>variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
2013 Mar 11
1
RODBC Installation fails
The RODBC installation failed, with the following message ( 2 missing c header files ):
checking for sqlext.h... no
configure: error: "ODBC headers sql.h and sqlext.h not found"
ERROR: configuration failed for package ‘RODBC’
* removing ‘/home/hadoop/R/i686-pc-linux-gnu-library/2.15/RODBC’
Warning in install.packages :
installation of package ‘RODBC’ had non-zero exit status
The