- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Looking for AxM CT libs for Linux 64bit Apache
I've installed the Access Manager Agent 5.0 with SP4 onto a RedHat 7 x86_64 system running Apache 2.4.
The installer files (axm-agent-5.0-apache-linux-x86_64.tar and axm-agent-5.0SP4-apache_Patch-linux-x86_64.tar) say it is for 64bit (x86_64) arch but the installer puts 32bit library files onto the system.
# file /opt/axm/rsa-axm/agent-50-apache/lib/libct_apache22_agent.so
libct_apache22_agent.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
# file /opt/axm/rsa-axm/agent-50-apache/lib/libct_isso_ap_22.so
libct_isso_ap_22.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
When Apache attempts to load the modules, it throws the error Unable to load shared object 'libct_apache22_agent.so': 'libct_apache22_agent.so': wrong ELF class: ELFCLASS32 because Apache will only load 64bit libs on this system.
So is it possible to get the 64bit libraries?
