When starting radiusd on the linux platform the error message cannot restore segment prot after reloc: Permission denied is displayed for libldapssl30.so. What is causing this and how can it be fixed?
Nov 22 2005
This is caused by a shared library compatibility problem with linux distributions having selinux enabled. This can be corrected by running the following command: chcon -t texrel_shlib_t /usr/local/iea/libldapssl30.so
Alternatly selinux can be disabled. (See /etc/selinux/config)