|
I am running a C++ application which calls .so library at the time of execution.
But while running, it gives below error -
rtld: 0712-001 Symbol __ct__3ETDFv was referenced
from module /bancs/aml/lib/libmonitor.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol etd_insert__3ETDFv was referenced
from module /bancs/aml/lib/libmonitor.so(), but a runtime definition
of the symbol was not found.
I checked for all libraries. There is nothing missing.
I am running this on AIX where LIBPATH is also set correctly.
Any Solutions ?
Thanks.
|
|
|
|
|
|
|
|