Click to See Complete Forum and Search --> : Where do I put install files?


AWebDesign
11-12-2000, 11:56 PM
I am fixing to install Apache on my 166 to use as a little web server. Where should I unzip the files to? Does it matter? Do I need to keep them after I install (./configure, make, make install, etc) apache? Is this the same with other programs?
Thanks,

Aaron

A_Lawn_GNOME
11-13-2000, 01:56 AM
"make install" puts them where the default dir is or where you told it to in the configuration. At least, that's what it SHOULD do.

Strike
11-13-2000, 02:15 AM
I keep them all in my ~/src directory, just because that is my biggest partition pretty much. A common place to put them is in /usr/local/src, though.

AWebDesign
11-13-2000, 02:33 AM
Thanks Strike,

Thats where I put em, but I was just making sure.

Thanks,

Aaron