Hello

I have compile the mod_jk2 (see below).
And when I run make,  I received follow error:

../../common/jk_vm_default.c: In function `jk2_vm_guessJvmDll':
../../common/jk_vm_default.c:449: stray '\' in program
make[1]: *** [../../../build/jk2/apache2/jk_vm_default.lo] Error 1
make[1]: Leaving directory
`/opt/mod_jk/jakarta-tomcat-connectors-4.1.24-src/jk/native2/server/apache2'
make: *** [jk2-build] Error 1


I have Linux SUSE 8.0

Can somewhere help me?

gianni





I made this steps:

> jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz from
>
>
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0
>.2/src/
>
> 2. Uncompress it and extract the tar file.
>
> 3. cd to
> jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2
>
> 4. chmod u+x configure
>
> 5. Run configure with:
>
>    ./configure
>    --with-apxs2=<apache-root-directory>/bin/apxs \
>    --with-tomcat41=<tomcat-root-directory> \
>    --with-java-home=<java-root-directory> \
>    --with-jni \
>    --with-pcre
>
> For example:
>
>   ./configure --with-apxs2=/home/apache/bin/apxs \
>             --with-tomcat41=/home/tomcat \
>             --with-java-home=/usr/java \
>             --with-jni \
>             --with-pcre
>
> 6. Run make


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to