|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
prefix
I installed Apache on my system (RedHat 6.1)
I configured it using $./configure prefix=/usr/local --enable-module=most --enable-shared=max OK, I did mess up a little ( I realise this) because it installed Apache in /usr/local and not /usr/local/apache ( like I wanted)..sooo Do I first have to create a directory called apache in /usr/local? Why dont I just let the dang thing do it by default if thats where I want it? Why do I torture myself and try to make this thing work? lost |
|
#2
|
|||
|
|||
|
>> because it installed Apache in /usr/local
That's standard and appropriate location >> and not /usr/local/apache ( like I wanted)..sooo What you wanted is absolutely non-standard and known to cause problems the Linux users most faced. In addition to $./configure prefix=/usr/local --enable-module=most --enable-shared=max, you should also specify a datadir and localstatedir and others. Check the config.layout for more examples. Be sure to start here -> http://forums.devshed.com/showthrea...0786&forumid=15 and see why setting prefix=/usr/local/apache is extremely bad. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > prefix |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|