You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by haixi liu <ha...@hotmail.com> on 2002/09/27 00:40:33 UTC

webapp.so building problem -- apxs unworkable

Hello,

I am having this problem when trying to build webapp.so for my tomcat4.1.12 
to work with apache 1.3.26.

I downloaded connector package at
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/src/jakarta-tomcat-connectors-4.1.12-src.tar.gz

After untar the file, I went into the webapp directory.

./support/buildconf.sh executed fine.

When I tried: ./configure --with-apxs=/usr/local/apache/bin/apxs
I got the following:

==================================================================
Configuring WebApp Module
+ checking build system type... i686-pc-linux-gnu
+ checking host system type... i686-pc-linux-gnu
+ checking for sources directory path... /home/gims/files/webapp
+ checking for build directory path... /home/gims/files/webapp

Checking Apache APXS
+ checking for apxs name... /usr/local/apache/bin/apxs
+ checking for apxs directory path... /usr/local/apache/bin
+ checking for apxs... /usr/local/apache/bin/apxs
+ checking for apxs availability... /usr/local/apache/bin/apxs
+ checking for apxs version... /usr/local/apache/bin/apxs (1.3)
+ checking for apxs sanity... error
configure: error: apxs is unworkable
====================================================================

I could not figure out what's going on. Could any of you help me on this? My 
system is RH 7.3.

Thanks a lot

Haixi

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: webapp.so building problem -- apxs unworkable

Posted by Thad Humphries <th...@mindwrap.com>.
I found that I had to upgrade my automake (1.7) and autoconf (2.54) to
the latest versions in order to build the new connectors.  Check
http://www.gnu.org/ for the latest versions.

On Thu, 2002-09-26 at 18:40, haixi liu wrote:
> Hello,
> 
> I am having this problem when trying to build webapp.so for my tomcat4.1.12 
> to work with apache 1.3.26.
> 
> I downloaded connector package at
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/src/jakarta-tomcat-connectors-4.1.12-src.tar.gz
> 
> After untar the file, I went into the webapp directory.
> 
> ./support/buildconf.sh executed fine.
> 
> When I tried: ./configure --with-apxs=/usr/local/apache/bin/apxs
> I got the following:
> 
> ==================================================================
> Configuring WebApp Module
> + checking build system type... i686-pc-linux-gnu
> + checking host system type... i686-pc-linux-gnu
> + checking for sources directory path... /home/gims/files/webapp
> + checking for build directory path... /home/gims/files/webapp
> 
> Checking Apache APXS
> + checking for apxs name... /usr/local/apache/bin/apxs
> + checking for apxs directory path... /usr/local/apache/bin
> + checking for apxs... /usr/local/apache/bin/apxs
> + checking for apxs availability... /usr/local/apache/bin/apxs
> + checking for apxs version... /usr/local/apache/bin/apxs (1.3)
> + checking for apxs sanity... error
> configure: error: apxs is unworkable
> ====================================================================
> 
> I could not figure out what's going on. Could any of you help me on this? My 
> system is RH 7.3.
> 
> Thanks a lot
> 
> Haixi
> 
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos: 
> http://photos.msn.com/support/worldwide.aspx
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 
-- 
------------------------------------------------------------------------
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, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>