When we released the 6.0 Linux beta kit in tar format we inadvertently
left out the install script that performs the install.
You can get the install script here:
ftp://ftp2.interbase.com/pub/products/beta6.0/Linux/install
Once you have the install script you are ready to perform the
install.
The install script looks for a '.tgz' file to
perform the install.
---
When performing an install do:
cp ./InterBaseLI-B6.0.tgz /usr
cp ./install /usr
/** ./install **/
./install /usr/InterBaseLI-B6.0.tgz
/** you will be prompted for the ib install dir **/
/usr
Boom, your done.
---
|