Re: mod_webapp building help

2002-01-24 Thread Gabriel Lopez Millan

I have the same problem under RedHat 7.2. If you know how to fix it, 
notify me, please.



Lloyd Meinholz wrote:

The TEST thing seems to be fixed in the latest nightly build (20021119) and
in the 4.0.2-b2 src download page.

I'm having other problems on Sparc Solaris 8. I get the following messages:

*** Warning: This library needs some functionality provided by -lwebapp.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module mod_webapp.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

Did you have this problem or have any idea how to fix it? I have a
libwebapp.a and libwebapp.la built but no .so and I don't know how to build
one and I'm not even sure that's what's being refered to by -lwebapp. Did
you have this problem or do you have any idea how to solve it? Thanks,

Lloyd



-Original Message-
From: Thad Humphries [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 23, 2002 2:45 PM
To: Tomcat Users List
Subject: Re: mod_webapp building help


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, x225trust under the United States. 
-Article VI


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



-- 
-
Gabriel Lopez Millan - Grupo ANTS-CIRCuS
Facultad de Informática
Universidad de Murcia (España) Tfo: +34 968367645





help me please, mod_webapp.so not created.

2002-01-22 Thread Gabriel Lopez Millan

  Hi all.

   I have redhat 7.2 with apache 2.0.28 and tomcat-4.0.1
   I have download webapp-module-1.0.1-tc401-src.tar.gz

   In Readme.txt say:

1)
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
   (Logging in to [EMAIL PROTECTED] )
   CVS password: anoncvs
   cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \
   checkout jakarta-tomcat-connectors/webapp

   OK

2)
 cd ./jakarta-tomcat-connectors/webapp
   cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \
   checkout apr
   OK

3) ./support/buildconf.sh
   OK

4)
./configure --with-apxs=/usr/local/apache2/bin/apxs 
--with-tomcat=/usr/local/jakarta-tomcat-4.0.1/
--with-java=/usr/local/jdk/

   OK

5) make
IT SAY:
*** Warning: This library needs some functionality provided by -lwebapp.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module mod_webapp.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

in /usr/src/jakarta-tomcat-connectors/webapp/apache-2.0 have:
mod_webapp.c
-rw-r--r--1 root root  654 ene 21 17:05 mod_webapp.la
-rw-r--r--1 root root90196 ene 21 17:05 mod_webapp.lo
-rw-r--r--1 root root89980 ene 21 17:05 mod_webapp.o
-rw-r--r--1 root root0 ene 21 17:05 mod_webapp.slo

but thereisn't a mod_webapp.so file ¡¡

Can anybody tell me where is the fail¡¡

   Thanks in advance 
   



-- 
-
Gabriel Lopez Millan - Grupo ANTS-CIRCuS
Facultad de Informática
Universidad de Murcia (España) Tfo: +34 968367645



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




webapp not work

2002-01-21 Thread Gabriel Lopez Millan


Hi all.

I have redhat 7.2 with apache 2.0.28 and tomcat-4.0.1
I have download webapp-module-1.0.1-tc401-src.tar.gz

In Readme.txt say:

1)
 cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
(Logging in to [EMAIL PROTECTED])
CVS password: anoncvs
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \
checkout jakarta-tomcat-connectors/webapp

OK

2)
  cd ./jakarta-tomcat-connectors/webapp
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic \
checkout apr
OK

3) ./support/buildconf.sh
OK

4)
./configure --with-apxs=/usr/local/apache2/bin/apxs 
--with-tomcat=/usr/local/jakarta-tomcat-4.0.1/
--with-java=/usr/local/jdk/

OK

5) make
 IT SAY:
*** Warning: This library needs some functionality provided by -lwebapp.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
 
*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module mod_webapp.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.

in /usr/src/jakarta-tomcat-connectors/webapp/apache-2.0 have:
mod_webapp.c
-rw-r--r--1 root root  654 ene 21 17:05 mod_webapp.la
-rw-r--r--1 root root90196 ene 21 17:05 mod_webapp.lo
-rw-r--r--1 root root89980 ene 21 17:05 mod_webapp.o
-rw-r--r--1 root root0 ene 21 17:05 mod_webapp.slo

but thereisn't a mod_webapp.so file ¡¡

Can anybody tell me where is the fail¡¡

Thanks in advance





-- 
-
Gabriel Lopez Millan - Grupo ANTS-CIRCuS
Facultad de Informática
Universidad de Murcia (España) Tfo: +34 968367645



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