Hi Terry!

Should RexxVariablePool be linked into my .so file?  Or should it be loaded
> at runtime?
>
Loaded at runtime, I'd say

/usr/bin/ld: cannot find -l/usr/local/lib/librexx.so
> /usr/bin/ld: cannot find -l/usr/local/lib/librexxapi.so
>
I don't think -l accepts a path or an extension.  If required, you could
use -L /usr/local/lib -lrexx -lrexxapi

/usr/lib/apache2/modules/mod_rexx.so: undefined symbol: RexxVariablePool
>
This link might be relevant
https://stackoverflow.com/questions/22342348/how-to-load-dependencies-external-libraries-for-apache2-modules
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to