On Fri, Feb 7, 2025 at 5:10 PM ohaya <oh...@yahoo.com.invalid> wrote:
>
> [FYI, I am seeing a response on the Apache list website, but I am NOT 
> receiving the response here in my Yahoo email :( !!  So I will respond here]
>
> Here is the 'ldd webgate.so'
>
> [orcladmin@localhost lib]$ ldd 
> /apps/Oracle/Middleware/Oracle_Home/webgate/ohs/lib/webgate.so
>         linux-vdso.so.1 (0x00007ffedab35000)
>         libm.so.6 => /lib64/libm.so.6 (0x00007fb0fe072000)
>         libcurl.so.4 => 
> /apps/Oracle/Middleware/Oracle_Home/ohs/lib/libcurl.so.4 (0x00007fb0fddae000)
>         libnsl.so.1 => /lib64/libnsl.so.1 (0x00007fb0fdb95000)
>         libdl.so.2 => /lib64/libdl.so.2 (0x00007fb0fd991000)
>         libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fb0fd771000)
>         libdms2.so => 
> /apps/Oracle/Middleware/Oracle_Home/oracle_common/lib/libdms2.so 
> (0x00007fb0fd519000)
>         libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007fb0fd184000)
>         libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fb0fcf6c000)
>         libc.so.6 => /lib64/libc.so.6 (0x00007fb0fcba7000)
>         /lib64/ld-linux-x86-64.so.2 (0x00007fb0fea69000)
>         libssl.so.1.1 => 
> /apps/Oracle/Middleware/Oracle_Home/ohs/lib/libssl.so.1.1 (0x00007fb0fc916000)
>         libcrypto.so.1.1 => 
> /apps/Oracle/Middleware/Oracle_Home/ohs/lib/libcrypto.so.1.1 
> (0x00007fb0fc450000)
>         libz.so.1 => /apps/Oracle/Middleware/Oracle_Home/ohs/lib/libz.so.1 
> (0x00007fb0fc21e000)
>         librt.so.1 => /lib64/librt.so.1 (0x00007fb0fc016000)
>
>
> FYI, per my original msg below, when I do "nm -D libclntshcore.so", I *DO* 
> see the slts_runmode symbol, but it is labelled "B".

According to ldd, webgate.so doesn't explicitly require libclnshcore,
so it doesn't get loaded and therefore it doesn't help that that
symbol is defined in there.
https://weblogicscripting.blogspot.com/2016/02/webgateso-undefined-symbol.html
would indicate that you may indeed have a version mismatch.

In theory, you could work around this by using LD_PRELOAD, but that's
a rather questionable idea. I'd recommend trying an oracle/webgate
mailing list for further help, since your issue isn't really related
to httpd.

rainer

-- 
This email is confidential. If you are not the intended recipient, please 
delete it and notify us immediately by telephoning or e-mailing the sender. 
You should not copy it or use it for any purpose nor disclose its contents 
to any other person.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to