| Search internet |
When a machine executes an extend request, it stores the given C-source in the dll directory and compiles the source. If compilation fails one needs to know where the dll directory is in order to debug. The location of the dll directory is determined by the LGW_PATH variable.
The value of LGW_PATH is a list of Unix path names separated by semicolons. The location of the dll directory is determined by the first element of that list.
Each element of the LGW_PATH contains a colon character. The location of the dll directory is found by discarding the rightmost colon character of the first element of LGW_PATH and all characters following that colon, and then adding 'dll/'.
The default value of LGW_PATH is $HOME/.logiweb/logiweb/:/rack.lgr. Thus, the default location of the dll directory is $HOME/.logiweb/logiweb/dll/.
| Search logiweb.eu |