Hi Mike,

On your *nix box try

ldd YourPluginName.so

It should output all the dependancies and thier expected location. 

E.g.
[EMAIL PROTECTED] ~]# ldd /home/dkellett/tss2_rc2/libsqlmy.so
        linux-gate.so.1 =>  (0xffffe000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7fc8000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7fa5000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7e7b000)
        /lib/ld-linux.so.2 (0x80000000)

Then make sure those directories are in your LD_LIBRARY_PATH and I try to make 
sure they are in your profile PATH too.

Regards


Danny Kellett
Principal Consultant
EMEA Professional Services

Strategic Workflow Solutions Ltd


Quoting Mark Milke <[EMAIL PROTECTED]>:

> Wait, I found the libarcrypto.so in /appexec/ar/servername/bin/
> arplugin.
> 
> echo $LD_LIBRARY_PATH gives an empy line
> 
> 
_______________________________________________________________________________
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the
> Answers Are"
> 

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to