Hi All , I am trying to get the SELINUX on one of our evaluation boards (MIPS based). The SDK running is custom makefile based & kernel is linux-4.9 series. 1) To get the selinux , i have enabled the kernel configuration w.r.t SELINUX I can see the entry created under /sys folder ~ # ls /sys/fs/selinux/ 2) But when i run command of selinux like selinuxenabled , i am getting Error message of : selinuxenabled: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory But i can see the library at /lib folder ~ # find / -name libselinux ~ # find / -name 'libselinux*' /lib/libselinux.so /lib/libselinux.so.1 Can members please provide any input as to which package is missing here or probable areas to look to solve the problem. Idea was to build a selinux setup Thanks , Ashish _______________________________________________ selinux mailing list -- selinux@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to selinux-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/selinux@xxxxxxxxxxxxxxxxxxxxxxx