Thanks! That was the ticket..I had libapr-0.so, so a symlink from that to libapr.so was the solution.
John > -----Original Message----- > From: Brzezinski, Paul J [mailto:paul.brzezinski@;eds.com] > Sent: Tuesday, November 05, 2002 12:52 PM > To: Tomcat Users List > Subject: RE: [ANNOUNCE] Solaris 8 JK Binary available > > > > I'm going to step out on a limb and say that libapr.so > doesn't exist -- if > you built everything from source, look for libapr-*.so* in the apache > lib-dir and either do a symbolic link from libapr-*.so to libapr.so in > <apache>/lib, then do your make again. > > Paul > > -- > mailto:Paul.Brzezinski@;EDS.com > Enterprise Distributed Capabilities > EDS Corporation > 248-265-8283 > > > : -----Original Message----- > : From: Turner, John [mailto:JTurner@;AAS.com] > : Sent: Tuesday, November 05, 2002 12:38 PM > : To: 'Tomcat Users List' > : Subject: RE: [ANNOUNCE] Solaris 8 JK Binary available > : > : > : > : So far I have run into a problem in jk_channel_socket.c where > : FIONBIO isn't defined, but it's used in > : jk2_channel_socket_open(). I fixed this by adding a couple > : of #include lines to jk_channel_socket.c. > : > : Then I ran into a problem with make, where it ran for quite > : awhile and seemed to be moving right along before suddenly > : failing with a "ld: cannot find -lapr" message. This seems > : odd, as APR is definitely around since I built Apache from > : source. I couldn't resolve that one, so for now I have tabled > : it until I can get subscribed to tomcat-dev and get caught up. > : > : John > : > : > : > -----Original Message----- > : > From: Brzezinski, Paul J [mailto:Paul.Brzezinski@;EDS.COM] > : > Sent: Tuesday, November 05, 2002 12:32 PM > : > To: Tomcat Users List > : > Subject: Re: [ANNOUNCE] Solaris 8 JK Binary available > : > > : > > : > Turner, John wrote: > : > > : > >I finally got access to a Solaris 8 server. > : > > > : > >I've posted a mod_jk binary (mod_jk.so) for Solaris 8 at: > : > > > : > >http://www.johnturner.com/howto > : > > > : > >This is mod_jk compiled against Apache 2.0.43 and using the > : > JK Connector > : > >source v1.2.0. Tested against Tomcat 4.1.12. > : > > > : > >I'm having problems building mod_jk2.so, if anyone has done > : > this or is > : > >trying to do it now, I'd like to hear about it. > : > > > : > >- John > : > > > : > > > : > >-- > : > >To unsubscribe, e-mail: > : > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > : > >For additional commands, e-mail: > : > <mailto:tomcat-user-help@;jakarta.apache.org> > : > > > : > > > : > I have built it successfully using the APR included in Apache > : > 2.0.40 on > : > Solaris 8 SPARC, but I *COULD NOT* use the ChannelUnix > : > (AF_UNIX) sockets. > : > > : > I had to download newer versions of libtool, autoconf, > : automake. The > : > makefiles also seem to contain GNU make semantics that don't > : > work with > : > the vendor-supplied version of make. > : > > : > I also had to add a switch to one of the lines in the > : > makefiles in order > : > to compiler some of the native code: > : > > : > -DBSD_COMP > : > > : > I believe I opened a bug about this... > : > > : > How does this compare with what you've run into so far? > : > > : > Paul > : > > : > > : > > : > > : > -- > : > To unsubscribe, e-mail: > : <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > : For additional commands, e-mail: > : <mailto:tomcat-user-help@;jakarta.apache.org> > : > : -- > : To > : unsubscribe, e-mail: > : <mailto:tomcat-user-: [EMAIL PROTECTED]> > : For > : additional commands, > : e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> > : > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
