zoukankan      html  css  js  c++  java
  • freeswitch ODBC error: ODBC NOT AVAILABLE!

    报错

    [CRIT] switch_core_sqldb.c:433 Failure! ODBC NOT AVAILABLE!

    意思是odbc不可用

    1.首先检查unixODBC与unixODBC-devel安装是否有问题,在看下isql -v DSN是否能连接上

    Check you have the unixodbc development package installed when building (usually unixodbc-dev or unixodbc-devel).

    2.如果安装都没问题,那就可能是安装时没有./configure --enable-core-odbc-support,在进入freeswitch源码目录下,执行重新make&& make install就OK了

    It should be auto-detected if installed, but to be sure run configure with the --enable-core-odbc-support to force it to look for it, that'll should then give you an error if it can't find it.

  • 相关阅读:
    iOS-导航条
    iOS-存储
    iOS-模型传递
    iOS-日期相关
    iOS-UIViewController
    iOS-loadView方法
    iOS-UIWindow
    Spring 测试
    Spring条件注解@Conditional
    Spring多线程
  • 原文地址:https://www.cnblogs.com/tzp_8/p/2839847.html
Copyright © 2011-2022 走看看