[Freeswitch-users] error loading module 'luasql.mysql'
Patrick
freeswitch-list at puzzled.xs4all.nl
Sun Jan 31 05:04:28 PST 2010
On 01/31/2010 06:58 AM, Michael Jerris wrote:
> http://www.google.com/search?q=cannot+restore+segment+prot+after+reloc:+Permission+denied
>
> Google says this is selinux configured to enforcing without setting it
> up properly to allow what your trying to do. Try disabling selinux, and
> if that works and you want selinux enabled, you will need to come up
> with the propper config.
To fix a similar error message this is what I had in an old spec file:
/sbin/restorecon -v /usr/lib64/somelib.so
Iirc this is not the proper way to fix this and one should use the chcon
command (chcon -t ...) or create an selinux policy. man chcon and google
has more info.
Regards,
Patrick
More information about the FreeSWITCH-users
mailing list