timcoleman opened a new issue, #189: URL: https://github.com/apache/logging-log4cxx/issues/189
log4cxx/src/main/include/CMakeLists.txt contains a pkg-config check for ODBC, and if it is available, then the ODBC appender will be compiled and log4cxx will depend on the ODBC shared library. If the log4cxx library is compiled on a system that has libodbc, but then used on a separate system that does not have libodbc, then it will fail to load. Basically, I'm looking for a flag that can be used to disable the ODBC appender from the cmake command line. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
