Emil,

Thank you very much. I now have my mod_webapp.so

But now I'm getting this error when I start Apache.

Cannot load /usr/local/httpd-2.0.35/modules/mod_webapp.so into 
server: /usr/local/httpd-2.0.35/modules/mod_webapp.so: undefined symbol: wa_pool

Onto the next problem solving piece. :-)




On Thu, 18 Apr 2002, Emil Olovsson wrote:

> I managed to solve the same problem by the following procedure:
> cd lib
> gcc -shared -o libwebapp.so *.lo
> cd ../apache-2.0
> rm mod_webapp.la mod_webapp.lo mod_webapp.o mod_webapp.slo  
> make
> gcc -shared -o mod_webapp.so *.lo
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: den 18 april 2002 15:38
> To: [EMAIL PROTECTED]
> Subject: Creating mod_webapp
> 
> 
> 
> I have spent a few hours and I think I hit a road-block.
> It is not making a mod_webapp.so, rather a mod_webapp.lo, lso and la.
> 
> The warning I am receiving is:
> ----------------------------------------------------------
> *** 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.
> make[2]: Leaving directory
> `/root/jakarta-tomcat-connectors-4.0.2-01-src/webapp/apache-2.0'
> make[1]: Exiting directory "apache-2.0"
> make[1]: Leaving directory
> `/root/jakarta-tomcat-connectors-4.0.2-01-src/webapp'
> ---------------------------------------------------------
> 
> I was able to make the APR without problem, but this one is giving me
> issues.
> 
> If anybody could help me compile this mod_webapp.so for Apache 2.0 I would
> really appreicate it.
> 
> Thanks!
> -Steve
> 
> 
> 
> 
> --
> 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]>
> 


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

Reply via email to