When installing Sybase (ASE 15), the server can not be configured correctly
Problem:
At the end of Sybase Adaptive Server Enterprise Suite 15.0, the following messages appear:
Unable to log in to Adaptive Server `IP xxx`.
Can`t install full-text search SDS scripts.
Server `IPxxx_TEXT` was not created.
Followed by the `Product configuration failed` message.
Reason:
This is due to recent changes in glibc.
The environment variable LD_POINTER_GUARD should be set to 0 for ASE to function properly.
This variable should be set before starting any ASE binary.
Please use "srvbuild" or "srvbuildres" to configure the devices.
Solution:
export LD_POINTER_GUARD=0
Tags

