This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
programs:odxnet:home [2009/12/07 00:08] tdo |
programs:odxnet:home [2012/10/26 14:51] (current) |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| Certain operating system Environment variables should be set up that OdxNet may need for proper access to Omnidex libraries. | Certain operating system Environment variables should be set up that OdxNet may need for proper access to Omnidex libraries. | ||
| + | |||
| + | <code> | ||
| + | export OMNIDEX_HOME=/omnidex | ||
| + | export TMPDIR=youdir | ||
| + | odxnet | ||
| + | </code> | ||
| + | |||
| + | For debugging purposes: | ||
| + | |||
| + | <code> | ||
| + | export OMNIDEX_DEBUG=parms | ||
| + | odxnet | ||
| + | </code> | ||
| ==== Start the listener process. ==== | ==== Start the listener process. ==== | ||