> From: Brian Bothern <[EMAIL PROTECTED]>
>
> Hi.
>
> I am just starting with RedHat 5.0 and am about to install Apache 1.3.0.
> I was wondering if someone could tell me what the prefix part of the
> line :
>
> $ ./configure --prefix=PREFIX [...]
>
> means. Thanks in advance for your help.
>
> Brian Bothern
I've never installed apache, but if it's like most gnu software with
configure scripts, you can use it to specify where the files will be
installed.
e.g.,
./configure --prefix=/usr/local
is the default for most gnu software so the binary files will go in
/usr/local/bin and the library files will go in /usr/local/lib, etc.
If you're happy with the default location you probably don't need to
do anything and can just execute: ./configure
Dave
[EMAIL PROTECTED]
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.