Results 1 to 2 of 2
Hi,
I was asked to substitute the PREFIX_HTDOCS/data/jobs with its real value. The `--install-htdocs' is located on "/var/www". And I'm so confused on what value of PREFIX_HTDOCS should I assign. ...
- 05-15-2009 #1Just Joined!
- Join Date
- Apr 2009
- Location
- Philippines
- Posts
- 23
What does "${prefix}/data/jobs" means?
Hi,
I was asked to substitute the PREFIX_HTDOCS/data/jobs with its real value. The `--install-htdocs' is located on "/var/www". And I'm so confused on what value of PREFIX_HTDOCS should I assign. Any idea?
Thanks.
- 05-15-2009 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
set | grep PREFIX_HTDOCS
${prefix} is a shell variable reference
If the set shows nothing you must set up the enviroment variable PREFIX_HTDOCS with the correct informations.
probably
export PREFIX_HTDOCS=/var/www
in your case


Reply With Quote
