(imported topic written by jeremytoo)
I’m trying to run some fairly simple relevance through qna, but I’m getting this error:
- export LD_LIBRARY_PATH=/opt/BESClient/bin
- /opt/BESClient/bin/qna /tmp/foo
/usr/lib/dld.sl: Can’t open shared library: …/…/…/…/Shared/Unix/OpenSSL/pa_risc_hpux110_fips/openssl-fips-0.9.8f-dev/Release/libBEScrypto_1_0_0_1.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
It looks like the qna app is the right one for my PA-RISC machine:
- file /opt/BESClient/bin/qna
/opt/BESClient/bin/qna: PA-RISC1.1 shared executable dynamically linked
and, I’ve got those shared libraries in /opt/BESClient/bin:
- ls -al /opt/BESClient/bin
total 69888
drwxr-xr-x 3 root sys 8192 Dec 27 17:04 .
drwxr-xr-x 3 root sys 96 Dec 27 17:04 …
-rwxr-xr-x 1 root sys 14053376 Dec 5 2011 BESClient
-rwxr-xr-x 1 root sys 3043328 Dec 5 2011 XBESClientUI
-rwxr-xr-x 1 root sys 602112 Dec 5 2011 XOpenUI
-rwxr-xr-x 1 root sys 2191360 Dec 5 2011 libBEScrypto_1_0_0_1.sl
-rwxr-xr-x 1 root sys 372736 Dec 5 2011 libBESssl_1_0_0_1.sl
drwxr-xr-x 3 root sys 96 Dec 27 17:04 properties
-rwxr-xr-x 1 root sys 7045120 Dec 5 2011 qna
-rwxr-xr-x 1 root sys 8445952 Dec 5 2011 xqna
What do I need to adjust to run qna from the command line?
Thanks,
Jeremy