Install Interbase on Solaris

Install Interbase on Solaris

1. download file
   InterBase site :
http://inprise-svca.www.conxion.com/InterBase_SO-V6.0.1.tar.gz

2. uncompress file

3. create install file
   #!/bin/sh

   NONABI_SCRIPTS=TRUE
   export NONABI_SCRIPTS
   pkgadd -d .

4. chmod 555 install

5. install

6. installing patch
   InterBase site :
http://www.borland.com/interbase/downloads/patches.html#instructions

from dogjong