Re: [Oorexx-devel] mod_rexx Linker Unresolved Symbols...

2021-04-08 Thread Terry Fuller
Hi Erich, Thanks, yes, that's where I started... and it worked until I changed something (need to take better notes when I change stuff, especially when in new territory).  Things are ok on the Windows side, but I've gotten myself in a terrible snarl on LInux. sigh! On 2021-04-08 02:25, Eric

Re: [Oorexx-devel] mod_rexx Linker Unresolved Symbols...

2021-04-08 Thread Rick McGuire
The two RexxRegister* APIs are in librexxapi, the others are in librexx. Rick On Wed, Apr 7, 2021 at 10:15 PM Terry Fuller wrote: > Ok, I've gotten past the compile time errors, thanks Rick and Erich. > > Now I have a mod_rexx.so for Linux, but when I start httpd I get an > error message that R

Re: [Oorexx-devel] mod_rexx Linker Unresolved Symbols...

2021-04-08 Thread Erich Steinböck
Hi Terry, you can find Dave's mod_oorexx makefiles at https://sourceforge.net/p/oorexx/code-0/HEAD/tree/incubator/mod_oorexx Maybe you can work from there. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/list

[Oorexx-devel] mod_rexx Linker Unresolved Symbols...

2021-04-07 Thread Terry Fuller
Ok, I've gotten past the compile time errors, thanks Rick and Erich. Now I have a mod_rexx.so for Linux, but when I start httpd I get an error message that RexxVariablePool is undefined.  When I examine the .so file with the 'nm' command, I see many lines like this, including one for RexxVaria