search for: libodbc

Displaying 20 results from an estimated 35 matches for "libodbc".

2009 Aug 21
3
Core dump gets created while accessing voicemail
...ollowing are the traces i found while troubleshooting the issue. 1) I found a .lock file created in the INBOX folder of my mailbox 2) The following core dump gets created during the first time the voicemessage access got failed. * (gdb) bt *#0 0x000000322b417649 in SQLFreeEnv () from /usr/lib64/libodbc.so.1 #1 0x000000322b417b5c in SQLFreeHandle () from /usr/lib64/libodbc.so.1 #2 0x00002aaac132ccdd in message_exists (dir=<value optimized out>, msgnum=<value optimized out>) from /usr/lib/asterisk/modules/app_voicemail.so #3 0x00002aaac132dab2 in save_to_folder (vmu=0x41751e80, vm...
2010 May 12
1
R 2.11.0 on RHEL5 / RODBC
...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 libodbc.la, and LD_LIBRARY_PATH has /usr/local/lib64:/usr/lib64:/usr/local/unixODBC-2.3.0/lib. Also, there is no other unixODBC version on the box. I would appreciate any help in this regard. Thanks.
2009 Jun 02
0
Segfault on unload of chan_h323 in asterisk-1.4.25
...1.20-beta5 (0x0000003c92400000) libpt.so.2.4.2 => /usr/lib64/libpt.so.2.4.2 (0x0000003c92e00000) libssl.so.6 => /lib64/libssl.so.6 (0x000000399c600000) libcrypto.so.6 => /lib64/libcrypto.so.6 (0x000000399a200000) libz.so.1 => /usr/lib64/libz.so.1 (0x0000003992000000) libodbc.so.1 => /usr/lib64/libodbc.so.1 (0x0000003990800000) libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x0000003999e00000) libm.so.6 => /lib64/libm.so.6 (0x0000003991400000) libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000003996800000) libc.so.6 => /lib64/libc.so.6 (0x0000003...
2009 Aug 29
1
RPM complaining it needs .so files, while these are actually present
Hello When I try to install a package I built myself (java-1.6.0-sun-1.6.0.16-1jpp.x86_64.rpm - took the java-1.6.0 srpm from jpackage and bumped the version number), it complains: Error: Missing Dependency: libodbcinst.so()(64bit) is needed by package java-1.6.0-sun-1.6.0.16-1jpp.x86_64 (java-1.6.0-sun-1.6.0.16-1jpp.x86_64.rpm) Error: Missing Dependency: libodbc.so()(64bit) is needed by package java-1.6.0-sun-1.6.0.16-1jpp.x86_64 (java-1.6.0-sun-1.6.0.16-1jpp.x86_64.rpm) However, I definately have these fil...
2005 Nov 16
0
Fix for Fw: [unixODBC-support] FedoraCore4 and unixODBC __post_internal_error undefined symbol at runtime
...package from Fedora updates. I have wine >> configured to use unixODBC. Connecting to the database works but when >> the app issues a query wine fails with the error: >> >> [user@host tmp]$ wine testdbapp.exe >> /usr/bin/wine-pthread: symbol lookup error: /usr/lib/libodbccr.so.1: >> undefined symbol: __post_internal_error >> >> >> Sure enough ldd thinks it is undefined. >> >> [user@host tmp]$ ldd -r /usr/lib/libodbccr.so.1.0.0 >> undefined symbol: dm_log_write (/usr/lib/libodbccr.so.1.0.0) >> undefined symbol: __post...
2009 Oct 31
3
unable to compile RODBC (R 2.9.2, AIX)
...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 can get in this regard. Thanks.
2010 Jan 26
1
Stack smashing in RODBC
...rw-p 00055000 fd:00 226761 /usr/lib/R/library/stats/libs/stats.so 0088a000-00890000 r-xp 00000000 fd:00 225678 /usr/lib/R/library/methods/libs/methods.so 00890000-00891000 rw-p 00005000 fd:00 225678 /usr/lib/R/library/methods/libs/methods.so 00891000-008fd000 r-xp 00000000 fd:00 66770 /usr/lib/libodbc.so.2.0.0 008fd000-00902000 rw-p 0006b000 fd:00 66770 /usr/lib/libodbc.so.2.0.0 00921000-0092c000 r-xp 00000000 fd:00 31904 /lib/libnss_files-2.11.1.so 0092c000-0092d000 r--p 0000a000 fd:00 31904 /lib/libnss_files-2.11.1.so 0092d000-0092e000 rw-p 0000b000 fd:00 31904 /lib/libnss_...
2007 May 13
3
MySQL ODBC stub
The wine odbc stub (odbc32.dll) has a environment variable to point to unix odbc driver: LIB_ODBC_DRIVER_MANAGER=/usr/lib/libodbc.so.1 Is there a stub to use MySQL ODBC driver: /usr/lib/libmyodbc3.so.1 ? I have an application that uses the MySQL ODBC driver and I coul not install the native driver : mysql-connector-odbc-3.51.12-win32.msi -- Marco Aur?lio
2012 Dec 21
0
segfault reading large BLOB from SQL Server
...00015000 fd:07 131104 /lib64/libpthread-2.5.so 35f0816000-35f0817000 rw-p 00016000 fd:07 131104 /lib64/libpthread-2.5.so 35f0817000-35f081b000 rw-p 35f0817000 00:00 0 35f0a00000-35f0a5c000 r-xp 00000000 fd:0a 816812 /usr/lib64/libodbc.so.1.0.0 35f0a5c000-35f0c5c000 ---p 0005c000 fd:0a 816812 /usr/lib64/libodbc.so.1.0.0 35f0c5c000-35f0c64000 rw-p 0005c000 fd:0a 816812 /usr/lib64/libodbc.so.1.0.0 35f1a00000-35f1a35000 r-xp 00000000 fd:0a 812139 /usr/lib64/libr...
2012 May 27
1
SOS! R Console crashed after loading RODBC... Update: Re: How to set up RODBC? Diff between R Console and RStudio?
...can successfully load("RODBC"). But in >> the plain R Console, I just couldn't get it work: >> >> (For some special and important reasons, I have to make the RODBC work in >> R Console, not the RStudio.) >> >> At first, the some shared library "libodbc.so" couldn't be found... it's >> right there, but R Console just couldn't find it. >> >> I then find that the >> >> Sys.getenv("LD_LIBRARY_PATH") is different for R Console vs. RStudio. >> >> Weirdly, the LD_LIBRARY_PATH in RStudi...
2009 Jun 29
0
Asterisk ended with exit status 134... Asterisk exited on signal 6.
...122392 /usr/lib/asterisk/modules/func_audiohookinherit.so 002dd000-002e1000 r-xp 00000000 fd:00 122274 /usr/lib/asterisk/modules/res_monitor.so 002e1000-002e2000 rw-p 00004000 fd:00 122274 /usr/lib/asterisk/modules/res_monitor.so 002e2000-00352000 r-xp 00000000 fd:00 55924 /usr/lib/libodbc.so.1.0.0 00352000-00357000 rw-p 0006f000 fd:00 55924 /usr/lib/libodbc.so.1.0.0 00357000-0036d000 r-xp 00000000 fd:00 309044 /lib/libnsl-2.9.so 0036d000-0036e000 r--p 00016000 fd:00 309044 /lib/libnsl-2.9.so 0036e000-0036f000 rw-p 00017000 fd:00 309044 /lib/libnsl-2.9.so 0036f000-00...
2013 Apr 26
0
glibc detected crash
...002fc000-0030b000 r-xp 00000000 08:02 723047 /usr/lib/asterisk/modules/res_odbc.so 0030b000-0030c000 rw-p 0000f000 08:02 723047 /usr/lib/asterisk/modules/res_odbc.so 0030c000-00378000 r-xp 00000000 08:02 572483 /usr/lib/libodbc.so.2.0.0 00378000-0037c000 rw-p 0006c000 08:02 572483 /usr/lib/libodbc.so.2.0.0 0037c000-0037d000 rw-p 00000000 00:00 0 0037d000-00383...
2001 Oct 31
1
shared libraries on FreeBSD 4.*
...che ./config.cache checking for library containing SQLTables... no configure: error: no ODBC driver manager found ERROR: Configuration failed for package `RODBC' I have unixODBC and libiodbc installed in /usr/local/lib and "nm -g" returns the symbol SQLTables in libiodbc.so, libodbc.so, libodbcpsql.so, libpsqlodbc.so. -L/usr/local/lib is in the FLIBS statement so that is not the problem. RSPython installs fine, but when I load the library in R 'library(RSPython' it returns the following: Error in dyn.load(x, as.logical(local), as.logical(now)) : una...
2019 Oct 12
3
setting up ODBC for cdr logging into MariaDB
...BC. I have installed unixodbc unixodbc-dev and now I am struggling with configuring /etc/odbcinst.ini All the examples online use non-existent libraries, ie: [MySQL] Description = MySQL ODBC MyODBC Driver Driver = /usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so Setup = /usr/lib/x86_64-linux-gnu/odbc/libodbcmyS.so FileUsage = 1 I have these odbc related libraries on my system. Which of those do I have to use for `Driver =` ? /usr/lib/x86_64-linux-gnu/libodbc.so /usr/lib/x86_64-linux-gnu/libodbccr.so /usr/lib/x86_64-linux-gnu/libodbcinst.so /usr/lib/x86_64-linux-gnu/odbc/libesoobS.so /usr/l...
2008 Oct 31
1
*** buffer overflow detected ***: /usr/lib64/R/bin/exec/R terminated on R 2.6.2 to 2.8.0: logging a bug?
...57] /lib64/libc.so.6[0x2ad38a3f27e0] /lib64/libc.so.6[0x2ad38a3f1db9] /lib64/libc.so.6(_IO_default_xsputn+0x8e)[0x2ad38a379b5e] /lib64/libc.so.6(_IO_vfprintf+0x3c22)[0x2ad38a351fa2] /lib64/libc.so.6(__vsprintf_chk+0x9d)[0x2ad38a3f1e5d] /lib64/libc.so.6(__sprintf_chk+0x80)[0x2ad38a3f1da0] /usr/lib64/libodbcpsql.so.2(SQLGetInfo+0x973)[0x2ad38de11013] /usr/lib64/libodbc.so.1(SQLGetInfo+0x624)[0x2ad38c5e91a4] /usr/lib64/R/library/RODBC/libs/RODBC.so(RODBCGetInfo+0xbb)[0x2ad38c393a9b] /usr/lib64/R/lib/libR.so[0x2ad389c2562d] /usr/lib64/R/lib/libR.so(Rf_eval+0x6a1)[0x2ad389c4ef31] /usr/lib64/R/lib/libR.so[...
2008 Oct 31
1
*** buffer overflow detected ***: /usr/lib64/R/bin/exec/R terminated on R 2.6.2 to 2.8.0: logging a bug?
...57] /lib64/libc.so.6[0x2ad38a3f27e0] /lib64/libc.so.6[0x2ad38a3f1db9] /lib64/libc.so.6(_IO_default_xsputn+0x8e)[0x2ad38a379b5e] /lib64/libc.so.6(_IO_vfprintf+0x3c22)[0x2ad38a351fa2] /lib64/libc.so.6(__vsprintf_chk+0x9d)[0x2ad38a3f1e5d] /lib64/libc.so.6(__sprintf_chk+0x80)[0x2ad38a3f1da0] /usr/lib64/libodbcpsql.so.2(SQLGetInfo+0x973)[0x2ad38de11013] /usr/lib64/libodbc.so.1(SQLGetInfo+0x624)[0x2ad38c5e91a4] /usr/lib64/R/library/RODBC/libs/RODBC.so(RODBCGetInfo+0xbb)[0x2ad38c393a9b] /usr/lib64/R/lib/libR.so[0x2ad389c2562d] /usr/lib64/R/lib/libR.so(Rf_eval+0x6a1)[0x2ad389c4ef31] /usr/lib64/R/lib/libR.so[...
2011 Apr 29
5
My first attempts at Wine
...ne - the default install version is set to v1.1.43, so that wasted a lot of time. I then installed Wine v1.3.13 , since the stable v1.2 wasn't on offer. I'm going to need Java Runtime Environment, so I started by downloading and installing that - it installed OK but noted that libmawt.so , libodbcinst.so and libodbc.so were missing. Moving on ... I downloaded the installation package for BitMeter2, and ran the installer, which seemed to work OK, and I can see in WineFile: /root/.wine/drive_c/Program Files/Codebox/BitMeter/BitMeter2.exe I double-click it and nothing happens. WinFile > Fil...
2006 Jul 21
5
problem usin MS RDO to acces a database
My name is Marcelo Luda, I'm new to the list. I'm from Argentina and in the place where I work we ara planing to migrate to linux, but only if we can manage to run all the software we now use in windows. Obisuly, we are trying with Wine :-) Most of the app I need to run use MS RDO . We managed to install sussefully RDO and MSODBC but the apps crash when they try to use it. I attached a
2016 May 29
2
asterisk odbc segfaults
doesnt work for me Dne 29.5.2016 v 17:48 Niklas Larsson napsal(a): > Hi, > > > On 2016-05-27 18:28, Marek ?ervenka wrote: >> after downgrade to 13.8.2 >> May 27 18:21:06 ast kernel: asterisk[16286]: segfault at 1010024 ip >> b49162cd sp bfac0940 error 4 in >> libmysqlclient.so.16.0.0[b48f1000+12e000] >> >> after downgrade to 13.7.2 >>
2005 May 04
4
Problem with realtime SIP
Hi Guys, We have just set up Asterisk (CVS Head) for a realtime enviorment using MySQL & Asterisk Addons. I have populated the "sip_buddies" table with the same information that is came from our sip.conf, however registration seems to fail for the softphone we have set up. Does anyone have any idea as to what I should be looking for here? I'm not getting any error messages