Hi Ariel,
I am not familiar with Natural Web but I have some comments
on loading shared libraries into Apache httpd.
There are some caveats with Apache httpd and shared libraries.
If the Web Server is running as root (which I assume), then
it can only load libraries located in /lib or /usr/lib and ignores
LD_LIBRARY_PATH. This is a general UNIX/Linux policy.
The library libbroker.so is not an Apache module, so LoadModule
does not work.
Two possible quick workarounds come into my mind:
1. run httpd under a different user than root, or
2. copy libbroker.so and the shared libraries this depends on to /usr/lib
(but note, this is very dirty!)
Regards, Dietmar.
#webMethods#Mainframe-Integration#EntireX