cannot compile mod_jk 1.2.15 with apache 2.0.54

2006-03-09 Thread Salvatore Panto

Hi,

I'd like to compile the mod_jk connector 1.2.15 on solaris 8.

I followed the instructions given at the Jakarta Tomcat Connector page.
I downloaded the sources from 
http://archive.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.15/


I extracted the archive jakarta-tomcat-connectors-1.2.15-src.tar.gz to 
/home/apache/install.


Following the instructions in BUILDING.TXT I did:

cd /home/apache/install/jakarta-tomcat-connectors-1.2.15-src/jk/native
./configure --with-apxs=/home/apache/apache_2.0.54/bin/apxs
make

there I always get the following error:

libtool: install: you must specify a destination
Try `libtool --help --mode=install' for more information.
*** Error code 1
make: Fatal error: Command failed for target `mod_jk.so'
Current working directory 
/home/apache/install/jakarta-tomcat-connectors-1.2.15-src/jk/native/apache-2.0

*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

OS: solaris 8
apache 2.0.54

thank you

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



Re: cannot compile mod_jk 1.2.15 with apache 2.0.54

2006-03-09 Thread Salvatore Panto
yes, I noticed there is this binary but I thought it's only for apache 
1.3 and I use apache 2.0.54.


Steve Ochani wrote:


You can avoid the headache of building and use the binary

http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/solaris/jk-1.2.15/



On 9 Mar 2006 at 14:32, Salvatore Panto wrote:



Hi,

I'd like to compile the mod_jk connector 1.2.15 on solaris 8.

I followed the instructions given at the Jakarta Tomcat Connector
page. I downloaded the sources from
http://archive.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-
1.2.15/

I extracted the archive jakarta-tomcat-connectors-1.2.15-src.tar.gz to
/home/apache/install.

Following the instructions in BUILDING.TXT I did:

cd /home/apache/install/jakarta-tomcat-connectors-1.2.15-src/jk/native
./configure --with-apxs=/home/apache/apache_2.0.54/bin/apxs make

there I always get the following error:

libtool: install: you must specify a destination
Try `libtool --help --mode=install' for more information.
*** Error code 1
make: Fatal error: Command failed for target `mod_jk.so'
Current working directory 
/home/apache/install/jakarta-tomcat-connectors-1.2.15-src/jk/native/ap

ache-2.0 *** Error code 1 make: Fatal error: Command failed for target
`all-recursive'

OS: solaris 8
apache 2.0.54

thank you

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






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



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



Re: cannot compile mod_jk 1.2.15 with apache 2.0.54

2006-03-09 Thread Salvatore Panto

well, at that location there is only one binary file:

mod_jk-1.2.15-solaris8-sparc-apache-1.3.33.so

does it work for apache 2 too?

thanks


Salvatore Panto wrote:

yes, I noticed there is this binary but I thought it's only for apache 
1.3 and I use apache 2.0.54.


Steve Ochani wrote:


You can avoid the headache of building and use the binary

http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/solaris/jk-1.2.15/ 





On 9 Mar 2006 at 14:32, Salvatore Panto wrote:



Hi,

I'd like to compile the mod_jk connector 1.2.15 on solaris 8.

I followed the instructions given at the Jakarta Tomcat Connector
page. I downloaded the sources from
http://archive.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-
1.2.15/

I extracted the archive jakarta-tomcat-connectors-1.2.15-src.tar.gz to
/home/apache/install.

Following the instructions in BUILDING.TXT I did:

cd /home/apache/install/jakarta-tomcat-connectors-1.2.15-src/jk/native
./configure --with-apxs=/home/apache/apache_2.0.54/bin/apxs make

there I always get the following error:

libtool: install: you must specify a destination
Try `libtool --help --mode=install' for more information.
*** Error code 1
make: Fatal error: Command failed for target `mod_jk.so'
Current working directory 
/home/apache/install/jakarta-tomcat-connectors-1.2.15-src/jk/native/ap

ache-2.0 *** Error code 1 make: Fatal error: Command failed for target
`all-recursive'

OS: solaris 8
apache 2.0.54

thank you

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






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



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



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



mod_jk 1.2.15 for apache 2.0.54

2006-03-10 Thread Salvatore Panto

hi,

yesterday I posted a question regarding the compilation of mod_jk 
1.2.15. Sorry if it was a  silly question but I am only a tomcat user 
not really an expert, so I'd like to repeat my question.


I try to compile the sources of mod_jk 1.2.15 but always get this error

libtool: install: you must specify a destination
Try `libtool --help --mode=install' for more information.
*** Error code 1
make: Fatal error: Command failed for target `mod_jk.so'
Current working directory
/home/apache/install/jakarta-tomcat-connectors-1.2.15-src/jk/native/apache-2.0
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

I suppose it's due to a bug in the configured make file.

Someone suggested to use the binaries located at

http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/solaris/jk-1.2.15/

The only binary file I found there is 
mod_jk-1.2.15-solaris8-sparc-apache-1.3.33.so


so I suppose it was compiled with an apache 1.3 version.

As I'm using apache 2.0.54, does this binary work also with my apache 
version?


Otherwise, does anyone know where to get a binary for apache 2.0.54 or 
how to edit the make file so to make it work?


Thank you
Salvo

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