Installing BixAgent

Submitted by bixdata on January 19, 2006 - 01:27.

FreeBSD and Linux

Untar the Agent tar with the following command.

tar -zxvf BixAgent...tar.gz

then

cd bixdata/bixagent; ./bixagent

Connect to an Agent from the Desktop with the following connect string

agent://ipaddress_or_machinename

Compatibility Libraries on Linux

Try the following commands if you get missing libstdc++5 messages

Fedora, Redhat, similar:

yum -y install compat-libstdc++-296 compat-libstdc++-33

Redhat Enterprise, Centos, similar:

up2date compat-libstdc++-33

Debian, Ubuntu, similar:

sudo apt-get install libstdc++5
(or login as root and do)
apt-get install libstdc++5

Windows

Simply run the Windows Installer.