|  |  | 
 Check your installationTo check that your installation has all the correct permissions
    and group ownerships, you should run thecheck_permsscript:
% cd $prefix
% bin/check_perms
 Don't try to run check_permsfrom the source
    directory; it will only run from the install
    (i.e.$prefix) directory. If this reports no problems, then it's very likely that your
    installation is set up correctly :) If it reports
    problems, then you can either fix them manually, re-run the
    installation, or use check_permsto fix the problems
    (probably the easiest solution): 
    You need to become the user that did the installation (and that
        owns all the files in $prefix), or root.Run bin/check_perms -fRepeat previous step until no more errors are reported!
     |