新しいサーバーにapacheをインストールしようとしたら怒られた。
ちなみに、バージョンは2.2.4
/usr/lib/libexpat.so: could not read symbols: File in wrong format
だって。
/usr/lib/libexpat.so
まぁ、これが無いって言うことなんだろうけど、
x86_64のサーバーなんで、
/usr/lib64の方に有るんだよねぇ。
ぐぐったら、
ちなみに、バージョンは2.2.4
/usr/lib/libexpat.so: could not read symbols: File in wrong format
だって。
/usr/lib/libexpat.so
まぁ、これが無いって言うことなんだろうけど、
x86_64のサーバーなんで、
/usr/lib64の方に有るんだよねぇ。
ぐぐったら、
$ ./configure --with-expat=builtin
とすると良いらしい。
64使うといまいち色々引っかかるね。

