2009/5/6 adam <[email protected]>: > i am using werc-1.0.0-rc2. in the readme it says: "If your Plan 9 > from User Space installation is located somewhere else than the > standard /usr/local/plan9/ you will need to edit the first line of bin/ > werc.rc" > > plan9 is installed in /usr/share/plan9, so i have: > $echo $PLAN9 > /usr/share/plan9
Make sure PLAN9 is correctly set in the environment spawned by the webserver. It needs to be set *before* rc runs. If all else fails, try #!/usr/bin/env PLAN9=/usr/share/plan9 /usr/share/plan9/bin/rc Also, /usr/share is a ridiculous place to put any software :P -sqweek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "werc" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/werc9?hl=en -~----------~----~----~----~------~----~------~--~---
