News
Contact Us
Register
Login


Get Involved
Community Links
6.0 Beta News and Info
6.0 Beta Newsgroups


KnowledgeBase
Articles
Examples


InterBase
Contributed


Coming Soon


Training & Consulting


Documentation
Links


Coming Soon

Solvent Document

Document ID
874
Category
GENERAL
Problem
How do I install the 6.0 Linux beta kit from the tar file?
Solution
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.

 ---
Keywords
linux 6.0 beta kit install script tar file