There is no current support for RHEL 7(64bit). In order to install the Sybase cartridge, you will need to install two 32 bit packages on the RH7 machine.
The two 32 libraries are:
• glibc.i686
• libgcc.i686
Example:
updatedb
locate libpthread.so
/usr/lib64/libpthread.so.0
rpm -qf /usr/lib64/libpthread.so.0
glibc-2.17-106.el7_2.6.x86_64
## install glibc.i686:
yum install glibc.i686
updatedb
locate libpthread.so
/usr/lib/libpthread.so.0
/usr/lib/i686/nosegneg/libpthread.so.0
/usr/lib64/libpthread.so.0
## now we have 32bit /usr/lib/libpthread.so.0
install gcc package:
yum upgrade libgcc
[root@HOST ~]# locate libgcc_s.so
/usr/lib64/libgcc_s.so.1
[root@HOST ~]# rpm -qf /usr/lib64/libgcc_s.so.1
libgcc-4.8.5-4.el7.x86_64
[root@HOST ~]# yum -y install libgcc.i686
[root@HOST ~]# updatedb
[root@HOST ~]# locate libgcc_s.so
/usr/lib/libgcc_s.so.1
/usr/lib64/libgcc_s.so.1
**********
Once the libs are deployed, push the Sybase package to the RHEL7 FglAM system and deploy a Sybase agent.
Note: The package may not push due to a compatibility issue and you may need to use the deployment override flag (see below) to deploy to the Agent Manager.