Re: [Oorexx-devel] RexxVariablePool Undefined Symbol

2024-05-12 Thread taf
Answering my own question... just so that when I forget the answer, it'll be here The librexx.so library and its location need to be defined to the linker...  apxs [or GCC]  ... -Wl,-L/usr/local/lib -Wl,lrexx ... On 2024.05.10 13.05, taf wrote: I'm getting this message: /usr/lib/apache2/mod

[Oorexx-devel] RexxVariablePool Undefined Symbol

2024-05-10 Thread taf
I'm getting this message: /usr/lib/apache2/modules/mod_rexx.so: undefined symbol: RexxVariablePool at apache httpd startup.  Can anyone point me to a resolution/documentation? I have oorexx 5.0.0 installed and working (rexx cgi programs running under this httpd system on Debian 12). -- taf