Monthly Archives: February 2010
Compiling PHP 5.3.x on Ubuntu (probably Debian based will work)
By some reason libc-client package in modern versions of ubuntu and debian don’t work with php 5.3.x
One solution is compile a new version of libc-client lib.
#!/bin/sh -x
## for Ubuntu 9.10
## Author: Alejandro Leiva
cd $(dirname $0)
FILE_DIR=$(cd $(dirname $0) && pwd)
apt-get install -y libxml2-dev libbz2-dev libpng-dev libjpeg62-dev libc-client2007b-dev libmysqlclient15-dev libxslt1-dev apache2-mpm-prefork apache2-prefork-dev
cd /usr/src
wget ftp://ftp.cac.washington.edu/imap/imap-2007e.tar.Z
zcat imap-2007e.tar.Z | [...]
Posted in Uncategorized Leave a comment

Parque Oromana