2004-08-01から1ヶ月間の記事一覧

php5 w/ apache2

PHP

/etc/httpd/conf.d/php.confにてlibphp4.soの代わりにlibphp5.soをロードするように変更。

rpm packageをinstallする際、

error: rpmdbNextIterator: skipping h# 526 region trailer: BAD, tag 0 type 0 offset 0 count 0 というエラーメッセージが出てinstallできなかったが rpm --rebuilddb を実行することで解決。

php5 installation on fedora core

php

./configure --with-zlib --with-gd --with-jpeg-dir --with-png-dir --with-pgsql --with-apxs2=/usr/sbin/apxs --enable-ftp --with-readline --enable-mbstring --with-xsl --enable-wddx --with-curl --with-xmlrpc --enable-gd-native-ttf --with-ttf -…

httpdの各ユーザの設定は以下のファイル:

/private/etc/httpd/users/*.confリンク先フォルダをhttpから参照できるようにするにはここにFollowSymlinksを加える。

php+xsltをMacOSXでcompile時にエラーが出る(perl-4.3.8)

PHP

ld: Undefined symbols: std::terminate() vtable for __cxxabiv1::__class_type_info vtable for __cxxabiv1::__si_class_type_info vtable for __cxxabiv1::__vmi_class_type_info operator delete(void*) operator delete(void*) operator new(unsigned l…

smbchartool-2.3aでファイル名の文字コード変換 (euc->sjis)

euctosjisはバグでjisに変換されてしまう。 euctojis src dst jistosjis src dst の二段階で行う。

Terminal.appで日本語表示

jless: JLESSCHARSET=utf-8 nkf -w filename | jless