Changeset 501 for trunk/TROUBLESHOOTING
- Timestamp:
- 09/20/04 15:59:43 (4 years ago)
- Files:
-
- 1 modified
-
trunk/TROUBLESHOOTING (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TROUBLESHOOTING
r346 r501 21 21 If any or all of the modules required by the OpenGuides scripts are in 22 22 a private directory, then you'll need to tell the scripts where to find 23 them. At present the only way to do this is to install everything and 24 then manually edit wiki.cgi (or whatever you called it), 25 supersearch.cgi and preferences.cgi to include a line like 26 27 use lib qw( /path/to/my/modules/ ); 28 29 at the top before any other modules are required. 23 them. From version 0.41 of OpenGuides, you can do this at 'perl Build.PL' 24 time - see the INSTALL file included in this distribution. 30 25 31 26 ----------------------------------------------------------------------
