Re: Link error with mod_webapp

2001-08-31 Thread Pier Fumagalli

Shaun Campbell [EMAIL PROTECTED] wrote:

 Pier
 
 I don't suppose you had any more thoughts on my problems building
 mod_webapp.so.
 
 Just out of interest I installed a built version of mod_webapp.so and I got
 an error with an undefined symbol ap_ctx_get when I started Apache.  I guess
 this is becuase its not compatible with RH 7.1.

I believe this is because the module is compiled with -DEAPI and Apache is
not... :(

Pier




RE: Link error with mod_webapp

2001-08-22 Thread Shaun Campbell

Pier

I don't suppose you had any more thoughts on my problems building
mod_webapp.so.

Just out of interest I installed a built version of mod_webapp.so and I got
an error with an undefined symbol ap_ctx_get when I started Apache.  I guess
this is becuase its not compatible with RH 7.1.

Thanks

Shaun



RE: Link error with mod_webapp

2001-08-21 Thread Shaun Campbell

Pier

That's correct.  What do I need to do now?  Excuse my ignorance but
compilation and linking etc is not my strong point!!


Regards

Shaun 

-Original Message-
From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
Sent: 21 August 2001 14:37
To: [EMAIL PROTECTED]
Subject: Re: Link error with mod_webapp


Shaun Campbell at [EMAIL PROTECTED] wrote:

 There was a thread going around a week or so ago about an error:
 
 Linking Apache 1.3 WebApp Module
 /home/shaun/tomcat-connectors/webapp/apr/libtool: mod_webapp.lo: command
not
 found
 make[1]: *** [mod_webapp.so] Error 127
 make[1]: Leaving directory
`/home/shaun/tomcat-connectors/webapp/apache-1.3'
 make: *** [local-all] Error 2
 
 This appears to be to do with the timestamp command in the file
 mod_webapp.lo.  Did it ever get resolved?
 
 I am trying to build mod_webapp on RedHat Linux 7.1 and as you can see I
too
 have the error.
 
 Thanks for any help.

Easy... What does apxs -q LD_SHLIB tells you? I believe it's not reporting
your DLL linker...

Pier



Re: Link error with mod_webapp

2001-08-21 Thread Pier P. Fumagalli

Shaun Campbell at [EMAIL PROTECTED] wrote:

 Pier
 
 That's correct.  What do I need to do now?  Excuse my ignorance but
 compilation and linking etc is not my strong point!!

Did you install Apache from an RPM, or you built it yourself? Can you send
the output of httpd -l ?

Pier




RE: Link error with mod_webapp

2001-08-21 Thread Shaun Campbell

Pier

I think I built it myself as opposed to an rpm. 

I think my config command was:

./configure --prefix=/usr/local/apache \
--enable-module=so

Anyway here is the output from httpd -l:

Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_so.c
  mod_setenvif.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec

Regards

Shaun

-Original Message-
From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
Sent: 21 August 2001 15:05
To: [EMAIL PROTECTED]
Subject: Re: Link error with mod_webapp


Shaun Campbell at [EMAIL PROTECTED] wrote:

 Pier
 
 That's correct.  What do I need to do now?  Excuse my ignorance but
 compilation and linking etc is not my strong point!!

Did you install Apache from an RPM, or you built it yourself? Can you send
the output of httpd -l ?

Pier