|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (5 bit)
Join Date: Nov 2004
Posts: 18
|
-prefix error when installing apache
I am trying to setup apache / mysql / php on Red Hat v9. I have been following different guides online, and everyone seems to have the command ./configure –prefix=/usr/local/apache2 –enable-mods-shared=most. When I try to run this command I get the following error "configure: error: invalid variable name: –prefix"
I am sure this is something fairly simple because this is only my first day using linux and I don't really know what I am doing. Also, I selected apache to be installed when I setup Red Hat. Is it already installed? How do I run it? |
|
|
|
|
|
#2 |
|
Premium Member
Join Date: Jun 1999
Posts: 9,231
|
have you tried:
./configure -–prefix=/usr/local/apache2 -–enable-mods-shared=most |
|
|
|
|
|
#3 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Also ./configure --help | less will show you all of the available options. Alternately you could install from the rpm.
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|