Prev | Guide to the Linux Client | Next |
Installing the Client Using Tar
If you are not using a version of Linux that supports the RPM format, you can use the tar installation format of the Linux client.
If you use RedHat or another Linux vendor that supports the RPM format, you may want to use the RPM format of install instead. See Installing the Client Using RPM for more information.
The Pervasive.SQL installation package is provided in the following tar form:
Operating System Package Name Linux Pervasive.SQL-Client-8.50-188.000.i486.tar.gz1
To install Pervasive.SQL V8 Linux Client Using tar:
- Log in as the
root
user.- Change to the
/usr/local
directory.cd /usr/local- Copy the tar into
/usr/local
cp <path_to_tar>/Pervasive.SQL-Client-8.50-188.000.i486.tar.gz .
For example, if you downloaded the tar into the /home/bholly directory:
cp /home/bholly/Pervasive.SQL-Client-8.50-188.000.i486.tar.gz .
- Unpack the tar using the following command.
tar -xzf <Pervasive.SQL-Client-8.50-xxx.yyy.i486.tar.gz>
Note
You must substitute the correct tar name you obtained in place of the sample variable given.
- If you have a previous installation of Pervasive.SQL (whether or not it is still installed), you may have an existing
/usr/local/psql
directory. Perform thels
command as follows to ascertain whether you have an existingpsql
directory.If you do have an existing psql directory, continue with Step 6 now. Otherwise, issue this command first:
- Copy the contents of the
psqlclient
folder into thepsql
folder.- Change directories to the
/usr/local/psql/etc
folder where the Pervasive.SQL installation scripts reside.cd psql/etc- Run the post installation script:
sh clientpostinstall.sh- Your tar installation is complete. Now read Installation Scripts to understand what actions the script performed.
Prev Before You Begin |
Contents Up Check for Revisions | Next Installing the Client Using RPM |