To install Rexx/SQL, unpack the archive (you have probably already done
that), run the configure script supplying the necessary command line 
parameters.

Depending on the database you intend using with Rexx/SQL, these vary.
The configure script will inform you of the parameters required.

Once the Rexx/SQL has been configured, simply run "make".

Using Oracle...
---------------
If you run "make" and get an error along the lines of "don't know how
to make cdemo1.c", run make with the "all" target. ie "make all"

Using Solid Server...
---------------------
SolidTech have made life VERY difficult for automatic configuration
scripts as used by Rexx/SQL.  As a result, Rexx/SQL will only link
with the static library supplied with the Solid Server development kit.

The reason for this is that the name of the client library does not
conform to normal Un*x naming conventions for libraries. Add to this
the fact that the client library name also includes the version number
in the name, then it is impossible to link with the shared client library.

I urge you then to contact SolidTech and request that in future releases 
that they provide a symbolic link to both the static and shared libraries
that is prefixed with "lib" AND does not have a version number in it.
eg. the Linux static client library for version 2.2 is called scllux22.a
the suggested symbolic library name would be "libscllux.a"

I have attempted to get SolidTech to provide this symbolic link, but
to no avail :-(
