Skip to content

Latest commit

History

History
58 lines (38 loc) 路 1.35 KB

envredhat.md

File metadata and controls

58 lines (38 loc) 路 1.35 KB

redhat Red Hat/CentOS System Prerequisites [2.124.0 or below]

Versions

Tested on Red Hat 7.2. Not domain joined.

64-bit supported.

Dependency Packages

sudo yum -y install libunwind.x86_64 icu

If you're still having issues: Full List Needed

Git

If you use git, git >= 2.9.0 is a pre-requisite for Red Hat/CentOS agents.

Based on Install Latest Git on Red Hat/CentOS

$ yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel
$ yum install gcc perl-ExtUtils-MakeMaker

$ cd /usr/src
$ wget https://www.kernel.org/pub/software/scm/git/git-2.9.2.tar.gz
$ tar xzf git-2.9.2.tar.gz

$ cd git-2.9.2
$ make prefix=/usr/local/git all
$ make prefix=/usr/local/git install

In /etc/bashrc

export PATH=$PATH:/usr/local/git/bin

Optionally Java if TfsVc

The agent distributes Team Explorer Everywhere (TEE).

But, if you are using TfsVc, install Oracle Java 1.8+ as TEE uses Java.

RHEL Universal Base Images (UBI) packages

yum install -y git unzip libicu

UBI 8 will require glibc-langpack-en to be installed:

yum -y install glibc-langpack-en