create the "tmp" directory in "/usr/share/ossec-wui/".
Code: Select all
mkdir /usr/share/ossec-wui/tmp
Code: Select all
chmod 770 /usr/share/ossec-wui/tmp/
Code: Select all
chown apache:apache /usr/share/ossec-wui/tmp/
If apache isn't the web user then it needs to be what ever that is (www/etc).
Also it would be nice to have a src.rpm so people can fix their own copy of it.