Displaying 1 result from an estimated 1 matches for "xvfo".
Did you mean:
xvfb
2001 Feb 12
1
Compiled and running on NCR SVR4 UNIX (MP-RAS)
To whomever is interested, I have compiled and am running OpenSSH under
NCR UNIX using the following procedure:
1. Compile and install zlib to the default location.
gunzip zlib*.gz
tar -xvfo zlib*tar
cd zlib-*
./configure
make
make install
2. Compile and install openssl to the default location.
gunzip openssl*.gz
tar -xvfo openssl*tar
cd openssl-*
./Configure -I/usr/include -lc89 ncr-scde
make
make test
make install
3. Modify,...