similar to: unixODBC Centos 5 Testing version

Displaying 20 results from an estimated 4000 matches similar to: "unixODBC Centos 5 Testing version"

2005 Nov 16
0
Fix for Fw: [unixODBC-support] FedoraCore4 and unixODBC __post_internal_error undefined symbol at runtime
Just in case anyone with FC4 and maybe other distros were trying to use unixODBC-2.2.11 and wine's built in odbc32. If your app errors out when you issue a query with an undefined symbol of __post_internal_error you will need to use an early snapshot of the 2.2.12 unixODBC that resolves this issue... Nick Gorham wrote: > Adam Gibson wrote: > >> Using freetds-0.63-1.2.fc4.rf
2008 Jun 15
2
Wine ODBC and unixODBC
Okay, I have been ask to work on a project at work, that entails putting data inside a Microsoft Access database. Most of this work is being done at home, so I am setting up my system to be able to use Access through Wine. I have successfully installed Windows XP Office(thanks CodeWeavers, you guys are the greatest... yes it is the LinuxDemo, saving my pennies to buy the licenses
2016 Jun 02
3
Recent UnixODBC Issues
Kia ora, As many of you are aware (and for those who aren't) as part of Asterisk 13.8 changes went into the res_odbc module to more heavily leverage UnixODBC connection management and pooling capabilities. Previously we would use only a single connection to the database. Since this has been released many individuals have reported crashes and apparent deadlocks as a result of this change.
2003 Aug 01
2
Asterisk community input: FreeTDS (cdr_tds.c) or unixODBC (cdr_unixodbc.c) ?
I would like some Asterisk community input: It was requested of me to create an Asterisk FreeTDS (cdr_tds.c) module to allow Asterisk to populate MS SQL Server (and Sybase) with CDR records. unixODBC has been thrown around as a bright shiny button but it adds an additional layer of DB abstraction. That additional layer of abstraction can cause problems when it is not necessary for our TDS (MS
2010 Mar 10
2
Windows API to connect UnixOdbc is not functional in Wine
Hello, I have configured Wine in Ubuntu 9.04 to use the built-in odbc32.dll which in turn uses the Linux's unixodbc package. When I am trying to run my windows application which actually uses Windows API connecting to Unix ODBC is not working. The API uses is SQLDriverConnect (), that returns me error [unixODBC][Driver Manager]Can't open lib '/usr/lib/libtdsodbc.so' file not
2008 Jan 10
1
Asterisk Realtime unixODBC timeout?
How does one get asterisk to timeout realtime request via res_odbc to unixODBC? I've set timeouts as appropriate for freetds (which unixODBC is using.) However, it doesn't seem to work. It takes over 3 minutes to timeout a connection and queries never seem to timeout, so a channel waiting on a query never terminates. I did notice that res_odbc.c never sets a timeout on the query
2005 Jun 13
1
unixODBC, RODBC, and DB2
All- Does anyone on the list have experience with building RODBC from source on a Linux box for use with DB2? I am using (all from source): R 2.0.1 unixODBC 2.2.9 RODBC 1.1-3 For example: [jcole]$ R CMD INSTALL RODBC_1.1-3.tar.gz 2> rodbc.log * Installing *source* package 'RODBC' ... checking for gcc... gcc checking for C compiler default output file name... a.out checking whether
2005 Feb 22
6
rodbc or unixodbc error
Hi, I'm trying to establish a connection to a MySQL database, and am using the rodbc package for it. This is in a GNU/Debian Linux box, with the corresponding Debian unstable packages. I can login to my MySQL databases from any shell and directory, so the problem is probably not there. Here's an example of what I'm doing: R> odbcConnect("test",
2007 Feb 20
2
RODBC problems with unixodbc
Hi, I noticed that if a column is named "end" in a data frame (table.df below), it leads to errors when trying to sqlSave()'it to a postgresql connection: ---<---------------cut here---------------start-------------->--- con <- odbcConnect("PostgreSQL-DB", uid="user", pwd="password", case="postgresql") R>
2009 Feb 12
4
Rails & unixODBC
Hello, I decided to embrace getting a new Rails application to see an existing MSSQL database and trying to get unixODBC, freeTDS, and ActiveRecord able to query my MSSQL database. I''m following the procedure outlined at http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServerFromRailsOnLinux but my system (Ubuntu 8.10 - Intrepid Ibex, Rails 2.3, Ruby 1.8.7)
2006 Jun 07
3
PHP UnixODBC MS SQl 2000
Hi, I have Asterisk 12.7.1 installed through Asterisk@Home CD. and explicitly I have installed UnixODBC and FREETDS in order to access MS SQL 2000 Database which in on Windows 2003 Server on remote location. I tested connectivity through isql and tsql, both utilities are working fine. I need to access MS SQL 2000 Database through PHP. When I tired to check the connectivity through a Test PHP
2008 Dec 03
0
Unhandled Page Fault ....Help Me...{unixODBC is Crashing in Wine}
>2 0x60b51b11 function_return_ex+0x281(level=3, handle=<register ESI not in topmost frame>, ret_code=-1, save_to_diag=0) [/root/unixODBC-2.2.12/DriverManager/__info.c:4791] in libodbc.so.1 (0x7ed37dbc) Are you running as root? If so, this may be the cause of your problem. If you are running as Oracle, why did you install the ODBC as root? > >I request to fix this issue where
2006 Oct 14
4
RHWAS rebuild efforts
There is a new Web Application Stack that I would like to get the RPMS for into CentOS Plus. I am trying to get the upstream provider to the provide these SRPMS to their public FTP server, but so far they are not there: https://www.redhat.com/archives/nahant-list/2006-October/msg00053.html These RPMS would be a major add to CentOSPlus .... as they would provide an enterprise web stack with
2006 Oct 14
4
RHWAS rebuild efforts
There is a new Web Application Stack that I would like to get the RPMS for into CentOS Plus. I am trying to get the upstream provider to the provide these SRPMS to their public FTP server, but so far they are not there: https://www.redhat.com/archives/nahant-list/2006-October/msg00053.html These RPMS would be a major add to CentOSPlus .... as they would provide an enterprise web stack with
2017 Oct 30
4
Maria 10 breaks unixodbc mysql connector
I recently installed mariadb-server 10.1 by adding the following repository: baseurl = http://yum.mariadb.org/10.1/centos7-amd64 ...all was well until we had a power failure and upon rebooting unixodbc was segfaulting. Once I did a yum undo, the mysql odbc driver was functional. I traced it to the following: [root at ec-ast yum.repos.d]# ldd /usr/lib64/libmyodbc5w.so | grep -iE
2005 Oct 04
1
IODBC instead of UNIXODBC
Hello. It's possible to use IODBC instead UNIXODBC with realtime? As I see, the res Makefile load a odbcinst.h file, but in IODBC there's not this file. I change the res Makefile (iodbcinst.h instead odbcinst.h) and the make create the res_odbc.so. But when asterisk boot it don't start showing: [res_odbc.so]Oct 4 10:24:43 WARNING[9748]: loader.c:314 __load_resource: libiodbc.so.2:
2008 Jan 31
1
centosplus + priority plugin
I have a Centos 4 box that has been updated all the way to 4.6 without using the centosplus repository. Now I want to use the centosplus repository for Centos 4 to get the latest LAMP, mod_perl, perl and other perl modules so that I can install rt 3.6.6 and its necessary modules. However, for some reason, the latest perl package in the centosplus repository does not appear on the radar when
2009 May 18
3
PHP 5.2 or greater availability
Hi there -- Is there a repository that has php version 5.2 or greater available for use with the Centos 5.3 distribution? This includes the development libraries package. Thanks. The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners
2014 Jul 10
0
CEBA-2014:0869 CentOS 6 unixODBC FASTTRACK Update
CentOS Errata and Bugfix Advisory 2014:0869 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0869.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 6e093f67ca1248627b3ff26de2369a81e31a3345aed2bb1e089dcaf0d0674ebf unixODBC-2.2.14-14.el6.i686.rpm
2015 Aug 06
0
CEBA-2015:1542 CentOS 7 unixODBC FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2015:1542 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1542.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 5c1f6a42a94fb5b12dcde973990023487aac346d837414dd330153bc24bee85a unixODBC-2.3.1-11.el7.i686.rpm