You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bob Kersten <bo...@medusa.nl> on 2003/04/14 10:52:43 UTC

problems with building mod_jk

Hello,

    I've tried to build mod_jk statically into Apache 1.3 on a FreeBSD
4.7 machine, but it miserable fails. Then I tried to build a dynamic
mod_jk.so and it failed with the same error. I did manage to get
Tomcat 4.1 up and running perfectly and my Apache 1.3 also works just
fine (both compiled from source), and now I'm ready to make the
connection between these two with mod_jk. I've used the configure
options below. What's going wrong exactly, and how can I solve this
problem?

in the directory:
/tmp/jakarta-tomcat-connectors-jk-1.2.2-src/jk/native

i ran:
./configure --with-apxs=/usr/local/apache/bin/apxs
make

i got:
Making all in common
Making all in apache-1.3
/usr/local/bin/libtool --mode=compile gcc -DUSE_APACHE_MD5 -I
../common -I /include -I
/include/ -I/usr/local/apache/include -funsigned-char -DUSE_EXPAT -I..
/lib/expat-lite -g -O2  -I../common -c  -o mod_jk.lo
rm -f .libs/mod_jk.lo
gcc -DUSE_APACHE_MD5 -I ../common -I /include -I
/include/ -I/usr/local/apache/include -funsigned-char -DUSE_EXPAT -I..
/lib/expat-lite -g -O2 -I../common -c  -fPIC -DPIC -o .libs/mod_jk.lo
gcc: No input files specified
*** Error code 1

Stop in
/tmp/jakarta-tomcat-connectors-jk-1.2.2-src/jk/native/apache-1.3.
*** Error code 1

Stop in /tmp/jakarta-tomcat-connectors-jk-1.2.2-src/jk/native.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: problems with building mod_jk

Posted by John Turner <to...@johnturner.com>.
Have you tried tomcat-dev?  They might be able to answer your questions 
quicker.

John

On Mon, 14 Apr 2003 10:52:43 +0200, Bob Kersten <bo...@medusa.nl> wrote:

> Hello,
>
> I've tried to build mod_jk statically into Apache 1.3 on a FreeBSD
> 4.7 machine, but it miserable fails. Then I tried to build a dynamic
> mod_jk.so and it failed with the same error. I did manage to get
> Tomcat 4.1 up and running perfectly and my Apache 1.3 also works just
> fine (both compiled from source), and now I'm ready to make the
> connection between these two with mod_jk. I've used the configure
> options below. What's going wrong exactly, and how can I solve this
> problem?
>
> in the directory:
> /tmp/jakarta-tomcat-connectors-jk-1.2.2-src/jk/native
>
> i ran:
> ./configure --with-apxs=/usr/local/apache/bin/apxs
> make
>
> i got:
> Making all in common
> Making all in apache-1.3
> /usr/local/bin/libtool --mode=compile gcc -DUSE_APACHE_MD5 -I
> ../common -I /include -I
> /include/ -I/usr/local/apache/include -funsigned-char -DUSE_EXPAT -I..
> /lib/expat-lite -g -O2  -I../common -c  -o mod_jk.lo
> rm -f .libs/mod_jk.lo
> gcc -DUSE_APACHE_MD5 -I ../common -I /include -I
> /include/ -I/usr/local/apache/include -funsigned-char -DUSE_EXPAT -I..
> /lib/expat-lite -g -O2 -I../common -c  -fPIC -DPIC -o .libs/mod_jk.lo
> gcc: No input files specified
> *** Error code 1
>
> Stop in
> /tmp/jakarta-tomcat-connectors-jk-1.2.2-src/jk/native/apache-1.3.
> *** Error code 1
>
> Stop in /tmp/jakarta-tomcat-connectors-jk-1.2.2-src/jk/native.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org