| | 8 | |
| | 9 | ---------------------------------------------------------------------- |
| | 10 | |
| | 11 | If any or all of the modules required by the OpenGuides scripts are in |
| | 12 | a private directory, then you'll need to tell the scripts where to find |
| | 13 | them. The only way I can see to do this is to install everything and |
| | 14 | then manually edit the scripts wiki.cgi (or whatever you called it). |
| | 15 | supersearch.cgi and preferences.cgi to include a line something like |
| | 16 | |
| | 17 | use lib qw( /path/to/my/modules/ ); |
| | 18 | |
| | 19 | at the top of the scripts before any other modules are required. |