#244: install writes outside perl root ------------------------+--------------------------------------------------- Reporter: mstevens | Owner: Nobody Type: defect | Status: new Priority: normal | Milestone: Component: openguides | Version: 0.61 Severity: normal | Resolution: Keywords: | ------------------------+--------------------------------------------------- Old description:
I'm trying to install on a perl which is in /usr/local/perl-5.10.0/
Most of OpenGuides seems to go inside the root nicely, but I was disturbed to see it writing a bunch of stuff outside:
Installing scripts to /usr/lib/cgi-bin/openguides/: Copying wiki.cgi -> /usr/lib/cgi-bin/openguides/wiki.cgi Deleting /usr/lib/cgi-bin/openguides/wiki.cgi.bak Trying to ensure that wiki.conf is protected by .htaccess.. apparent success. You should check that this is working! Copying wiki.conf -> /usr/lib/cgi-bin/openguides/wiki.conf Copying preferences.cgi -> /usr/lib/cgi-bin/openguides/preferences.cgi Deleting /usr/lib/cgi-bin/openguides/preferences.cgi.bak Copying search.cgi -> /usr/lib/cgi-bin/openguides/search.cgi Deleting /usr/lib/cgi-bin/openguides/search.cgi.bak Copying newpage.cgi -> /usr/lib/cgi-bin/openguides/newpage.cgi Deleting /usr/lib/cgi-bin/openguides/newpage.cgi.bak Installing templates to : No 'to' or 'to_dir' parameter given to copy_if_modified at /usr/local/perl-5.10.0/lib/5.10.0/Module/Build/Base.pm line 4172.
New description:
I'm trying to install on a perl which is in /usr/local/perl-5.10.0/
Most of OpenGuides seems to go inside the root nicely, but I was disturbed to see it writing a bunch of stuff outside:
{{{ Installing scripts to /usr/lib/cgi-bin/openguides/: Copying wiki.cgi -> /usr/lib/cgi-bin/openguides/wiki.cgi Deleting /usr/lib/cgi-bin/openguides/wiki.cgi.bak Trying to ensure that wiki.conf is protected by .htaccess.. apparent success. You should check that this is working! Copying wiki.conf -> /usr/lib/cgi-bin/openguides/wiki.conf Copying preferences.cgi -> /usr/lib/cgi-bin/openguides/preferences.cgi Deleting /usr/lib/cgi-bin/openguides/preferences.cgi.bak Copying search.cgi -> /usr/lib/cgi-bin/openguides/search.cgi Deleting /usr/lib/cgi-bin/openguides/search.cgi.bak Copying newpage.cgi -> /usr/lib/cgi-bin/openguides/newpage.cgi Deleting /usr/lib/cgi-bin/openguides/newpage.cgi.bak Installing templates to : No 'to' or 'to_dir' parameter given to copy_if_modified at /usr/local/perl-5.10.0/lib/5.10.0/Module/Build/Base.pm line 4172. }}}