2010-02-26から1日間の記事一覧
現象 PHP コンパイル時に以下のエラーが発生した。 # ./configure \ '--with-apxs2=/usr/local/apache228-php4/bin/apxs' \ '--enable-mbstring' \ '--enable-mbstr-enc-trans' \ '--enable-mbregex' \ '--enable-cli' \ '--enable-pcntl' \ '--enable-track…
# ./configure \ '--with-apxs2=/usr/local/apache228-php4/bin/apxs' \ '--enable-mbstring' \ '--enable-mbstr-enc-trans' \ '--enable-mbregex' \ '--enable-cli' \ '--enable-pcntl' \ '--enable-track-vars' \ '--with-oci8-instant-client=/opt/app/or…
$ telnet localhost 25 helo localhost MAIL FROM:<送信元メールアドレス> RCPT TO:<送信先メールアドレス> DATA test mail . quit 参考 http://lab.klab.org/young/2008/10/smtp%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E3%82%92%E6%89%93%E3%81%A3%E3%81%A6%…
Apache をコンパイルしてると # cd /usr/local/src/apache-2.2.8-php4 # ./configure \ "--prefix=/usr/local/apache228-php4" \ "--enable-module=so" \ "--enable-module=rewrite" # make ... /usr/lib/libexpat.so: could not read symbols: File in wron…