The UnixWare and OpenServer Development Kit, or UDK 7.1.1, is the software development kit that accompanies the UnixWare® 7 and OpenServerTM 5 products, and that gives you the ability to create a single binary that will run on other Caldera operating system platforms as well.
The UDK Feature Supplement Version 7.1.1b is a partial upgrade (not a full replacement) to the full UDK Version 7.1.1. It does not require the base 7.1.1 UDK to be installed prior to installation. However, if any UDK packages that are not also part of the UDK Feature Supplement are needed, the 7.1.1 UDK should be installed prior to installing the Feature Supplement. A suggested order of package installs is given in the Release Notes.
See the UDK Feature Supplement Release Notes that are also available on the UDK Feature Supplement download page for complete details and description of this Feature Supplement. For the Release Notes to the underlying base UnixWare and OpenServer Development Kit, see the UnixWare 7 documentation at http://www.caldera.com/support/docs, select UnixWare 7, then "Late News" and then "Release 7.1.1 Software development notes".
Note that the Feature Supplement sets cannot be installed on earler Caldera OpenServer 5 releases.
The UDK Feature Supplement
is available as three separately downloadable sets that are
in pkgadd
installable data stream format.
In addition, there is
a downloadable tar file containing
an updated version of the UDK Release Notes in both text
and html format.
Set | Approx. Size | Description |
udkfs | 50MB | Upgraded UDK development packages and new runtime packages. |
udkrtfs | 13MB | Upgraded OSRcompat package. |
udkdocfs | 41MB | Updated UDK documentation. |
To install the UDK Feature Supplement you can choose any of the UDK FS sets to download.
Once you have downloaded the product files from the Download page, perform the following steps as root:
mkdir /udkfsTmp
mv udkfs.image.Z /udkfsTmp or
mv udkrtfs.image.Z /udkfsTmp
cd /udkfsTmp
uncompress *.Z
pkginfo OSRcompatIf an older version is already installed, you can simply install the udkfs being sure to select OSRcompat from the installation menu. It is not necessary to remove the old OSRcompat before installing the new version. If no OSRcompat package is installed, you can extract and install it from the udkfs set as follows:
pkgadd -d /udkfsTmp/udkfs.image OSRcompat
pkgadd -d /udkfsTmp/udkfs.image
tar xvf releasenotes.tar