-
Norbert,
Your -ldl suggestion was the answer. It it now installed. Thank you very much!
2009-05-04 20:52:15 UTC by steve_j_swift
-
Thanks, I've passed that on.
2009-05-04 17:52:18 UTC by steve_j_swift
-
Steve, adding '-ldl' in Makefile and then doing a 'make' and 'make install' fixed my problems linking the dl* functions. There were four places in Makefile that I modified.
nhoeller@300PL:~/RexxSQL-2.5$ cat Makefile | grep ldl
LD_RXLIB2 = -L/opt/ooRexx/lib/ooRexx -lrexx -lrexxapi -lm -lnsl -ldl
$(LINK) $(LDFLAGS) -o $@ $(SSQLOBJS) $(LIBS) $(DBLIB1) -L/opt/ooRexx/lib/ooRexx...
2009-05-04 15:05:07 UTC by nhoeller
-
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 by steve_j_swift
-
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 by steve_j_swift
-
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 by steve_j_swift
-
Try the suggestion in http://newsgroups.derkeiler.com/Archive/Comp/comp.lang.rexx/2009-01/msg00063.html
I wasn't sure where to put the #undef statement - I tried early in the file and after the '#undef USE_OREXX' statement. I don't think it mattered.
2009-05-04 01:01:00 UTC by nhoeller
-
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 by steve_j_swift
-
Steve, what version of ooRexx did you install? Check out https://sourceforge.net/forum/forum.php?thread_id=3235487&forum_id=97066 for issues with Rexx/SQL on ooRexx version 4 and a possible solution.
2009-05-03 12:56:11 UTC by nhoeller
-
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 by steve_j_swift