|
|
The SCOx
packages on SCO Operating Systems are divided into several parts:
The Support
Components include web servers like Apache and tomcat, C/C++ compilers, the
PHP interpreter, the Java Runtime Environment, Database Servers like MySQL/Postgres,
XML parsers like expat and libxml2, basic SSL Toolkits, and various other
utilities.
The Web Services Toolkits provide libraries, etc to develop SOAP based
applications. Currently, the toolkits are provided for SOAP Programming in
C/C++, Java, and PHP.
The Perl 5.8.0, Additional Modules for Perl, mod_perl for Apache, and SOAP
packages provide the base and toolkit for the ability to develop SOAP based
applications in Perl.
The Apache 2.0 Web Server is provided as an optional web server. Two different
'httpd' binaries are shipped in the package, based on two different MPMs (multi-processing
modules): "worker" and "prefork". The apache2 package doesn't automatically
replace the old Apache 1.3 Web Server; Administrators have to manually migrate
data and configuration files from Apache 1.3. mod_perl 2.0 (version 1.99_09)
is in a seperate package (modperl.pkg).
These packages are contained within the scox-enb set (scox-enb.image):
Name Version Description
---- ------- -----------
apache 1.3.26 Apache Web Server [more info] curl 7.10.3-1 Provides library to support SSL in PHP [more info] expat 1.95.1 SAX type XML parser in C/C++ gzip 1.2.4 GNU file compression utilities j2jre131 1.3.1.08a J2SE Runtime Environment 1.3.1 javajsse 1.0.3-2 Sun Java Secure Socket Extension [more info] libxml2 2.4.26 DOM type XML parser in C/C++ mysql 3.23.49 MySQL - SQL database server openssl 0.9.6g OpenSSL - Secure Sockets Toolkit php 4.3.1-2 PHP 4.3.1 + HTTP-Request + Mail_Mime + Net-DIME + Net-URL [more info] tomcat 4.1.17-1 Apache Tomcat App Server for Java servlets, JSP, web services unzip 5.50 Uncompression tool for ZIP format files urwfonts 2.0 (URW)++ Free X11 Fonts wget 1.5.3 Command-line url retriever utility zlib 1.1.4 Data-compression library These packages are contained within the scox-uw set (scox-uw.image): gsoap 2.2.3-2 SOAP Toolkit for C/C++. The SCOx gsoap package supports the following compilers on UnixWare Systems: [more info] javasoap 0.11-1 SOAP Toolkit for Java [more info] pearsoap 0.7.3-1 SOAP Toolkit for PHP [more info] These packages are contained by themselves on the CD: apache2 2.0.47 Apache Web Server [more info] perl 5.8.0 Perl 5.8.0 + XML::Parser + Crypt::SSLeay + IO-Socket-SSL + Compress-Zlib [more info] soaplite 0.55-2 SOAP and XML for Perl [more info] perlmods 5.8.0 Additional Modules for Perl modperl 1.99_09 mod_perl for Apache php4 4.3.4 PHP: Hypertext Preprocessor for Apache 2 [more info] modjk2 2.0.2 mod_jk2 for Apache 2
Before
You Install
Read these notes before you begin the installation of the SCOx CD:
Install
You can install the SCOx packages either from CD or from iso image.
To install from CD:
1) As root, insert the CD in the CDROM drive and issue these commands:
# mount /dev/cdrom/cdrom1 /installr
# /installr/install2) When the installation is complete, execute the following command:
# umount /installr
and remove the SCOx CD.
To install from iso image:
1) Download the SCOx iso image from:
http://www.sco.com/support/update/download/uw713up.html
and save it in /tmp
2) As root, issue the following commands:
# marry -a /tmp/uw713scoxCDimage.iso
# mount -r /dev/marry/tmp/uw713scoxCDimage.iso /installr
# /installr/install3) When the installation is complete, issue the following commands:
# umount /installr
# marry -d /dev/marry/tmp/uw713scoxCDimage.iso
Version 1.2 01/19/04