There is a README.txt file in the directory.  Use that to learn how to
point to apxs, etc.  

When I last downloaded the 4.0.1 source, the configure script was
missing.  I had to copy that out of my copy of the 4.0 source.

I built mod_webapp on Sun Solaris 2.7 just last week.  There were some
tricks in doing it.  First, I had to install a number of GNU tools on my
SPARC (I got them from http://www.sunfreeware.com/).  Second, I edited
the configure script (again, the one from 4.0).  I changed line 2505
from

        if {TEST} i! "${local_target}" = "apr"

to
        if ${TEST} "${local_target}" = "apr"

Lastly, I had to edit the Makefile.in to point to /usr/local/bin/libtool
since the configure script did not properly @@LIBTOOL@@.

All that finally built a mod_webapp.so for Solaris 2.7 and that has been
working for me with Tomcat 4.0.1.

On Wed, 2002-01-23 at 14:35, Rahadul Kabir wrote:
> 
> can someone please tell me how to build Webapp-module from the source.
> is there any documentation about this on the Jakarta page.
> thanks.
> 
> --rahad
-- 
------------------------------------------------------------------------
Thad Humphries              "...no religious test shall ever be required
Web Development Manager      as a qualification to any office or public
Phone: 540/675-3015, x225    trust under the United States." -Article VI


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to