Re: [SR-Users] Compiling with db_unixodbc

2015-03-24 Thread Grant Bagdasarian
: Re: [SR-Users] Compiling with db_unixodbc Also, it may be needed to set the path to the libraries, not to get the missing symbols when starting kamailio with the module -- see modules/db_unixodbc/Makefile and adjust the values for DEFS and LIBS variables. On the other hand, if you install

Re: [SR-Users] Compiling with db_unixodbc

2015-03-23 Thread Daniel-Constantin Mierla
Also, it may be needed to set the path to the libraries, not to get the missing symbols when starting kamailio with the module -- see modules/db_unixodbc/Makefile and adjust the values for DEFS and LIBS variables. On the other hand, if you install unixodbc from the packages of OS distro, kamailio

Re: [SR-Users] Compiling with db_unixodbc

2015-03-23 Thread Alex Balashov
Grant, You may need to add /usr/local/unixODBC/ to the header include path for this module compile, e.g. add -I/usr/local/unixODBC/ to the Makefile at the appropriate place.ers -- Alex -- Alex Balashov | Principal | Evariste Systems LLC 303 Perimeter Center North, Suite 300 Atlanta, GA 30346

[SR-Users] Compiling with db_unixodbc

2015-03-23 Thread Grant Bagdasarian
Hello, I'm trying to compile Kamailio 4.2.3 on Debian 7.8 with db_unixodbc but the sql.h file can't be found. I've used the following command to compile and install unixODBC. tar -zxvf unixODBC-2.3.2.tar.gz && cd unixODBC-2.3.2 && ./configure --sysconfdir=/etc --

Re: [SR-Users] Compiling with db_unixodbc

2013-07-05 Thread Daniel-Constantin Mierla
Hello, On 7/3/13 8:18 AM, Grant Bagdasarian wrote: Hello, I don't know if this has already been reported, but I've downloaded kamailio 4.0.2 and tried to compile it with db_unixodbc. I got the following error: CC (gcc) [M db_unixodbc.so] _con.o _con.c:34:17: fatal error: con.h: No such fi

[SR-Users] Compiling with db_unixodbc

2013-07-02 Thread Grant Bagdasarian
Hello, I don't know if this has already been reported, but I've downloaded kamailio 4.0.2 and tried to compile it with db_unixodbc. I got the following error: CC (gcc) [M db_unixodbc.so] _con.o _con.c:34:17: fatal error: con.h: No such file or directory compilation terminated. make[1