Changeset 501 for trunk/TROUBLESHOOTING

Show
Ignore:
Timestamp:
09/20/04 15:59:43 (4 years ago)
Author:
kake
Message:

Added option of munging in custom lib paths on install.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TROUBLESHOOTING

    r346 r501  
    2121If any or all of the modules required by the OpenGuides scripts are in 
    2222a 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. 
     23them. From version 0.41 of OpenGuides, you can do this at 'perl Build.PL' 
     24time - see the INSTALL file included in this distribution. 
    3025 
    3126----------------------------------------------------------------------