Monday, November 12, 2012

Omnitty SSH Multiplexer


Installing Omnitty from source code involves the standard steps you are used to:
$ tar -zxf /path/to/rote-X.Y.Z.tar.gz
$ cd rote-X.Y.Z
$ ./configure
$ make
$ su -c "make install"
$ cd ..

$ tar -zxf /path/to/omnitty-X.Y.Z.tar.gz
$ cd omnitty-X.Y.Z
$ ./configure
$ make
$ su -c "make install"

While make if you see  error add /usr/local/bin /lib64 to /etc/ld.so.conf.d/.

-Abhiz

1 comment:

Anonymous said...

Thanks Abhishek,

It`s worked fine


-
Manoj