Error launching QnA on HP-UX B.11.11

(imported topic written by jeremytoo)

I’m trying to run some fairly simple relevance through qna, but I’m getting this error:

  1. export LD_LIBRARY_PATH=/opt/BESClient/bin
  2. /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:

  1. 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:

  1. 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

(imported comment written by jeremytoo)

Is anyone able to run qna on HP-UX 11.11 ?

(imported comment written by NoahSalzman)

Bug 45956 may be related to this “QnA does not work if /var/opt/BESClient was moved or removed” … perhaps?

(imported comment written by jeremytoo)

I’m afraid it was a clean install of the client on a newly formatted system.