Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 2 of 2
  1. #1
    Fahrvergnuugen's Avatar
    Fahrvergnuugen is offline I am the law!
    Join Date
    Apr 2001
    Location
    Galway, NY
    Posts
    1,009
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Where should stuff be installed?

    Ive comented in several threads in here that Apple has changed the default $PATH variable. /usr/local/bin is no longer set by default [neither is /usr/local/sbin though I'm not sure what sbin is for].

    Well, a lot of the precompiled binaries that I've downloaded from macosx.forked.net install themselves in /usr/local/bin

    So is the solution to add /usr/local/bin to the path? Or should we be installing stuff in /bin [the bin thats in the jaguar PATH by default].

    Should I just copy everything from /usr/local/bin to /bin and then make a symlink of /bin to /usr/local/bin ?

    What was the reasoning for moving it [something to do with POSIX maybe]?
    -Paul Wieland______________
    http://www.sickdimension.com
    Dual G5 2.0Ghz / 2.5GB Ram / 620 GB HD / 23" CD

  2. #2
    ladavacm is offline Unperson Spotter
    Join Date
    Mar 2001
    Posts
    275
    Thanks
    0
    Thanked 0 Times in 0 Posts
    man hier is quite precise:
    Code:
         /bin/    user utilities fundamental to both single-user and multi-user
                  environments.  Putting things here is like jogging on busy motorway, 
                  with eyes tied
    
         /usr/    contains the majority of user utilities and applications
    
                  bin/      common utilities, programming tools, and applications.  Putting things
                            here is like jogging on busy motorway,  with eyes tied
    It's quite simple, folks. Traditionally, /usr/local/bin is for the locally added software. If you have some of those, you modify your PATH if you want to use them easily. Put this modification into .profile or .cshrc, depending on your shell of choice.

 

 

Similar Threads

  1. Recently installed DVD drive, now how to install DVD Software
    By abernajb in forum Mac OS X System & Mac Software
    Replies: 4
    Last Post: December 19th, 2002, 06:22 PM
  2. how to install Classic when not installed with OSX in beginning?
    By llyrwy in forum Mac OS X System & Mac Software
    Replies: 3
    Last Post: December 8th, 2002, 03:18 PM
  3. How to compile stuff
    By fintler in forum Unix & X11
    Replies: 1
    Last Post: August 28th, 2002, 07:57 AM
  4. Jaguar wiped of Preferences of installed apps
    By gagix in forum Mac OS X System & Mac Software
    Replies: 1
    Last Post: August 27th, 2002, 06:48 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •