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 should be able to compile and link it with default options.
Cheers, Daniel
On 23/03/15 18:27, Alex Balashov wrote:
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