cplusDBAction 4.2 Copyright addoit GmbH 2009
If you do
not have a RPM, you must extract the cplusDBAction-*.*.*-********.tar under
/opt/addoit/cplusDBAction.
You must
set the following environment variables:
export
DBActionBin=/opt/addoit/cplusDBAction/Lib
export
DBActionDeploy=/opt/addoit/cplusDBAction/Lib (can be changed)
export
DBActionInclude=/opt/addoit/cplusDBAction/Include
export
DBActionLib=/opt/addoit/cplusDBAction/Lib
export
DBActionTraceLog=L0:T0:S0:W3:E3:Location=${HOME}/
To meet
your specific needs, the subparts can be reconfigured to one of the following
values:
L#: Log
Level: {0..3}; 0=Off, default=0
T#: Console
Output Level: {0..3}; 0=Off, default=0
S#: SQL
Statement Log Level (SQL Log File): {0..7}; 0=Off, default=0
W#: Warning
Level: {0..3}; 0=Off, default=3
E#: Warning
Level: {0..3}; 0=Off, default=3
Location=Log
Folder. Default=$(HOME)
Depending
on your Linux distribution, you may have to configure the library path
$(DBActionLib)
in the ld.so.conf resp. ld.so.conf.d (do not use any environment variable).
If really
needed, you can use LD_LIBRARY_PATH.
Related Topics