Re: [Oorexx-devel] Apache.cls: Unable to load library "mod_oorexx"

2010-02-12 Thread David Ashley
Robert - First, some things to ponder. 1. Don't even think about running your scripts from the command line. The Apache enronment is not loaded and mod_oorexx only works when loaded by Apache. Mod_oorexx has dependencies on Apache libraries that are not loaded when you run from the command lin

Re: [Oorexx-devel] Apache.cls: Unable to load library "mod_oorexx"

2010-02-12 Thread Robert Maschek
Hello David, Sorry for the late answer. I have copied the Apache.cls file to /usr/local/apache2/bin directory. It's marked 755 but I still got the same error message. It seems that the script finds the Apache.cls file but it can't load the mod_oorexx library. Any ideas why? David Ashley wrote:

Re: [Oorexx-devel] ooRexx SQL Project

2010-02-12 Thread David Ashley
I gave the issue of multiple CLI library access more thought and I think I have a rather elegant solution to allow this. I still need to do some experimental coding and testing but this might be possible. I will give it a try this weekend and see if I can make it work. Keep your fingers crossed

Re: [Oorexx-devel] ooRexx SQL Project

2010-02-12 Thread Bill Turner, WB4ALM
David, is your proposed syntax flexible enough to allow the possibility of multiple CLI libraries at a ("much") later time? Having thought about it now would minimize having to make major changes that might impact "first release" code later on. I am very much interested in the possibility of "b

Re: [Oorexx-devel] Bug fix release?

2010-02-12 Thread David Ashley
Absolutely. Ther are several *nix fixes that will need to be incorporated. The biggest one being the 64-bit file routines. This was inadvertently missed in the 4.0 release and thus the 32-bit version of ooRexx 4.0 does not have access to file > 2G. I fixed this in the trunk. David Ashley On 02

Re: [Oorexx-devel] ooRexx SQL Project

2010-02-12 Thread David Ashley
This design would allow access to one (and only one) CLI library during the execution of the program. But, this could be any vendor's CLI library. Access to multiple CLI libraries within a single process is MUCH harder and I am not willing to tackle it at this time. David Ashley On 02/12/2010

Re: [Oorexx-devel] ooRexx SQL Project

2010-02-12 Thread Brandon Cherry
Not sure how much help I can offer, but I am VERY interested in getting this project going. -- Brandon Cherry Network Engineer, Safe Data, Inc. (910) 285-7200 ext 3017 http://www.safedatausa.com/ On 2/12/2010 10:35 AM, David Ashley wrote: > All - > > I have started thinking about creating an SQL

Re: [Oorexx-devel] Bug fix release?

2010-02-12 Thread Rainer Tammer
Hello, this is a good idea. I'll test the branch on AIX. Bye Rainer On 12.02.2010 17:11, Rick McGuire wrote: > Ok, I've created a branch we can use to start merging revisions into. > Most bug fix changes to trunk should merge fairly cleanly, though I > suspect there are a couple that might need

Re: [Oorexx-devel] Bug fix release?

2010-02-12 Thread Rick McGuire
Ok, I've created a branch we can use to start merging revisions into. Most bug fix changes to trunk should merge fairly cleanly, though I suspect there are a couple that might need my attentions. I've been trying to mark the bug fixes with the Next Version tag so we can find the tracker issues. I

Re: [Oorexx-devel] New Call Stack

2010-02-12 Thread Rick McGuire
This is definitely one where I wish I could poke around in the debugger myself to see what's going on. This appears to be exhibiting the symptoms of a garbage collection problem that I would not have thought possible given that call stack sequence. However, if it is that problem, then the fix I j

Re: [Oorexx-devel] Bug fix release?

2010-02-12 Thread Mark Miesfeld
Most definitely. I was thinking this just last night. I'm in the middle of moving to a new house, so my presence on the Internet may be a little hit and miss until I get my computers moved and set up. But, I really think we should do a bug fix release. -- Mark Miesfeld On Fri, Feb 12, 2010 at

Re: [Oorexx-devel] ooRexx SQL Project

2010-02-12 Thread John Bodoh
David, Will your design allow access to different CLI libraries within the same REXX? John -Original Message- From: David Ashley [mailto:david.ashley@gmail.com] Sent: Friday, February 12, 2010 10:35 AM To: ooRexxDevel Subject: [Oorexx-devel] ooRexx SQL Project All - I have started

[Oorexx-devel] ooRexx SQL Project

2010-02-12 Thread David Ashley
All - I have started thinking about creating an SQL library for ooRexx. My plans at the moment look like this: 1. Use the ISO 92 specification with the Microsoft ODBC v3 extensions (also know as the CLI interface) as the portable API code in the library. All the major database vendors support

[Oorexx-devel] Bug fix release?

2010-02-12 Thread Rick McGuire
We discussed this some months ago, and decided to hold off until after the holidays. The Super Bowl is over, thus ending the holiday season in the US :-) Is it time to start thinking about this again? Rick -- SOLARIS 10

Re: [Oorexx-devel] New Call Stack

2010-02-12 Thread Brandon Cherry
Forgot to add, running from trunk revision 5517. -- Brandon Cherry Network Engineer, Safe Data, Inc. (910) 285-7200 ext 3017 http://www.safedatausa.com/ On 2/12/2010 9:45 AM, Brandon Cherry wrote: > I've still got the debugger up > > Error: > > Unhandled exception at 0x002d8b2e (rexx.dll) in rexx

[Oorexx-devel] New Call Stack

2010-02-12 Thread Brandon Cherry
I've still got the debugger up Error: Unhandled exception at 0x002d8b2e (rexx.dll) in rexx.exe: 0xC005: Access violation reading location 0x0862. Threads: 0 660 Main Thread Main Thread _CrtIsValidHeapPointer Normal 0 0 2236Worker Thread