rc3.org Rafe Colburn on software development (and other topics)

So long, Fink

After watching Fink try to compile 53,000 packages and reading Kellan’s comment on my previous post, I decided to abandon that approach for getting this laptop set up and go for precompiled stuff instead. Here’s a list of the key packages:

That basically gets everything squared away for doing real development on this computer. I’m not sure why I chose not to follow the path of least resistance in the first place. As I mentioned yesterday, I already have Eclipse up and running, so now the only thing that’s left is Tomcat, which I’ll deal with a bit later.


4 Comments

Tomcat just works… untar it whereever you want, and run $CATALINA_HOME/bin/startup.sh. (You’ll have to set $CATALINA_HOME of course)

Works like a charm.

Posted by Jim Roepcke on 22 September 2005 @ 1am

If you need a more fully featured PHP4 (Apple’s has been fairly bare bones) or PHP5, you can download one at http://entropy.ch. Both work with the standard Apache package.

Posted by Roger Espinosa on 22 September 2005 @ 5am

When I moved to Mac OS X, I followed only one advice: Don’t fight the system.

Why would you want to anyway? It’s so beautifully built.

Posted by Eddy Young on 22 September 2005 @ 7am

As a Developer I use MAMP. You can choose between PHP4 and PHP5 and MySQL is also running. Does not even touch 1 System-File. Just Great!!

Posted by Rafael Garcia on 27 October 2005 @ 4pm

Leave a Comment