[Home]

Summary:ASTERISK-06419: [patch] res_config_odbc.so not linked with odbc
Reporter:Denis Smirnov (mithraen)Labels:
Date Opened:2006-02-25 09:07:37.000-0600Date Closed:2011-06-07 14:10:10
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) Makefile.diff
Description:res_config_odbc.so not linked with odbc.
Comments:By: Tilghman Lesher (tilghman) 2006-02-25 10:25:22.000-0600

It actually doesn't make any difference, because res_odbc.so is a dependency of res_config_odbc.so and res_odbc.so is already linked with libodbc.  You cannot use res_config_odbc.so without also using res_odbc.so, so the point is moot.