ComputerWiki

http://www.symfony-project.com/

準備

Apache のインストール

./configure --prefix=/home/viz/httpd-2.2.3 --enable-so --enable-auth-digest --enable-dav=yes --enable-rewrite --enable-proxy

確か --enable-rewrite が必要。

MySQL のインストール

PHP のインストール

./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 が動かなかった気がする。

symfony のインストール

askeet を動かしてみる

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.

と怒られた。


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2006-11-06 (月) 02:54:29 (1362d)