Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83072 - mod_jk2 2.0.4 have problem with compilers configuration
Summary: mod_jk2 2.0.4 have problem with compilers configuration
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jan Brinkmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-23 07:41 UTC by MT
Modified: 2005-04-12 02:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MT 2005-02-23 07:41:55 UTC
when i try to emerge mod_jk2 i get this error:

need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
building connector for "apache-2.0"
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
checking for JDK location (please wait)... /opt/sun-jdk-1.4.2.07 from environment
checking Java platform... checking Java platform...
checking os_type directory...  linux
error
compiler discovered by configure: i686-pc-linux-gnu-gcc
compiler used by apache: gcc
delete config.cache and try CC=gcc ./configure
configure: error: jk2 and apache compilers must be the same


to fix the problem i do:

# export CC="gcc"
# export APACHE2_CC="gcc"
# emerge mod_jk2
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-24 08:52:59 UTC
can't really say yet if i'll fix this, this project is dead. mod_jk should be used instead which i'm going to add to the tree in the near future.
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-23 06:19:14 UTC
marking as wontfix, mod_jk will hit the tree soon and mod_jk2 will disappear
Comment 3 Philippe Van Deyck 2005-04-12 02:48:00 UTC
when will this mod_jk be added to the tree?

I'm kind waiting for it. I had it manually installed, but since i upgraded apache, it doesn't work anymore. And i can't install mod_jk2 due to this bug.