I checked inside the rpm and it looks like the scriptlet tries to use a2enmod
The problem is that RHEL, Centos and Fedora (at least) does not implement (and 
never will) a2enmod and thus the scriptlet is plain wrong for these distros and 
will work only on debian based distros.

The lines that I could see on the scriptlets are those:
postinstall scriptlet (using /bin/sh):
a2enmod setenv &> /dev/null
a2enmod rewrite &> /dev/null
a2enmod php5 &> /dev/null

At the moment of this writing I still do not have a solution for that.

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to