I actually got it to compile by ;

ln -s /usr/lib/libapr-0.so /usr/lib/libapr.so

Now I have, in /usr/lib/httpd/modules both mod_jk2.so and jkjni.so


Now to making Apache talk to Tomcat!


David Morrow
Systems Technical Lead, IT Operations
P: (519) 951-6079
F: (519) 451-6615
mailto: [EMAIL PROTECTED]
 
......poor planning on your part does not make an emergency on my
part........

 This message has originated from Autodata Solutions.  The attached material
is the Confidential and Proprietary Information of Autodata Solutions. This
email and any files transmitted with it are confidential and intended solely
for the use of the individual or entity to whom they are addressed. If you
have received this email in error please delete this message and notify the
Autodata system administrator at  [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>




-----Original Message-----
From: Dennis McRitchie [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 13, 2003 12:56 PM
To: Tomcat Users List
Subject: RE: Looking for mod_jk2


On my RedHat 9 system, this library (/usr/lib/libapr-0.a) is provided by the
subversion-devel package, which I'm guessing you don't have installed on
your system. This package also contains /usr/lib/libaprutil-0.a

> rpm -q --whatprovides /usr/lib/libapr-0.a
subversion-devel-0.17.1-4503.0

This seems like a weird requirement to build jkjni.so since Subversion is a
CVS-like version control system package and subversion-devel is for
developers interacting with the subversion package.

Note BTW that /usr/lib/libapr.so and libaprutil.so are provided by
http-devel instead.

Dennis

Dennis McRitchie
Research & Academic Applications Support (RAAS)
Academic Services Department
Office of Information Technology
Princeton University

> -----Original Message-----
> From: Dave Morrow [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2003 11:45 AM
> To: 'Tomcat Users List'
> Subject: RE: Looking for mod_jk2
>
>
> ib -lcrypt -lapr-0  -Wl,-soname -Wl,jkjni.so -o 
> ../../../build/jk2/apache2/.libs/jkjni.so
> /usr/bin/ld: cannot find -lapr-0
> collect2: ld returned 1 exit status
> make[1]: *** [../../../build/jk2/apache2/jkjni.la] Error 1
> make[1]: Leaving directory 
> `/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apach
> e2'
>
> David Morrow
> Systems Technical Lead, IT Operations
> P: (519) 951-6079
> F: (519) 451-6615
> mailto: [EMAIL PROTECTED]
>
> ......poor planning on your part does not make an emergency on my 
> part........
>
>  This message has originated from Autodata Solutions.  The attached 
> material is the Confidential and Proprietary Information of Autodata
> Solutions. This
> email and any files transmitted with it are confidential and
> intended solely
> for the use of the individual or entity to whom they are addressed. If you
> have received this email in error please delete this message and
> notify the
> Autodata system administrator at  [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
>
>
>
>
> -----Original Message-----
> From: Dave Morrow [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2003 11:39 AM
> To: 'Tomcat Users List'
> Subject: RE: Looking for mod_jk2
>
>
> Thanks for the tip.  I have been through your procedure, and cannot 
> get it to compile.
>
>
>
> David Morrow
> Systems Technical Lead, IT Operations
> P: (519) 951-6079
> F: (519) 451-6615
> mailto: [EMAIL PROTECTED]
>
> ......poor planning on your part does not make an emergency on my 
> part........
>
>  This message has originated from Autodata Solutions.  The attached 
> material is the Confidential and Proprietary Information of Autodata
> Solutions. This
> email and any files transmitted with it are confidential and
> intended solely
> for the use of the individual or entity to whom they are addressed. If you
> have received this email in error please delete this message and
> notify the
> Autodata system administrator at  [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
>
>
>
>
> -----Original Message-----
> From: Chong Yu Meng [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 12, 2003 8:54 PM
> To: Tomcat Users List
> Subject: Re: Looking for mod_jk2
>
>
> Hi Dave,
>
> The compile is not really so difficult. I've written a section on this 
> on my website : http://cymulacrum.net/tomcat/jk2_compile.html.
>
> Regards,
> pascal chong
>
>
> Dave Morrow wrote:
>
> >Hi, I was just on jakarta.apache.org and cannot find a Redhat 9 / 
> >Apache 2 RPM binary. Anyone know where I can get one.  I really do 
> >not want to have to compile etc (requires ant and the likes which I 
> >am not familiar with).
> >
> >David Morrow
> >Systems Technical Lead, IT Operations
> >P: (519) 951-6079
> >F: (519) 451-6615
> >mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> >
> >......poor planning on your part does not make an emergency on my 
> >part........
> >
> > This message has originated from Autodata Solutions.  The attached 
> >material is the Confidential and Proprietary Information of Autodata 
> >Solutions. This email and any files transmitted with it are 
> >confidential and intended solely for the use of the individual or 
> >entity to whom they are addressed. If you have received this email in 
> >error please delete this message and notify the Autodata system 
> >administrator at  [EMAIL PROTECTED] 
> ><mailto:[EMAIL PROTECTED] 
> ><mailto:[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]
>
> ---------------------------------------------------------------------
> 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]

Reply via email to