mod_python3.3.1でundefined symbol: apr_table_compress
昨日の件の続きですが、Apache1.3を諦めてCentOS3付属のApache2(rpm)+mod_python3.3.1の組み合わせでやろうと。
mob_pythonをインストール後、configtestすると
# /etc/rc.d/init.d/httpd configtest Syntax error on line 60 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_python.so into server: /etc/httpd/modules/mod_python.so: undefined symbol: apr_table_compress #
と、ツレないメッセージ。。。調べてみると、
じゃあ、3.2.7より前のバージョンならOKそうなので、http://www.meisei-u.ac.jp/mirror/apache/dist/httpd/modpython/や直下のoldディレクトリを見てみるも、すでに消されている模様。。。ぐぁぁぁぁ。。。
Thanks - reading the replie from Graham and yourself and looking athttp://www.modpython.org/pipermail/mod_python/2006-February/020280.html
brings me to the same conclusion as the Nicolas; we should add some
warning that mod_python >=3.2.7 only supports Apache 2.0.47 and later
versions.
いい加減疲れたので、ソースからApacheをbuild中。。。最初からそうすれば良かった。。。orz