LPI Exam Questions

Which of the following commands will allow you to compile and install apache in your own homedirecto

You want to do some tests with the apache webserver, but you don’t have root access on this server, only a normal unprivileged user account.
Which of the following commands will allow you to compile and install apache in your own homedirectory?
(choose the best answer)

A.
./configure PREFIX=$HOME

B.
./configure –prefix=$HOME

C.
make install PREFIX=$HOME

D.
make install –prefix=$HOME