I am sure I have written about this before, certainly there is something in comp.databases.ingres on getting Ingres and SELinux to play nice.
The following will enable Ingres (2006 and beyond) to be installed on a Linux system with SELinux enabled.
setenforce 0
#Install Ingres here....
chcon -t texrel_shlib_t $II_SYSTEM/ingres/lib/libcompat.1.so
chcon -t texrel_shlib_t $II_SYSTEM/ingres/lib/libbecompat.1.so
setenforce 1
If you find that this does not work for you, let me know. I was able to get Ingres and SELinux to work on Fedora Core 6, using the above.
Technorati Tags: ingres, selinux, install
Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment