I'm trying to bild Rexx/SQL for OORexx and MariaDB on Linux Mint (based on Ubuntu "Noble"). Couldn't find mysql.h until I downloaded MariaDB's connector package. Couldn't find lib, finally created link libmysqlclient.so to libmariadb.so.3 after this, configure ran, but make fails in compile with many type errors re: symlink to libmariadb.so.3 does this make any sense? re: type errors are these caused by the use of ooRexx 5.2? Is there a cheat sheet I can use to change rexx/SQL's types ? the first...
if you're using ooRexx, try address command 'dig +short myip.opendns.com @resolver1.opendns.com' with output stem ostm. On 10/2/25 07:45, JaimeC wrote: Hi, Since I no longer have access to comp.lang.rexx I'm hoping someone here can help me. From the Ubuntu command line this command: dig +short myip.opendns.com @resolver1.opendns.com Will return my external public IP address. Rather than have the output display on the console I'd like to be able to capture that output into a variable. Back in my mainframe...
Well at the risk of being the spark for a flame war... I'll say that I almost always use The Hessling Editor. Its code folding is absolutely fantastic "x all;/::/ *" for example to display all the directives in an ooRexx program with 'shadow' lines representing the excluded line(s). THE's command-line-and-prefix-area idiom are instantly familiar to former users of ISPF and xedit, but may be offputting to new users. Installation and use on Windows systems is perfectly straightforward; the variety...
What curses library to specify for debian server
Hi Erich, I agree on the sad state of the website, it's been neglected for quite a while. Do you have a recommendation for a proper CMS? I have no idea what was used in the past. Do you know what is used for NetRexx.org? I am leaning toward 'borrowing' as much as I can from that site. I'll look into what to do to get this patch reflected in the website. Broken as it is I'd still like to see the current GA download show up 😉 On 2023-09-25 07:31, Erich wrote: status: open --> wont-fix Comment: I believe...
Link to 5.0.0 GA Release download
pfmji, but I always use 'increnental development' On 2023-09-19 07:00, Jeremy Nicoll wrote: of such files as I tinker* with the code. * o Hmm, that does not sound very professional. I expect there is some modern/trendy buzzword for continuing development that I should use instead... -- taf
Using Ubuntu 22.04 ooRexx 5.0.0 building a module for Apache httpd 2.4. The build seems to complete without error, but when Apache loads the resulting .so module, it reports RexxVariablePool as undefined. Can anyone tell me where this entry point is defined in ooRexx 5.0.0? Has something changed in this area (rexxapi??) recently? taf