Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »

Rafael Sachetto › Comments

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...
./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...
./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...
--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...
for d in `svn st | grep ^! | awk '{print $2}'`; do svn rm $d; done; - Rafael Sachetto
Other ways to read this feed:Feed readerFacebook