- - - - - - - - - - - - - - - - - - - - - - - - - - - - Name: Jon Subject: Re: Search.cgi error (not finding libdpsearch-4.so)
As a background for how to fix this later, you would check for audit messages. By default they will show up in /var/log/messages. So you could do something like the following to see the audit messages: cat /var/log/messages|grep avc Or to limit the scope: tail -n 15 /var/log/messages|grep avc It is also possible you are using the auditd. If so, you would use the auditd log to view the avc messages. To fix your issue you need to set a context of "httpd_sys_script_exec_t". An example of how to do so follows: chcon -R -t httpd_sys_script_exec_t /path/to/dpsearch/lib Let me know if this does not fix the issue. If it does not, please include the avc messages and we will work on adjusting the SELinux policy to allow dpsearch to do what it wants to do. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Read the full topic here: http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1142573165;page=2
