-
Environment: oorexx 4.0 under Debian
Call SysFileTree '*','F.','FL'
Say f.1
-rw------- /home/users/swifty/webdata/swifty.details
So, the date, time and size are missing. I get this with option 'L' or by not using option 'O'.
2009-09-24 08:30:29 UTC in Open Object Rexx
-
I raised the priority to 6 as this will put a migration to 4.0 on hold, or require a large effort fitting the bypass to the code.
2009-09-23 11:53:48 UTC in Open Object Rexx
-
If you have:
::Routine UserName
...then you cannot call it with:
Say 'UserName'() /* Gets routine UserName not found */
This worked in IBM ORexx and OORexx 3.2.0.
2009-09-23 11:51:04 UTC in Open Object Rexx
-
Norbert,
Your -ldl suggestion was the answer. It it now installed. Thank you very much!
2009-05-04 20:52:15 UTC in Rexx/SQL
-
Thanks, I've passed that on.
2009-05-04 17:52:18 UTC in Rexx/SQL
-
Sysadmin: Tried with a forced install of glibc 2.8 and glibc-devel-2.8 and that didn't solve it.
2009-05-04 14:32:23 UTC in Rexx/SQL
-
Significant progress, thanks.
make.out is smaller: http://www.swiftys.org.uk/make_2.out
make.err is considerably smaller: http://www.swiftys.org.uk/make_2.err
A (re)install of libdl seems to be the next step.
2009-05-04 14:09:52 UTC in Rexx/SQL
-
That certainly looks likely to be the answer, thank you.
I've forwarded the reference (plus the necessary trailing -l) to my "ISP". It's a public holiday here in the UK. I'm not sure if that makes him more or less likely to try it today.
2009-05-04 05:44:19 UTC in Rexx/SQL
-
Well, without troubling my friend for the gory details, rexx -v shows:
Open Object Rexx Interpreter Version 3.2.0 for LINUX
Build date: Oct 30 2007.
2009-05-03 17:05:22 UTC in Rexx/SQL
-
My ISP is very flexible; will install anything I ask for, so I got ooRexx and RexxSQL. Even offered me root access on the server if I wanted it. I should point out that the fellow hosting my website on his Linux server is a work colleague.
He ran into a problem installing RexxSQL and sent me a couple of files, make.err and make.out and I'd like to work out what's wrong without taking up too...
2009-05-03 07:14:14 UTC in Rexx/SQL