Hi PH,
Try this
======================
You need Red Hat Package Manager (RPM), which is included in the standard bundle by all Linux distributors.
To Install Adaptive Server products using RPM:
(For help on RPM, enter: # /bin/rpm)
1)Login as ROOT
2)Place the Adaptive Server product CD in the CD-ROM drive.
If you need to mount the CD, enter:
# mount -t iso9660 /dev/cdrom /mnt/cdrom
3)From the Linux task bar, select the Gnome or KDE icon that launches the Linux applications menu.
4)Select System | GnoRPM (or the KDE RPM).
5) Select Install.
6) Select Add.
7) Highlight each package and click Add after each selection. The new packages are placed in the appropriate directory under Packages | Applications | Databases | Sybase.
8)Install all packages at once.
9)As each package is added to the RPM interface, a check box appears to its right. To install all RPM package simultaneously, select All but Installed from the drop-down list.
10)Click Install.
11)RPM creates the /opt/sybase-12.5 target directory and installs all packages.
12)Once the installation is complete, select Close.
13)Unmount the CD from the drive at your # prompt by entering:
# umount /dev/cdrom
RPM sets correct product permissions and ownership.
14) Now set the ENVIRONMENT VARIABLES
$SYBASE= /opt/sybase-12.5
$SYBASE_ASE= ASE
$SYBASE_OCS= OCS
$SYBASE_FTS= FTS
$SYBASE_SYSAM= SYSAM
$DISPLAY
You must manually set the $DISPLAY environment variable. See"Pre-installation tasks ".
your_display:0.0 where your_display is the name of your machine. This variable must be set when performing a remote installation.
$USER= sybase
$PATH= :/sbin
====================