Differences

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


installationhowtos:runlocation [2008/02/08 19:49] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +===== POPFile Run Location =====
 +
 +POPFile expects to find its modules and files relative to the directory that you installed POPFile in. That means you must run POPFile from the install directory, e.g.,
 +
 +  * For a POPFile installation installed to /usr/home/brad/popfile/
 +
 +<code>   **This works**
 +
 +<code>    cd /usr/home/brad/popfile/
 +    perl popfile.pl</code>
 +
 +
 +   **This Doesn't Work**
 +
 +
 +<code>   cd /usr/home/brad/
 +   perl /usr/home/brad/popfile/popfile.pl</code>
 +</code>
  
 
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