After you've run make install, you should check that your installation has all the correct permissions and group ownerships by running the check_perms script. First change to the installation (i.e. $prefix) directory, then run the bin/check_perms program. Don't try to run bin/check_perms from the source directory; it will only run from the installation directory.
If this reports no problems, then it's very likely <wink> that your installation is set up correctly. If it reports problems, then you can either fix them manually, re-run the installation, or use bin/check_perms to fix the problems (probably the easiest solution):
# cd <prefix>/archives # chown <web-server-user> private # chmod o-x private
You need to know what user your web server runs as. It may be www
,
apache
, httpd
or nobody
, depending on your server's
configuration.