Can you give the output of the following commands:

[EMAIL PROTECTED] ~]$ users
remedy
[EMAIL PROTECTED] ~]$ groups
remedy
[EMAIL PROTECTED] ~]$ ls -la /u01/arsystem/arsdev/bin/arcache
-rwx------  1 remedy remedy 1848888 Jan 11  2007
/u01/arsystem/arsdev/bin/arcache
[EMAIL PROTECTED] linux]$ env |grep PATH
LD_LIBRARY_PATH=/usr/lib/oracle/10.2.0.3/client/lib:/u01/arsystem/arsdev/api/lib:/u01/arsystem/arsdev/bin:
PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/remedy/bin
SQLPATH=/usr/lib/oracle/10.2.0.3/client/lib:

Substitute your plug-in file for the ls command.

Also, it looks like your plugin is attempting to use a 64-bit version
of libc, among others.  You will need to compile the plugin with
32-bit, then when run, it needs the 32-bit libs in the path/ld_path
before the 64-bit libs.

Before sending the output to the list, try this LD_LIBRARY_PATH:

LD_LIBRARY_PATH=/appexec/ar/arsentw01_spk/:api/lib:/appexec/ar/arsentw01_spk/bin:/lib:/stub/lib:/lib/tls
export LD_LIBRARY_PATH

Axton Grams

On 7/20/07, Danny Kellett <[EMAIL PROTECTED]> wrote:
Have you made sure this directory is in your $PATH and add it to the
LD_LIBRARY_PATH. Also make sure the user you start ars with can read it.

/appexec/ar/arsentw01_spk/plugins/ardbccsv/linux/linux/


Danny Kellett
Principal Consultant
EMEA Professional Services

Strategic Workflow Solutions Ltd


Quoting Mark Milke <[EMAIL PROTECTED]>:

> [EMAIL PROTECTED] bin]$ echo $LD_LIBRARY_PATH
> :/appexec/ar/arsentw01_spk/bin:/lib64:/stub/lib64:/lib64/tls
>
> is this ":" at the beginning of the line ok?
>
> anyway, I'm still getting the same error
>
> and BTW:
>
> [EMAIL PROTECTED] linux]$ ldd -v ardbctest.so
>         /stub/$LIB/libcwait.so => /stub/lib64/libcwait.so
> (0x0000002a9577a000)
>         libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a9587b000)
>         libnsl.so.1 => /lib64/libnsl.so.1 (0x0000002a95ac0000)
>         libpthread.so.0 => /lib64/tls/libpthread.so.0
> (0x0000002a95bd7000)
>         /lib64/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2
> (0x0000002a95556000)
>
>         Version information:
>         ./ardbctest.so:
>                 libc.so.6 (GLIBC_2.3) => /lib64/tls/libc.so.6
>                 libc.so.6 (GLIBC_2.2.5) => /lib64/tls/libc.so.6
>         /stub/lib64/libcwait.so:
>                 libc.so.6 (GLIBC_2.2.5) => /lib64/tls/libc.so.6
>         /lib64/tls/libc.so.6:
>                 ld-linux-x86-64.so.2 (GLIBC_2.3) => /lib64/ld-linux-
> x86-64.so.2
>                 ld-linux-x86-64.so.2 (GLIBC_2.2.5) => /lib64/ld-linux-
> x86-64.so.2
>                 ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-
> linux-x86-64.so.2
>         /lib64/libnsl.so.1:
>                 libc.so.6 (GLIBC_2.2.5) => /lib64/tls/libc.so.6
>         /lib64/tls/libpthread.so.0:
>                 ld-linux-x86-64.so.2 (GLIBC_2.2.5) => /lib64/ld-linux-
> x86-64.so.2
>                 ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-
> linux-x86-64.so.2
>                 libc.so.6 (GLIBC_2.3.2) => /lib64/tls/libc.so.6
>                 libc.so.6 (GLIBC_PRIVATE) => /lib64/tls/libc.so.6
>                 libc.so.6 (GLIBC_2.2.5) => /lib64/tls/libc.so.6
>
> I'm getting really tired with this...
>
>
_______________________________________________________________________________
> 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"


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

Reply via email to