Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
howtos:runlocation [2008/02/08 18:49] – external edit 127.0.0.1howtos:runlocation [2015/04/17 01:06] (current) – external edit 127.0.0.1
Line 4: Line 4:
 Unless you set POPFile's environment variables, POPFile expects to find its modules and files relative to the directory that you run POPFile from. That means you must either run POPFile from its install directory or set the appropriate environment variables to tell POPFile where to find its stuff, e.g., Unless you set POPFile's environment variables, POPFile expects to find its modules and files relative to the directory that you run POPFile from. That means you must either run POPFile from its install directory or set the appropriate environment variables to tell POPFile where to find its stuff, e.g.,
  
-  * For a POPFile installation installed to /usr/home/brad/popfile/ 
  
-<code>   **This works without environment variables set**+** For a POPFile installation installed to /usr/home/brad/popfile/ **
  
-<code>    cd /usr/home/brad/popfile/ +This works without environment variables set:
-    perl popfile.pl</code>+
  
 +<code>cd /usr/home/brad/popfile/
 +perl popfile.pl</code>
  
-   **This Doesn't Work**+This __doesn't__ work:
  
 +<code>cd /usr/home/brad/
 +perl /usr/home/brad/popfile/popfile.pl</code>
  
-<code>   cd /usr/home/brad/ +But this __does__ work:
-   perl /usr/home/brad/popfile/popfile.pl</code> +
- +
- +
-   **But This Does Work** +
- +
- +
-<code>   set POPFILE_USER=/usr/home/brad/popfile/ +
-   set POPFILE_ROOT=/usr/home/brad/popfile/ +
-   cd /usr/home/brad/ +
-   perl /usr/home/brad/popfile/popfile.pl</code> +
-</code>+
  
 +<code>set POPFILE_USER=/usr/home/brad/popfile/
 +set POPFILE_ROOT=/usr/home/brad/popfile/
 +cd /usr/home/brad/
 +perl /usr/home/brad/popfile/popfile.pl</code>
 
howtos/runlocation.1202496561.txt.gz · Last modified: 2015/04/17 01:06 (external edit)
Old revisions

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License