Carol, I've never actually done it, but why not install GCC on a dev box and cross compile mod_webapp for your Solaris box?
Regards, James Williamson www.nameonthe.net ----- Original Message ----- From: Carol Oakes <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 5:46 PM Subject: Re: Problem building mod_webapp.so for Solaris 8 > Thanks for the help finding the binaries, but I now have runtime problems, Using the > eapi binary in this tar file, I get the following when I run 'apachectl configtest': > > Syntax error on line 238 of /etc/apache/httpd.conf: > Cannot load /usr/apache/libexec/mod_webapp.so into server: ld.so.1: > /usr/apache/bin/httpd: fatal: relocation error: file > /usr/apache/libexec/mod_webapp.so: symbol __lshrdi3: referenced symbol not found > > I do not have the gcc compiler loaded and loading it is not an option on this box. So > I guess I am back to my original problem of having to build from source and solving > the issue of why pr_warp.c won't compile without errors. > --Carol > > Jay Gardner wrote: > > > You can find the bin at > > > > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/bin/ > > > > I believe that the connector is the same for all 4.X versions. Also, make > > sure you use the right .so. If you are using -EAPI, then use the > > mod_webapp.so that is found in the eapi dir. > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
