OneAgent-SDK-Python-AutoInstrumentation icon indicating copy to clipboard operation
OneAgent-SDK-Python-AutoInstrumentation copied to clipboard

oraclelinux:7.9 - ERROR: ld.so: object liboneagentproc.so from /etc/ld.so.preload cannot be preloaded: ignored.

Open pharbuz-spica opened this issue 3 years ago • 0 comments

Hi,

We have a problem with the autodynatrace library running on OpenShift pod using image oraclelinux:7.9. The problem depends on that after installation we get the following error: sh-4.2$ python3 pip list ERROR: [ld.so](http://ld.so/): object '/opt/dynatrace/oneagent/agent/lib64/[liboneagentproc.so](http://liboneagentproc.so/)' from LD_PRELOAD cannot be preloaded: ignored. ERROR: [ld.so](http://ld.so/): object '/opt/dynatrace/oneagent/agent/bin/current/linux-x86-64/[liboneagentproc.so](http://liboneagentproc.so/)' from /etc/[ld.so](http://ld.so/).preload cannot be preloaded: ignored. 2022-10-10 17:54:43,430: 17 WARNING autodynatrace - init: Could not initialize the OneAgent SDK, AgentState: 3 python3: can't open file 'pip': [Errno 2] No such file or directory sh-4.2$ python3 -m pip list ERROR: [ld.so](http://ld.so/): object '/opt/dynatrace/oneagent/agent/lib64/[liboneagentproc.so](http://liboneagentproc.so/)' from LD_PRELOAD cannot be preloaded: ignored. ERROR: [ld.so](http://ld.so/): object '/opt/dynatrace/oneagent/agent/bin/current/linux-x86-64/[liboneagentproc.so](http://liboneagentproc.so/)' from /etc/[ld.so](http://ld.so/).preload cannot be preloaded: ignored. 2022-10-10 17:54:56,304: 18 WARNING autodynatrace - init: Could not initialize the OneAgent SDK, AgentState: 3 ERROR: [ld.so](http://ld.so/): object '/opt/dynatrace/oneagent/agent/lib64/[liboneagentproc.so](http://liboneagentproc.so/)' from LD_PRELOAD cannot be preloaded: ignored. ERROR: [ld.so](http://ld.so/): object '/opt/dynatrace/oneagent/agent/bin/current/linux-x86-64/[liboneagentproc.so](http://liboneagentproc.so/)' from /etc/[ld.so](http://ld.so/).preload cannot be preloaded: igno

The OpenShift cluster is instrumented using Dynatrace Operator 0.9.0.

pharbuz-spica avatar Oct 11 '22 07:10 pharbuz-spica