Changeset 1129 for trunk/TROUBLESHOOTING

Show
Ignore:
Timestamp:
01/15/08 00:51:31 (11 months ago)
Author:
earle
Message:

The section about installing into a private directory really belongs in INSTALL, not TROUBLESHOOTING.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TROUBLESHOOTING

    r501 r1129  
    11OpenGuides Troubleshooting Guide 
    22================================ 
    3  
    4 If you wish to install the OpenGuides modules in a private directory, 
    5 you will need to specify this when you run the Build.PL. 
    6  
    7 If you are using version 0.20 of Module::Build, do: 
    8  
    9   perl Build.PL install_path=lib=/path/to/my/modules/ \ 
    10                 install_path=script=/path/to/my/bin/ \ 
    11                 install_path=arch=/path/to/my/modules/auto/ \ 
    12                 install_path=libdoc=/path/to/my/man/ \ 
    13                 install_path=bindoc=/path/to/my/man/ 
    14  
    15 Or for earlier versions of Module::Build, do: 
    16  
    17   perl Build.PL config='sitelib=/path/to/my/modules/'  
    18  
    19 ---------------------------------------------------------------------- 
    20  
    21 If any or all of the modules required by the OpenGuides scripts are in 
    22 a private directory, then you'll need to tell the scripts where to find 
    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. 
    25  
    26 ---------------------------------------------------------------------- 
    273 
    284If you are able to run wiki.cgi from the command line but receive an