Sign in
or
Join FriendFeed
FriendFeed
is the easiest way to share online.
Learn more »
Join FriendFeed
Rafael Sachetto
› Comments
Subscribe
to Rafael's comments
Rafael Sachetto
gist: 1865 - GitHub -
http://gist.github.com/1865
April 8
from
delicious
-
Comment
-
Like
-
Share
moourl -
Rafael Sachetto
Rafael Sachetto
Installing Apache 2.2.10, PHP 5.2.6, MySQL 5.2.1, Mod_Python, PostgreSQL 8.3, Nginx, & CouchDB on OS X | Where the alter-ego of codelust plays -
http://blog.fatalerror.in/install...
December 25, 2008
from
delicious
-
Comment
-
Like
-
Share
./configure \ --prefix=/usr/local/php-5.2.6 \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-openssl \ --with-zlib \ --with-bz2 \ --enable-calendar \ --with-curl \ --with-pcre-dir \ --enable-ftp \ --with-mysql=/usr/local/mysql \ --with-mysqli=/usr/local/mysql/bin/mysql_config \ --with-pear \ --with-xsl -
Rafael Sachetto
Rafael Sachetto
Step-by-step Install Guide for Leopard - Hypertopic -
http://www.hypertopic.org/index...
December 25, 2008
from
delicious
-
Comment
-
Like
-
Share
./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --prefix=/usr/local/php5 \ --with-config-file-path=/etc/ \ --with-pgsql=/usr/local/pgsql \ --with-curl=/usr/bin \ --with-curlwrappers \ --with-zlib-dir=/usr \ --enable-mbstring \ --with-pdo-pgsql=/usr/local/pgsql \ --enable-debug \ --without-iconv \ --enable-cli -
Rafael Sachetto
Rafael Sachetto
DIYMacServer » Installing PHP on Leopard using the default Apache installation -
http://diymacserver.com/install...
December 25, 2008
from
delicious
-
Comment
-
Like
-
Share
--with-zlib \ --with-zlib-dir=/usr \ --with-openssl \ --enable-exif \ --enable-ftp \ --enable-mbstring \ --enable-mbregex \ --enable-sockets \ -
Rafael Sachetto
Rafael Sachetto
CodeSnippets: remove missing subversion files [svn] [bash] [subversion] -
http://codesnippets.joyent.com/posts...
October 26, 2008
from
delicious
-
Comment
-
Like
-
Share
for d in `svn st | grep ^! | awk '{print $2}'`; do svn rm $d; done; -
Rafael Sachetto
Other ways to read this feed: