nurpax / nurpawiki

Automatically exported from code.google.com/p/nurpawiki
GNU General Public License v2.0
0 stars 3 forks source link

Use Ocsigen's --where command line option to find METAS directory #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ocsigen 1.0.0 requires to be configured with the new

    <findlib path="/home/jhellsten/godi/lib/ocsigen/METAS" />

tag to be able to load its own libraries/extensions with the new findlib
mechanism.

This feature itself is great but at least for now, I haven't figured out a
way to dynamically query the location of the findlib path in
gen_ocsigen_config.

This bug is filed to replace the current hack (see comments for the change
revision) with something better once it becomes available in Ocsigen.

Original issue reported on code.google.com by jjhel...@gmail.com on 6 Apr 2008 at 8:29

GoogleCodeExporter commented 9 years ago
See r416 for a temporary solution.

Original comment by jjhel...@gmail.com on 6 Apr 2008 at 8:41