Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 15:04:00 +1200
From:      Jonathan Chen <jonathan.chen@itouch.co.nz>
To:        Aaron <click46@webpimps.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Suggested
Message-ID:  <20010824150400.A73463@itouchnz.itouch>
In-Reply-To: <20010824025913.E23AF37B409@hub.freebsd.org>; from click46@webpimps.net on Thu, Aug 23, 2001 at 07:57:27PM -0700
References:  <20010824025913.E23AF37B409@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 23, 2001 at 07:57:27PM -0700, Aaron wrote:
> 
>   After months of using FreeBSD, there is only one area in which I am 
> still quite fuzzy. There seems to be no real standard place to 
> install "stuff". For example, when I installed Samba the other day, I 
> decided to use ./configure --prefix=/ --exec-prefix=/usr. Bad idea, I 
> realized, since my 88M / slice began to fill up and now nmbd core dumps 
> when stopped.

All third-party s/w not actively maintained by the developers goes
into /usr/local; the only exception being XFree86, which goes into
/usr/X11R6. If you use the ports system to build your software,
all the components will end up in the `correct' places:

    # cd /usr/ports/net/samba
    # make && make install

-- 
Jonathan Chen <jonathan.chen@itouch.co.nz>
----------------------------------------------------------------------
                                      Opportunities are seldom labeled

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010824150400.A73463>