Qna with Linux 7.1.1.315 client not working

(imported topic written by menke123491)

I’ve noticed qna that comes with the Linux 7.1.1.315 client is not working. I’m receiving the following error -

./qna: error while loading shared libraries: libBEScrypto_1_0_0_1.so: cannot open shared object file: No such file or directory

This library does exist - in the same directory as qna. I’ve experienced this problem with all of our Linux 7.1.1.315 clients (5 or 6 of them). Is anyone else having this problem?

(imported comment written by NoahSalzman)

Hi Menke1234,

It’s a bug. You can set the LD_LIBRARY_PATH to work around it:

export LD_LIBRARY_PATH=/opt/BESClient/bin

Noah

1 Like

(imported comment written by menke123491)

That did it. Thanks!