Displaying 20 results from an estimated 27 matches for "sqlext".
Did you mean:
sqltext
2009 Feb 20
2
Problems installing RODBC as part of Rcmdr and as separate package
...ceived 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
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'
The downloaded packages are in
/tmp/RtmpA1n...
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 describes the needed prerequisites, but for
someone who j...
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 'http://cran.uk.r-project.org/src/contrib/RODBC_1.1-5.tar.gz'
Content type 'application/x-gzip' length 69366 by...
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 sqlext.h not found"
ERROR:
configuration failed for package 'RODBC'
The two header files are
present in my box under /usr/local/include; I tried to symlink...
2008 Jun 26
4
Problems when installing RODBC in debian etch
...hecking whether we are cross compiling...
no
checking for suffix of executables...
checking for suffix of object files...
o
.............
checking for stdint.h...
yes
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 sqlext.h not found"
ERROR: configuration failed for package 'RODBC'
** Removing '/usr/local/lib/R/site-library/RODBC'
The downloaded packages are in...
2006 Jul 27
1
Problems with RODBC
...hecking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
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 sqlext.h not found"
ERROR: configuration failed for package 'RODBC'
** Removing '/usr/local/lib64/R/library/RODBC'
The downloaded packages are in...
2009 Jun 05
1
Bug in the package RODBC (PR#13745)
...hecking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
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 sqlext.h not found"
ERROR: configuration failed for package 'RODBC'
** Removing '/home/user1/R-2.8.1/library/RODBC'
The downloaded packages are in
/tm...
2010 Nov 04
2
problem with RODBC installation
...hecking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
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 sqlext.h not found"
ERROR: configuration failed for package 'RODBC'
* removing '/home/jorgehou/R/x86_64-unknown-linux-gnu-library/2.12/RODBC'
The downl...
2007 Jan 03
2
RODBC compile error with R 2.4.1
...king for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking sqlext.h usability... yes
checking sqlext.h presence... yes
checking for sqlext.h... yes
checking for library containing SQLTables... -lodbc
checking for SQLLEN... yes
checking for SQLULEN... yes
checking for long... yes
checking size of long... configure: error: cannot compute sizeof (long),
77
See `conf...
2010 Apr 20
1
Problem installing RODBC
...hecking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
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 sqlext.h not found"
ERROR: configuration failed for package ?RODBC?
* removing ?/usr/local/david/R/RODBC?
Details of my setup are:
> R.version
_...
2005 Nov 09
0
R: Re: RODBC fails to build
...esn't give a complete piece of info. As
a matter of fact, as well as setting $ODBC_INCLUDE=/usr/local/include
and $ODBC_LIBS=/usr/local/lib I had also to put ** $LIBS=-
L/usr/local/lib ** which wasn't in the README (and wasn't that
intuitive, was it?).
In so doing I solved the sql.h, sqlext.h headers
problem and a successive problem with the SQLTables libraries.
This set
things straight and RODBC was compiled flawlessly.
I think it would be
worth your while adding this piece of information in the README file.
Ciao
Vittorio
>----Messaggio originale----
>Da: vdemart1 at ti...
2009 Jun 24
1
Problem installing RODBC package under UBUNTU
...hecking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
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 sqlext.h not found"
ERROR: configuration failed for package 'RODBC'
** Removing '/home/luisridaocruz/R/x86_64-pc-linux-gnu-library/2.8/RODBC'
The downl...
2005 Jun 13
1
unixODBC, RODBC, and DB2
...-g -O2 -c
RODBC.c -o RODBC.o
** Removing '/home/jcole/lib/R/library/RODBC'
** Restoring previous '/home/jcole/lib/R/library/RODBC'
From rodbc.log it seems that the problem may be with an IBM-supplied
header file:
In file included from RODBC.c:24:
/home/db2inst1/sqllib/include/sqlext.h:1681: error: parse error before
"SQL_API"
/home/db2inst1/sqllib/include/sqlext.h:1682: error: parse error before
"hdbc"
<More gory details available upon request.>
Any thoughts would be very much appreciated. I have verified that my
unixODBC installation is good by...
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 downloaded s...
2016 Jun 20
4
RODBC on Mac & _R_CHECK_FORCE_SUGGESTS_
...without them by setting the environment
>variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
Unfortunately, "install.packages('RODBC')" says it's only
available in source form. When I attempt to install from sources, it
fails as follows:
>checking for sqlext.h... no
>configure: error: "ODBC headers sql.h and sqlext.h not found"
>ERROR: configuration failed for package ?RODBC?
>* removing
?/Library/Frameworks/R.framework/Versions/3.3/Resources/library/RODBC?
>Warning in install.packages :
> installation of package ?R...
2012 Aug 24
0
Error while installing RODBC_1.3-6.tar.gz on Redhat linux
...king for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sql.h usability... yes
checking sql.h presence... yes
checking for sql.h... yes
checking sqlext.h usability... yes
checking sqlext.h presence... yes
checking for sqlext.h... yes
checking for library containing SQLTables... -lodbc
checking for SQLLEN... yes
checking for SQLULEN... yes
checking for long... yes
checking size of long... configure: error: cannot compute sizeof (long), 77
See `conf...
2016 Jun 20
0
RODBC on Mac & _R_CHECK_FORCE_SUGGESTS_
...ent
> >variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
>
>
> Unfortunately, "install.packages('RODBC')" says it's only available
> in source form. When I attempt to install from sources, it fails as
> follows:
>
>
> >checking for sqlext.h... no
> >configure: error: "ODBC headers sql.h and sqlext.h not found"
> >ERROR: configuration failed for package ?RODBC?
> >* removing
> ?/Library/Frameworks/R.framework/Versions/3.3/Resources/library/RODBC?
> >Warning in install.packages :
> > in...
2010 May 12
1
R 2.11.0 on RHEL5 / RODBC
...--prefix=/usr/local/R-2.11.0 JAVA_HOME=$JAVA_HOME CPPFLAGS="-I/usr/local/unixODBC-2.3.0/include"
I have compiled and installed unixODBC-2.3.0 (64-bit) in /usr/local and can connect to and query the database using isql. When I try to build RODBC, I get the following error:
checking for sqlext.h... yes
checking for library containing SQLTables... no
configure: error: "no ODBC driver manager found"
ERROR: configuration failed for package ?RODBC?
* removing ?/usr/local/R-2.11.0/lib64/R/library/RODBC?
The directory /usr/local/unixODBC-2.3.0/lib has the files libodbc.so and libodb...
2016 Jun 20
0
RODBC on Mac & _R_CHECK_FORCE_SUGGESTS_
...environment
> >variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
>
>
> Unfortunately, "install.packages('RODBC')" says it's only available in source form. When I attempt to install from sources, it fails as follows:
>
>
> >checking for sqlext.h... no
> >configure: error: "ODBC headers sql.h and sqlext.h not found"
> >ERROR: configuration failed for package ?RODBC?
> >* removing ?/Library/Frameworks/R.framework/Versions/3.3/Resources/library/RODBC?
> >Warning in install.packages :
> > installation...
2004 Nov 23
0
ROracle: fetch return zero rows or empty dataset (a workaround!)
...sqlcode;
struct
{
/* ub2 */ unsigned short sqlerrml;
/* ub1 */ char sqlerrmc[70];
} sqlerrm;
/* ub1 */ char sqlerrp[8];
/* b4 */ int sqlerrd[6];
/* ub1 */ char sqlwarn[8];
/* ub1 */ char sqlext[8];
};
In rh-postgresql-devel-7.3.6-1 package, it defines sqlca in
/usr/include/sqlca.h, as:
#define SQLERRMC_LEN 70
struct sqlca
{
char sqlcaid[8];
long sqlabc;
long sqlcode;
struct
{
int sqler...