Сборка php(типовой configure)

Качаем:

Конфигурируем:

./configure \
    --with-mysql \
    --with-mysqli \
    --with-zlib \
    --with-curl \
    --with-bz2 \
    --with-gd \
    --with-config-file-path=/var/www/hosts/domain.ru/cgi-bin/php.ini \
    --enable-mbstring \
    --with-xsl \
    --with-jpeg-dir=/usr/include \
    --with-freetype-dir=/usr/include \
    --with-xpm-dir=/usr/include  

Собираем:

make

Ищем исполняемый файл в каталоге asapi

 
php_configure.txt · Последние изменения: 09:25 27.12.2011 root
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki