Displaying 1 result from an estimated 1 matches for "dm_log_writ".
Did you mean:
dm_log_write
2005 Nov 16
0
Fix for Fw: [unixODBC-support] FedoraCore4 and unixODBC __post_internal_error undefined symbol at runtime
...app.exe
>> /usr/bin/wine-pthread: symbol lookup error: /usr/lib/libodbccr.so.1:
>> undefined symbol: __post_internal_error
>>
>>
>> Sure enough ldd thinks it is undefined.
>>
>> [user@host tmp]$ ldd -r /usr/lib/libodbccr.so.1.0.0
>> undefined symbol: dm_log_write (/usr/lib/libodbccr.so.1.0.0)
>> undefined symbol: __post_internal_error (/usr/lib/libodbccr.so.1.0.0)
>>
>>
>> libodbc.so.1.0.0 is not exporting it either.
>>
>> [user@host tmp]$ nm -oD /usr/lib/libodbc.so.1.0.0|grep
>> post_internal_error
>>
>...