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
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
David,
You might want to look at the SysDumpVariables code for an example of
how to use RXSHV_NEXTV...that's how it does its magic. But
essentially, the first time you call it, an iteration set is created
and it will give you the "next" variable on each call. The last
variable of the set is mark
Rick -
This mostly for you. I have never used the RexxVariablePool RXSHV_NEXTV
and RXSHV_PRIV function codes before so I have some questions.
1. Just how do you start using the RXSHV_NEXTV function? Does the first
call to that function start iterating through the variable pool? What
happens wh
Ok, check in the tests and open a bug report.
Rick
On Tue, Oct 7, 2008 at 4:40 PM, David Ashley <[EMAIL PROTECTED]> wrote:
> Rick McGuire wrote:
>> No, it's not, for the same reason that methods don't have the
>> ContextVariable calls. The "reach back into the caller's variable
>> space" par
Rick McGuire wrote:
> No, it's not, for the same reason that methods don't have the
> ContextVariable calls. The "reach back into the caller's variable
> space" paradigm is really an old style model that I'm trying to keep
> out of the new object oriented model. Of course, having a method tes
No, it's not, for the same reason that methods don't have the
ContextVariable calls. The "reach back into the caller's variable
space" paradigm is really an old style model that I'm trying to keep
out of the new object oriented model. Of course, having a method test
that demonstrates this is
Rick -
Is the RexxVariablePool API callable from a C++ method. I get a return
code of RXSHV_NOAVL when I call it from a C++ method.
David Ashley
ooRexx Team
-
This SF.Net email is sponsored by the Moblin Your Move Develope