Ok, now we have something to go on. It appears that Mod_ooRexx is loaded and functional. You get output and at least some of the external function interfaces are working. The problem is with the oo methods. This may take some time to debug from your end but here are the steps to go with.
The following will determine if any of the oo method calls are not loading (this is what I believe the problem is): 1. In the Apache.cls file comment out ALL of the external method definitions. Now add the ::requires statement back into you script and retest. Proceed to the next step if your script succeeds. 2. Repeat this step as often as necessary. Uncomment a small section od the method definitions in the Apache.cls file and retest. We will repeat until we find all the offending statement(s). What I hope you can figure out is which methods are NOT linking dynamically at script startup (if any). This will give me a starting point for me to try and debug things at my end. Thanks, David Ashley ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
