Changeset 85 for trunk/TROUBLESHOOTING

Show
Ignore:
Timestamp:
05/02/03 18:02:48 (6 years ago)
Author:
kake
Message:

Bumped version number.
Redid the script and template installation so the script does actually get called what you said it should be (code copied somewhat from Siesta::Build).
Also you now need to specify the template installation directory.
Fixed the support for non-local databases/IDENT authentication. I think.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TROUBLESHOOTING

    r65 r85  
    11OpenGuides Troubleshooting Guide 
    22================================ 
     3 
     4If you wish to install the OpenGuides modules in a private directory, 
     5the Module::Build incantation for this is 
     6 
     7  perl Build.PL config='sitelib=/path/to/my/modules/' 
     8 
     9---------------------------------------------------------------------- 
    310 
    411If you see the following message in your webserver error logs: 
     
    2330further with this problem if you can't figure it out yourself. 
    2431 
     32----------------------------------------------------------------------