View Single Post

   
  #2 (permalink)  
Old 01-17-2008, 06:10 PM
Alan Connor
 
Posts: n/a
Default Re: Where to install tar files?

On Mon, 23 Feb 2004 06:45:11 -0500, Ed Stankevich <whoha@med.umich.edu> wrote:
>
>
> Where should a file like MIME-Lite-3.01.tar be installed ? /sbin
> /usr/sbin ????
>


Is that the source for an executable? If so, you should untar it in
your home directory, or /usr/src and compile it from there as root.

Make will install the compiled binary where it belongs, usually with-
out any need to edit it.

../configure
make
make-install

are usually the commands your run from the source directory to do the job.

Read the README. That's why they call it that :-)


AC

--
ed(1) Check out the original tutorials by Brian W.
Kernighan at the Ed Home Page http://tinyurl.com/2aa6g
Reply With Quote