search for: lodbc

Displaying 19 results from an estimated 19 matches for "lodbc".

Did you mean: odbc
2009 Oct 31
3
unable to compile RODBC (R 2.9.2, AIX)
...(linker error, not compiler error) RODBC for R 2.9.2 on AIX 5.3 using gcc. I get the following error: gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/usr/lib -L/usr/X 11R6/lib -L/usr/local/lib -L/opt/freeware/lib -L/opt/freeware/lib64 -o RODBC.so RODBC.o -lodbc -lm -L/usr/l ocal/builddir/lib -lR ld: 0711-738 ERROR: Input file /usr/lib/libodbc.so: XCOFF32 object files are not allowed in 64-bit mode. collect2: ld returned 8 exit status gmake: *** [RODBC.so] Error 1 ERROR: compilation failed for package 'RODBC' I would appreciate any help I...
2002 Oct 27
3
RODBC patchlet
...small change outlined below. ] The current version in CRAN's devel directories fails to build under R 1.6.1 (beta from Oct 27): chibud:/home/edd/RODBC# R CMD INSTALL . * Installing *source* package 'RODBC' ... creating cache ./config.cache checking for library containing SQLTables... -lodbc updating cache ./config.cache creating ./config.status creating src/Makevars ** libs gcc -I/usr/lib/R/include -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c RODBC.c -o RODBC.o RODBC.c:22: parse error make: *** [RODBC.o] Error 1 ERROR: compilation failed for package 'RODBC' My quick solu...
2007 Jan 03
2
RODBC compile error with R 2.4.1
...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 `config.log' for more details. ERROR: configuration failed for package 'RODBC' ** Removing '/usr/local/lib/R/library/RODBC&...
2005 Jun 13
1
unixODBC, RODBC, and DB2
...e cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for library containing SQLTables... -lodbc configure: creating ./config.status config.status: creating src/Makevars ** libs gcc -I/home/jcole/lib/R/include -I/usr/local/include -fPIC -g -O2 -c RODBC.c -o RODBC.o ** Removing '/home/jcole/lib/R/library/RODBC' ** Restoring previous '/home/jcole/lib/R/library/RODBC' From...
2005 Oct 01
3
Adding Cepstral to Asterisk
...GNU_SOURCE -shared -Xlinker -x -o $@ $< -lz -lm -lswift -lceplex_us -lceplang_en -lz -ldl -L/opt/swift/lib -I/opt/swift/include Make sure the $(CC) line starts with a tab, not spaces. I didn't see a lot about voicemail: app_sql_odbc.so: app_sql_odbc.o $(CC) $(SOLINK) -o $@ $< -lodbc app_cepstral.so: app_cepstral.c $(CC) -D_GNU_SOURCE -shared -Xlinker -x -o $@ $< -lz -lm -lswift -lceplex_us -lceplang_en -lz -ldl -L/opt/swift/lib -I/opt/swift/include look: look.c $(CC) -pipe -O6 -g look.c -o look -lncurses I checked the /etc/ld.so.conf file for a line li...
2004 Jun 22
1
Problems compiling cdr_odbc.so
...success, I am switching to cdr_odbc. I have installed unixODBC, iODBC and MyODBC correctly, I am even able to make queries with isql. But when trying to "make" in the cdr directory of the latest CVS, that's what I get: # cd /usr/src/asterisk/cdr # make cc -o cdr_odbc.so cdr_odbc.o -lodbc /usr/lib/gcc-lib/i386-redhat-linux/3.3.2/../../../crt1.o(.text+0x18): In function `_start': : undefined reference to `main' cdr_odbc.o(.text+0x197): In function `odbc_log': : undefined reference to `option_verbose' cdr_odbc.o(.text+0x1ae): In function `odbc_log': : undefin...
2006 Mar 09
0
Sybase/FreeTDS and RoR
...for the join). I could not manage to have the sybase driver for ruby compile with FreeTDS. So I try to run a ODBC bridge. All seems good (freeTDS runnin, unixODBC working with freeTDS) but ruby-odbc. I can''t find how to tell the extconf.rb script where to look for the sql.h and other -lodbc files (all are in /local/lib/include ou /local/lib/lib). Any advice ? Tony -- Posted via http://www.ruby-forum.com/.
2004 Dec 13
1
R 2.0.1 and RODBC install problem
...e cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for library containing SQLTables... -lodbc configure: creating ./config.status config.status: creating src/Makevars ** libs gcc -I/usr/local/lib/R/include -I/usr/local/include -fPIC -g -O2 -c RODBC.c -o RODBC.o RODBC.c:23:17: sql.h: No such file or directory RODBC.c:24:20: sqlext.h: No such file or directory RODBC.c:44: error: parse err...
2006 Oct 13
1
Problemss compiling RODBC
...ibpcre.so. 0: ELF file OS ABI invalid ** libs cc -I/usr/local/lib/R/include - I/usr/local/lib/R/include -I. -I/usr/local/include - I/usr/local/include -D__NO_MATH_INLINES -fpic -O2 -fno-strict- aliasing -pipe -march=pentium4 -c RODBC.c -o RODBC.o cc -shared - L/usr/local/lib -o RODBC.so RODBC.o -lodbc -L/usr/local/lib - L/usr/local/lib -L/usr/local/lib/R/lib -lR ** R ** inst ** preparing package for lazy loading ** help etc.
2006 Nov 23
0
Asterisk 1.4 Error
...C from the source files. I've built and tested an odbc connection. I'm trying to install Asterisk 1.4. I can't get it to recognize the unixODBC installation. I've tried using the "--with-odbc=/usr/local" flag to the configure process. .... checking for SQLConnect in -lodbc... no configure: *** configure: *** The unixODBC installation on this system appears to be broken. configure: *** without explicitly specifying --with-odbc The above example is with the odbc flag specified to Configure. However, there's no difference in results with or without the flag. Do...
2007 Mar 21
0
install and setup app_mp4 application
...to http://sip.fontventa.com/content/view/15/44/ i have compiled the mpeg4ip libries without problem. After copying the app_mp4.c file into de Asterisk apps directory and changing the Makefile like. [...] app_sql_odbc.so: app_sql_odbc.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -lodbc app_mp4.so : app_mp4.o $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -lmp4 -lmp4v2 ifeq (SunOS,$(shell uname)) app_chanspy.so: app_chanspy.o $(CC) $(SOLINK) -o $@ $< -lrt endif [...] i get following error. Mar 21 19:08:22 WARNING[26686]: pbx.c:1720 pbx_extension_helper:...
2007 Oct 01
1
ODBC version for cdr?
...-odbc-3.51.12-2.2 mysql-5.0.22-2.1 Contents of odbcinst.ini # Driver from the MyODBC package # Setup from the unixODBC package [MySQL] Description = ODBC for MySQL Driver = /usr/lib/libmyodbc.so Setup = /usr/lib/libodbcmyS.so FileUsage = 1 checking for SQLConnect in -lodbc... no configure: *** configure: *** The unixODBC installation on this system appears to be broken. configure: *** Either correct the installation, or run configure configure: *** without explicitly specifying --with-odbc -- ----- Chris Stinson Network Operations Center ISDN-Net, Inc. 615-221-42...
2012 Aug 24
0
Error while installing RODBC_1.3-6.tar.gz on Redhat linux
...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 `config.log' for more details. ERROR: configuration failed for package ?RODBC? Regards, Divya **************** CAUTION - Disclaimer...
2006 Mar 18
0
No subject
...he driver manager apparently isn't set up correctly, it tells > me I must install a driver manager....or "no ODBC driver manager found". Quote from the README: The RODBC package is installed in the standard way (R CMD INSTALL RODBC) and needs the ODBC driver manager library (-lodbc or -lodbc32 or -liodbc) to be in the library search path (and library run path). It is just telling you that you have not done that .... > I have unixODBC installed... > > Ugh. I'm giving up on this for today. I just found out that there is > no odbc rpm for postgres 7.3.1,...
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
2004 May 25
10
spandsp hylafax asterisk and confusion
I have been attempting to download, compile and configure spandsp to function with * without much luck. I am guessing that some assumptions were made regarding the users knowledge level of Linux. Sadly, I must not live up to those assumptions. My problem begins when after compiling spandsp I look for the app_rxfax.c, app_txfax.c, app_dtmftotext.c and makefile.patch files to place in the
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this? gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff In file included from app_rxfax.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is reported
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575: CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect make[1]: Entering directory `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' gcc -m64 -march=native -mtune=native -floop-interchange -floop-strip-mine -floop-block -c -o
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...ibfontconfig.1.dylib checking for -lssl... libssl.1.0.0.dylib checking for -lcrypto... libcrypto.1.0.0.dylib checking for -ljpeg... libjpeg.8.dylib checking for -lpng... libpng12.0.dylib checking for png_set_expand_gray_1_2_4_to_8 in -lpng... yes checking for -ltiff... libtiff.3.dylib checking for -lodbc... not found checking for gcc strength-reduce bug... no checking whether the compiler supports -fno-builtin... yes checking whether the compiler supports -fno-strict-aliasing... yes checking whether the compiler supports -Wdeclaration-after-statement... yes checking whether the compiler supports -W...