Installing Zlib - Avaya CS700 Administration And Maintenance

Meeting exchange 5.0 conferencing server
Hide thumbs Also See for CS700:
Table of Contents

Advertisement

Note:
Zlib, OpenSSL, and OpenSSh are third party products not licensed by, or
Note:
distributed through, Avaya, Inc.
SSH installation is a sequential, three-part process:
1. Installing zlib version 1.2.1
2. Installing OpenSSL version 0.96 or later
3. Installing SSH version 3.7p1
The following sections, document this three-part process.

Installing zlib

zlib is a free, general-purpose, data-compression library for use on any computer hardware and
operating system. Downloaded the program from
Table 45: zlib Installation procedure
Step
login: root
mkdir zlib_files
cd
zlib_files
gzip -d -zlib-1.2.1.tar.gz
tar -xvf zlib-1.2.1.tar
cd zlib-1.2.1
./configure
make test
*** zlib test OK ***
make install
Managing System Files from a Remote Host
http://www.gzip.org/zlib/
Description
Log into the system as root.
Create a directory for zlib.
Change to the new zlib directory.
Move the tarball into this directory.
Unzip the file
Decompress and untar the file.
Change to the untarred directory.
Run the install script.
This example shows the steps for a basic
install. For additional information refer to
the README file in this directory.
The last line of make test indicates
success.
Issue 1 August 2007
239

Advertisement

Table of Contents
loading

This manual is also suitable for:

Cs780

Table of Contents