http://www.symfony-project.com/
./configure --prefix=/home/viz/httpd-2.2.3 --enable-so --enable-auth-digest --enable-dav=yes --enable-rewrite --enable-proxy
確か --enable-rewrite が必要。
./configure \ > --prefix=/home/viz/php-5.2.0 \ > --with-apxs2=/home/viz/httpd-2.2.3/bin/apxs \ > --enable-mbstring --with-gettext --enable-zend-multibyte --disable-cgi \ > --with-mysql=/home/viz/mysql-5.0.27 \ > --with-mysqli=/home/viz/mysql-5.0.27/bin/mysql_config \ > --with-curl=/usr --with-zlib=/usr --with-xsl=/usr
Fedora Core 4 の場合、--with-xsl を指定するためには、 libxslt-devel パッケージがインストールされている必要がある。 インストールしていないと、xslt-config コマンドが無いと怒られる。 確か --with-zlib も無いと symfony が動かなかった気がする。
magic_quotes_gpc が On になっていると怒られるので、Off にする。
magic_quotes_gpc = Off
symfony propel-build-model
をやったら、
[propel-om] Could not perform XLST transformation. Make sure PHP has been compiled/configured to support XSLT.
と怒られた。