search for: libodbcpsql

Displaying 17 results from an estimated 17 matches for "libodbcpsql".

Did you mean: libodbcpsqls
2007 Oct 02
0
Segmentation fault in app_voicemail (ODBC/PSQL problem)
...d a voicemail. As soon as I press the option the server crashes. I ran asterisk up inside gdb and got the following stack trace ==================================================================== Program received signal SIGSEGV, Segmentation fault. 0x00140adf in CI_read_fields () from /usr/lib/libodbcpsql.so (gdb) bt #0 0x00140adf in CI_read_fields () from /usr/lib/libodbcpsql.so #1 0x001594dc in QR_fetch_tuples () from /usr/lib/libodbcpsql.so #2 0x0014255e in CC_send_query () from /usr/lib/libodbcpsql.so #3 0x0015c87c in SC_execute () from /usr/lib/libodbcpsql.so #4 0x0014bd60 in PG_SQLExecute...
2016 Mar 30
2
Asterisk 13.8.0 Now Available
Marek ?ervenka wrote: > and what about > https://www.asterisk-blog.com/2016/02/17/odbc_gutting/ While not in the email these are listed in the CHANGES and UPGRADE.txt file. Going forward we'll try to ensure we include such things in the release notes as well. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at:
2004 Jan 09
1
R and Postgresql (DBI)
Hi, I'm running Debian (Sid), Postgres (7.3.4) and R (1.8.1). I get the following error when I tri to use DBI >library("DBI") > p <- dbDriver("PostgreSQL") Error in do.call(as.character(drvName), list(...)) : couldn't find function "PostgreSQL" Is there any other package I need in order to interface between R and Postgres ?
2010 Apr 13
0
[asterisk users] asterisk realtime - database driven dialplan
...ollows, /etc/odbc.ini [banking] Description = ODBC Testing Driver = PostgreSQL Trace = No Database = asterisk Servername = 127.0.0.1 Username = asterisk Password = secret Port = 5432 /etc/odbcinst.ini [PostgreSQL] Description = ODBC for PostgresQL Driver = /usr/lib/libodbcpsql.so Setup = /usr/lib/odbc/libodbcpsqlS.so FileUsage = 1 /etc/asterisk/res_odbc.conf -- following lines were included, [postgres] enabled = yes dsn = banking pre-connect = yes /etc/asterisk/func_odbc.conf -- following lines were included, [DUMMY] dsn=postgres read=select name from dialplan_...
2010 Jul 21
1
asterisk realtime SIP configuration
...rt = 5432 Protocol = 6.4 ReadOnly = No RowVersioning = No ShowSystemTables = No ShowOidColumn = No FakeOidIndex = No ConnSettings = *odbcinst.ini* [PostgreSQL] Description = ODBC for PostgreSQL Driver = /usr/lib64/libodbcpsql.so Setup = /usr/lib64/libodbcpsqlS.so FileUsage = 1 * res_odbc.conf* [postgres] enabled => yes dsn => PostgreSQL username =>postgres password =>postgres pre-connect => yes *Database table in postgres "sip" :* Column | Type...
2019 Oct 12
3
setting up ODBC for cdr logging into MariaDB
...x-gnu/odbc/libnn.so /usr/lib/x86_64-linux-gnu/odbc/libodbcdrvcfg1S.so /usr/lib/x86_64-linux-gnu/odbc/libodbcdrvcfg2S.so /usr/lib/x86_64-linux-gnu/odbc/libodbcminiS.so /usr/lib/x86_64-linux-gnu/odbc/libodbcmyS.so /usr/lib/x86_64-linux-gnu/odbc/libodbcnnS.so /usr/lib/x86_64-linux-gnu/odbc/libodbcpsqlS.so /usr/lib/x86_64-linux-gnu/odbc/libodbctxtS.so /usr/lib/x86_64-linux-gnu/odbc/liboplodbcS.so /usr/lib/x86_64-linux-gnu/odbc/liboraodbcS.so /usr/lib/x86_64-linux-gnu/odbc/libsapdbS.so /usr/lib/x86_64-linux-gnu/odbc/libtdsS.so I have tries many possible permutations, but none worked. t...
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",
2006 Jun 17
1
ODBC cdr tearing my hair out
svn trunk. I'm trying to get cdr to work with my odbc database. I have followed a checklist that I had previously but still can't get it to work. There are no errors (verbose 40 and debug 40), I get [cdr_odbc.so] => (ODBC CDR Backend) == Parsing '/etc/asterisk/cdr_odbc.conf': Found *CLI> cdr status CDR logging: enabled CDR mode: simple CDR registered backend:
2009 Jan 09
1
shake rattle() and roll
...ditionally. Then then configure /sw/etc/odbc*.ini and unixODBC works, but iODBC doesn't. Even if you symlink the INI files to /Library/ODBC it doesn't work. Even if you remove theunixODBC installation and only use the /Library/ODBC/ odbc*.ini files it doesn't work. Even if you copy libodbcpsql.so and libodbcpsqlS.so from /sw/lib/ to /usr/local/lib/ and then remove unixODBC (through fink) it doesn't work. However, if you leave the two libs in /usr/local/lib after removel of unixODBC install the libiodbc/libiodbc-shlibs packages from fink, and then symlink the ini files to /sw...
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with Samba > 2.0. However as it is not supported on all systems it is not included > in the default build (it should work nicely on Solaris though). > Essentially smbwrapper is a preloaded library which intercepts system calls and > simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2001 Oct 31
1
shared libraries on FreeBSD 4.*
....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)) : unable to load shar...
2004 Dec 31
1
Help With Configuration From Odbc
...=XXXX Port=5432 Protocol=7.4 ReadOnly=No RowVersioning=No ShowSystemTables=Yes ShowOidColumn=Yes FakeOidIndex=Yes ConnSettings= root@pbx:# cat /etc/odbcinst.ini [PostgreSQL] Description=PostgreSQL ODBC driver for Linux and Windows Driver=/usr/local/lib/psqlodbc.so Setup=/usr/lib/odbc/libodbcpsqlS.so Debug = 1 CommLog = 1 root@pbx:# echo "select * from ast_config where filename='iax.conf' and commented=0 order by filename,cat_metric desc,var_metric asc,category,var_name,var_val,id" | isql Asterisk <lot of output from table> SQLRowCount returns 39 39 row...
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[0x2a...
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[0x2a...
2008 Feb 23
2
MySQL Voicemail Storage Questions\Errors
...terisk, using menuconfig to turn on ODBC voicemail storage. Here is the output of some config files: [root at Aiur asterisk]# cat /etc/odbcinst.ini # Example driver definitinions # # # Included in the unixODBC package #[PostgreSQL] #Description = ODBC for PostgreSQL #Driver = /usr/lib/libodbcpsql.so #Setup = /usr/lib/libodbcpsqlS.so #FileUsage = 1 # Driver from the MyODBC package # Setup from the unixODBC package [MySQL] Description = ODBC for MySQL Driver = /usr/lib64/libmyodbc3.so Setup = /usr/lib64/libodbcmyS.so FileUsage = 1 You have new mail...
2009 Feb 12
4
Rails & unixODBC
...o -rw-r--r-- 1 root root 5328 2008-09-01 03:14 libodbcdrvcfg2S.so -rw-r--r-- 1 root root 5388 2008-09-01 03:14 libodbcminiS.so -rw-r--r-- 1 root root 9440 2008-09-01 03:14 libodbcmyS.so -rw-r--r-- 1 root root 5332 2008-09-01 03:14 libodbcnnS.so -rw-r--r-- 1 root root 5424 2008-09-01 03:14 libodbcpsqlS.so -rw-r--r-- 1 root root 148972 2008-09-01 03:14 libodbctxt.so -rw-r--r-- 1 root root 5352 2008-09-01 03:14 libodbctxtS.so -rw-r--r-- 1 root root 9720 2008-09-01 03:14 liboplodbcS.so -rw-r--r-- 1 root root 5332 2008-09-01 03:14 liboraodbcS.so -rw-r--r-- 1 root root 5332 2008-09-01 03:14 l...
2004 Dec 17
6
Realtime and PostgreSQL
...ox password => ecom1091 pre-connect => yes res_config_odbc.conf: [settings] table => ast_config connection => PostgeSQL odbcinst.ini: # Example driver definitinions # # # Included in the unixODBC package [PostgreSQL] Description = ODBC for PostgreSQL Driver = /usr/lib/libodbcpsql.so Setup = /usr/lib/libodbcpsqlS.so FileUsage = 1 odbc.ini: [PostgreSQL] Description = Postgres Driver = PostgreSQL Trace = Yes TraceFile = sql.log Database = asterisk Servername = localhost UserName = ast...