パスワードを忘れた? アカウント作成
516323 journal

contriの日記: このページはさまよう暗い影ハンターズの contri (10918)用です。

日記 by contri

 というわけで、Blade100(solaris10)インストールメモランダム。
 gccは、パッケージでついて来たものを使用している。
 sunstudioはインストールしなかった。

 httpd-2.2.3
 ./configure \
    --enable-so \
    --enable-auth-dbm \
    --enable-auth-digest \
    --enable-cern-meta \
    --enable-cache \
    --enable-disk-cache \
    --enable-mem-cache \
    --enable-file-cache \
    --enable-headers \
    --enable-ssl \
    --with-ssl=/usr/local/openssl \
    --enable-dav --enable-dav-fs \
    --enable-info --enable-vhost-alias \
    --enable-speling --enable-rewrite \
    --enable-expires --enable-deflate \
    --with-z=/usr/local/lib --with-mpm=prefork \
    --disable-ipv6 --enable-modules=mod_access \
    --enable-modules=mod_actions \
    --enable-modules=mod_alias \
    --enable-modules=mod_asis \
    --enable-modules=mod_auth \
    --enable-modules=mod_auth_anon

    PHP-5.1.6
    ./configure \
    --prefix=/usr/local/php5 \
    --with-apxs2=/usr/local/apache2/bin/apxs \
    --with-pgsql=/usr/local/pgsql \
    --with-zlib-dir=/usr/local/lib \
    --with-gd --with-jpeg --with-png \
    --with-freetype-dir=/usr/local/lib \
    --enable-gd-jis-conv \
    --with-libxml-dir=/usr/local \
    --with-dom-xslt --enable-shared \
    --enable-mbstring --enable-track-vars \
    --with-openssl-dir=/usr/local/openssl \
    --enable-wddx --enable-sockets \
    --with-iconv-dir=/usr/local/lib \
    --enable-calendar \
    --with-db4=/opt/ext/db-4.4.20 \
    --enable-zend-multibyte \
    --enable-mbregex \
    --enable-roxen-zts \
    --with-php --with-proj --with-wmsclient \
    --with-gdal --with-gettext --enable-versioning

 むー。
 なんか忘れてるもしくは二重定義になっているよーな気がしないでもない.....

 sunstudioはGNU系のインストールにおいて、色々問題がありそうな気がしたので、インストールしていないが実際のところどうなのかは未確認。

 なかなか好みの環境を構築するのは大変です。

この議論は賞味期限が切れたので、アーカイブ化されています。 新たにコメントを付けることはできません。
typodupeerror

Stay hungry, Stay foolish. -- Steven Paul Jobs

読み込み中...