13 responses to “Homebrew – Intro To The Mac OS X Package Installer”

  1. Sukima

    Out of curiosity why do you use sudo for all your commands. The docs specifically explain why that is a bad idea. A simple one time `sudo chown -R $USER /usr/local` fixes that issue. This makes life so much easier. sudo opens up a lot of opportunities to really blow things up. Your putting complete trust that there isn’t a bug or mistake in the hundreds of formula scripts. And entering in a password every time you use the brew command is a hassle.

  2. TechnoGrad » Blog Archive » MacOSX and homebrew

    [...] Wie bei allen Dingen, die stark ins System eingreifen, funktionierte bei mir der empfohlene Weg der Installation von ‘homebrew’ mal wieder nicht. Google sei Dank fand ich (kurz bevor ich alle Haare verlor) diesen wertvollen Link zur einfachen Installation des neuen ‘macports’ oder ‘fink’. Ein Befehl in der console und es wuppt! 2 thumbs up to heaven!!! Und hier ist der wertvolle Link. [...]

  3. Jasper

    Stumbled across your post and because of that I read about homebrew… Just wanted to say thanks a lot! I was struggling like hell to get postgis working… and it works flawlessly now :)

  4. texnic

    Upon doing the ruby command, I’m getting

    curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
    error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

    Though you have -k in the keys already. Any idea of what I could try? I’ve Mac OS 10.5.8.

    1. Ulops

      Exactly the same issue. Also using 10.5.8

  5. Ramesh

    Hi,

    I have configured the brew in linux, How to make package for using brew ?

    Ramesh

  6. Ramesh

    Hi,

    I have installed brew in my linux (slackware13.1 linux)

    While run the command given below

    brew create http://ftp.acc.umu.se/pub/gnome/sources/libsoup/2.33/libsoup-2.33.90.tar.gz

    and typed the formula

    require ‘formula’

    class Libsoup Downloading http://ftp.acc.umu.se/pub/gnome/sources/libsoup/2.33/libsoup-2.33.90.tar.gz
    ######################################################################## 100.0%
    Warning: Cannot verify package integrity
    The formula did not provide a download checksum
    For your reference the MD5 is: f905e685f4e2fa6b414522e06d8db3c8
    /usr/bin/mktemp: cannot make temp dir /tmp/homebrew-libsoup-2.33.90-XXXX: Invalid argument
    Error: Couldn’t create build sandbox
    root@slack64:/tmp/brew/homebrew#

    I am getting above error. Please help me how to fix this error

    Ramesh

  7. Kyle

    Hello,

    I’ve just started using Homebrew and I love it. The only issue I am having is that it doesnt seem to be installing the man pages for any packages I install. I there something I need to alter somewhere or a flag I need to set?

    Thanks,
    Kyle

  8. Ramesh

    Hi Kyle,

    Thanks for your reply,

    Please let me know, how can you configure in your system in details…

    Ramesh

  9. JM

    What are the implications of changing all those permissions on system directories? This strikes me as an unwise decision, particularly changing the group id’s

You can login to comment using your favorite social network (optional)

Leave a Reply

close