- 締切済み
ApacheとTomcat5.0の連携でのエラー
ApacheとTomcat5.0を連携させる段階で、自分ではどうにもできないエラーが出てきたので、対応策があるかどうかを教えて頂けると助かります。 環境ですが、 OS:Fedora Core 5 apache_1.3.29 tomcat-5.0.30 になります。エラーが起きるのは、jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gzを展開させて、 [root src]# tar zxvf jakarta-tomcat-connectors-jk2-2.0.4-src.tar.gz [root src]# cd jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/ [root native2]# ./configure --with-apxs=/usr/local/apache/bin/apxs --with-apr --with-apr-util の段階で出ます。内容ですが、エラー箇所の前後を載せておきます。 checking for mkdir... /bin/mkdir need to check for Perl first, apxs depends on it... checking for perl... /usr/bin/perl building connector for "apache-1.3" no apxs2 given checking checking for apache13...... not provided checking checking for apache20...... not provided checking checking for iis...... not provided checking checking for iPlanet...... not provided checking for tomcat33 location... not provided checking for tomcat40 location... not provided checking for tomcat41 location... not provided configure: error: valid apr source dir location required [root@master native2]# apache2とtomcat5.0の組み合わせでないと連携が難しいのか、単に環境的に不足しているものがあるのかだと思いますが、経験者の方でアドバイスを頂けると助かります。よろしくお願いします。
- みんなの回答 (1)
- 専門家の回答
みんなの回答
- SAYKA
- ベストアンサー率34% (944/2776)
http://tomcat.apache.org/tomcat-5.5-doc/apr.html これは5.5だけど 一部抜粋 -------------------- The Apache Portable Runtime is a highly portable library that is at the heart of Apache HTTP Server 2.x. -------------------- 手元に5.0のdocumentがあるならどうなってるか見てごらん
お礼
回答、ありがとうございます。tomcat5.0では、apache2.0以上である必要があるのですね。ただ、現状のサーバがapache_1.3.29ですので、tomcatのバージョンを3.xか4.xで再度試してみたいと思います。新規にサーバを構築するのであれば、apache2.xとtomcat5.x以上で構築したいと思います。今回は、単にjspの環境を構築するのが目的なので、現状のapacheの環境はそのままにして、tomcatとjavaの方のバージョンを考慮したうえで、構築をしてみます。ありがとうございました。