You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Prarthana Agwania <pr...@gmail.com> on 2015/05/15 12:09:33 UTC

Tomcat connector: mod_jk 1.2.40 in 32 bit for OS - Linux 2.6.39-400.21.1.el6uek.x86_64

Hi,

I am looking for mod_jk 1.2.40 source/binary on 32 bit, for Linux OS
to be used with Oracle Http Server build on Apache 2.2

I could not find the details anywhere on your site. Also the link for
the connector which is made available on your website is on 64 bit.

Hence, request you to please direct me to the link from where I can
download the appropriate module.

Thanks.

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


Re: Tomcat connector: mod_jk 1.2.40 in 32 bit for OS - Linux 2.6.39-400.21.1.el6uek.x86_64

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Prarthana,

On 5/18/15 6:18 AM, Prarthana Agwania wrote:
> Thanks for the response. I tried the solution you suggested, but I
> am getting the below error:
> 
> /usr/bin/ld: unrecognised emulation mode: 32 Supported emulations:
> elf_x86_64 elf_i386 i386linux elf_l1om collect2: ld returned 1 exit
> status make[1]: *** [mod_jk.la] Error 1
> 
> Can you please suggest me how to get rid of this, I am nowhere able
> to find where the path for libtool is set so that I can modify the
> same to make it work?

Can you show us the whole "configure" and "make" conversation you had
with your shell? I've never seen that particular error message before.

What architecture is your httpd? The subject of your post says "in 32
bit" but also says the OS is x86-64, which is a 64-bit OS.

If you have a 32-bit httpd (which would be odd, in a 64-bit OS), then
you'll need to build mod_jk with 32-bit target architecture. If you
have a 64-bit httpd (more likely), then you want to target x86-64,
which should be the default.

- -chris

> On Fri, May 15, 2015 at 5:37 PM, Christopher Schultz 
> <ch...@christopherschultz.net> wrote: Prarthana,
> 
> On 5/15/15 6:09 AM, Prarthana Agwania wrote:
>>>> I am looking for mod_jk 1.2.40 source/binary on 32 bit, for
>>>> Linux OS to be used with Oracle Http Server build on Apache
>>>> 2.2
>>>> 
>>>> I could not find the details anywhere on your site. Also the
>>>> link for the connector which is made available on your
>>>> website is on 64 bit.
>>>> 
>>>> Hence, request you to please direct me to the link from where
>>>> I can download the appropriate module.
> 
> http://tomcat.apache.org/download-connectors.cgi
> 
> The ASF does not publish binaries except under very special
> circumstance s.
> 
> The above link will take you to the source-download page. Download
> the source, configure for your platform, and compile.
> 
> See the README.txt file in the source download for instructions
> for building. Compiling on Linux should not be a problem at all,
> though you will likely need to install the httpd-dev or apache2-dev
> package for your distribution as a prerequisite.
> 
> -chris
>> 
>> ---------------------------------------------------------------------
>>
>> 
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>> 
> 
> ---------------------------------------------------------------------
>
> 
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJVWkIoAAoJEBzwKT+lPKRYowQP/iyTcBNETsdkk6LUNl8gRBcV
NctivFuOm2IjS6ul947USucChd6sPkxY+FB145MO9uBEZxW5HsSU44zAeyyGlf/+
qmVSr+usvX3HbvXqc4zlG450JGcOKC2ztYxQNPa6VeWJQz6wbW9IprRT2ZNoeB+o
8Qk0Y54kLA0zL318BeMS9mm7V9HG/Llbtzw5rayTaCi87jFyr4oedVBwdKJjF35t
Xtv/d69KQx56i2WXvy+GfYUMj6tlDqUXKFPq6u+pweS3714k2tVvTFg6zHuE5Dkg
zg5GMaBs5C+kiXdnIX31Pk40TZv7QGNNK9PjmCwcsBjIp6M1hPpwCr03hfWnqjT9
tY5GwuNNmH4j/qQej/+iBa1M/BXbRxfqWxhOCvVYXiTOPp1D0r8/SelZCKqiz5fk
/I/HxI21RNd7CRYAph5ClF2MKXkH4ebYpFR3z7rblB+rog02V4fPNufiG6/UzG8g
berqrCjBX0vgwrfyiJRUf7TSszs3HIHEKwFjNnY+CGDo3Lpv/uOh0I9TmFGPPunt
0dtDlFj7z8wzc8Xzm1Rq1dsYRj8baVhA9EUyKlwrfQB8D9ClX7hnOwWcSmmTwq3z
ELAlkglrd+7ke9oK3w3J+4urRp96VYJprsR88D4jaJdoeFdVLOsajxinNw1Pd6UX
IaqYt+yjmhF/7UdZC04O
=GvBn
-----END PGP SIGNATURE-----

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


Re: Tomcat connector: mod_jk 1.2.40 in 32 bit for OS - Linux 2.6.39-400.21.1.el6uek.x86_64

Posted by Prarthana Agwania <pr...@gmail.com>.
Christopher,

Thanks for the response. I tried the solution you suggested, but I am
getting the below error:

/usr/bin/ld: unrecognised emulation mode: 32
Supported emulations: elf_x86_64 elf_i386 i386linux elf_l1om
collect2: ld returned 1 exit status
make[1]: *** [mod_jk.la] Error 1

Can you please suggest me how to get rid of this, I am nowhere able to
find where the path for libtool is set so that I can modify the same
to make it work?

Thanks.

On Fri, May 15, 2015 at 5:37 PM, Christopher Schultz
<ch...@christopherschultz.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Prarthana,
>
> On 5/15/15 6:09 AM, Prarthana Agwania wrote:
>> I am looking for mod_jk 1.2.40 source/binary on 32 bit, for Linux
>> OS to be used with Oracle Http Server build on Apache 2.2
>>
>> I could not find the details anywhere on your site. Also the link
>> for the connector which is made available on your website is on 64
>> bit.
>>
>> Hence, request you to please direct me to the link from where I
>> can download the appropriate module.
>
> http://tomcat.apache.org/download-connectors.cgi
>
> The ASF does not publish binaries except under very special circumstance
> s.
>
> The above link will take you to the source-download page. Download the
> source, configure for your platform, and compile.
>
> See the README.txt file in the source download for instructions for
> building. Compiling on Linux should not be a problem at all, though
> you will likely need to install the httpd-dev or apache2-dev package
> for your distribution as a prerequisite.
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2
> Comment: GPGTools - http://gpgtools.org
>
> iQIcBAEBCAAGBQJVVeGOAAoJEBzwKT+lPKRYzHwP/16YFdBf2LPZJk0gyl7yisq1
> wYuBmvq4Id7oaE3OIDT0GqedwPvU7jXWQCS5uGGzj/NwJUdmsYJIT2OF/71APcDv
> vHYz/CBPq63bQrc4wUTjmUTMSX3m+zrFH+m3CY18dA3FPcNJBRUJB0zjIzHgM9Es
> pAWZrWfBy/9gYKKXYv+iZEwLdNV/kpwnzR6MuGoKGOXt5VNYOf13topEcYbj/nKv
> 6b2vhMGPCIf0DpVR1zl4lavZCuX857wEe1oPlfCpI0jYITPaqUEqQxHLNLGgin2b
> XlEE+AmJXJKg+ug8XpXTwlWop2FIQbWVCOq/HkjsHkwDWu7D0OSVKMx/GSz1azlG
> +wSZkj40IO7Uz/o31kqRNZCyvH8MWt+Hd3RYsVUsM34BdXaU0ZG0aEzt+w36gyEg
> /7rHqbH/jLRzBnnPnpJSBzogEhWNxkV77eUadSUuUBaIMDgbar+Fc1B8a6z1FvkN
> wdlHM+HBOyqN5vcb085Ny3+4QAhgSdRCQx6CiHeVMnsmg0qtUlCzoyMogF9Z3uGM
> aJN3kgZZiwk9rp+ZgUh2Xb07vFQ7oSGlmvqsbbhXWj+Jy+BYyNcw7cQVhiTpF8qa
> imfHvLqEnbn/SfB2oPPGe0B23BurDvlzeG27nVjAERdNnu6oJw18yaJqrMpqj7U6
> l0kISkhYLc9W9N7LWvE5
> =t5K/
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>

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


Re: Tomcat connector: mod_jk 1.2.40 in 32 bit for OS - Linux 2.6.39-400.21.1.el6uek.x86_64

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Prarthana,

On 5/15/15 6:09 AM, Prarthana Agwania wrote:
> I am looking for mod_jk 1.2.40 source/binary on 32 bit, for Linux
> OS to be used with Oracle Http Server build on Apache 2.2
> 
> I could not find the details anywhere on your site. Also the link
> for the connector which is made available on your website is on 64
> bit.
> 
> Hence, request you to please direct me to the link from where I
> can download the appropriate module.

http://tomcat.apache.org/download-connectors.cgi

The ASF does not publish binaries except under very special circumstance
s.

The above link will take you to the source-download page. Download the
source, configure for your platform, and compile.

See the README.txt file in the source download for instructions for
building. Compiling on Linux should not be a problem at all, though
you will likely need to install the httpd-dev or apache2-dev package
for your distribution as a prerequisite.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJVVeGOAAoJEBzwKT+lPKRYzHwP/16YFdBf2LPZJk0gyl7yisq1
wYuBmvq4Id7oaE3OIDT0GqedwPvU7jXWQCS5uGGzj/NwJUdmsYJIT2OF/71APcDv
vHYz/CBPq63bQrc4wUTjmUTMSX3m+zrFH+m3CY18dA3FPcNJBRUJB0zjIzHgM9Es
pAWZrWfBy/9gYKKXYv+iZEwLdNV/kpwnzR6MuGoKGOXt5VNYOf13topEcYbj/nKv
6b2vhMGPCIf0DpVR1zl4lavZCuX857wEe1oPlfCpI0jYITPaqUEqQxHLNLGgin2b
XlEE+AmJXJKg+ug8XpXTwlWop2FIQbWVCOq/HkjsHkwDWu7D0OSVKMx/GSz1azlG
+wSZkj40IO7Uz/o31kqRNZCyvH8MWt+Hd3RYsVUsM34BdXaU0ZG0aEzt+w36gyEg
/7rHqbH/jLRzBnnPnpJSBzogEhWNxkV77eUadSUuUBaIMDgbar+Fc1B8a6z1FvkN
wdlHM+HBOyqN5vcb085Ny3+4QAhgSdRCQx6CiHeVMnsmg0qtUlCzoyMogF9Z3uGM
aJN3kgZZiwk9rp+ZgUh2Xb07vFQ7oSGlmvqsbbhXWj+Jy+BYyNcw7cQVhiTpF8qa
imfHvLqEnbn/SfB2oPPGe0B23BurDvlzeG27nVjAERdNnu6oJw18yaJqrMpqj7U6
l0kISkhYLc9W9N7LWvE5
=t5K/
-----END PGP SIGNATURE-----

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