Newbie questions about Pliant
Problems to fire up run pliant-84
|
Message posted by marcus on 2005/09/12 13:46:40 |
When I try to run the server, via
pliant-debug1.exe module /pliant/protocol/http/server.pli command 'http_server port 8080'
I get the following error:
Your computer name has not been found in the Pliant configuration database. If you want you can configure it through the HTTP server, then reexecute the Pliant installation script. ---------------------------------------------------------------- Failed to compile new ('Str' ?) compile /pliant/language/type/set/list.pli (internals) 245 72 ....
Why is that? |
Message posted by hubert.tonneau on 2005/09/12 13:51:00 |
You don't have a /pliant/binary/default-debug1.dump containing Pliant language extensions written in Pliant. You can create it through running: /pliant/fullpliant
On the other hand, if you insist to work with no precompiling, you can run: pliant-debug1.exe module /pliant/install/minimal.pli module /pliant/protocol/http/server.pli command 'http_server port 8080'
|