You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Shaun Savage <sh...@igel.de> on 2000/07/24 17:30:50 UTC

issues apache-2.0

HI

I have updated my apache-2.0 via CVS 24 july. here are some issues

1>apr_strings.h is needed in modules/mod_mime_magic.c 
2>ON linux the HAVE_SYS_STAT_H in needed in ap_config.h

I am only having mod_so as static the rest as runtime loadable.
--enable-shared="....."

The main problem I have is when the default libraries are linked in most
of the the support routines are linked out.

This means that when the library is loaded at runtime the 
support routines are not there.

How do I fix this problem?  Instead of making libraries could obj
modules be linked in?
This means 'ld -r' not 'ar'  any ideas?

I don't know 'libtool', very well.

Shaun Savage

Re: issues apache-2.0

Posted by rb...@covalent.net.
I am looking at these right now.  Expect a commit to fix the issues with
mod_mime_magic in the next hour or so.  The build issues I am avoiding,
because I don't understand libtool well enough to really play with it yet.

Ryan

On Mon, 24 Jul 2000, Shaun Savage wrote:

> HI
> 
> I have updated my apache-2.0 via CVS 24 july. here are some issues
> 
> 1>apr_strings.h is needed in modules/mod_mime_magic.c 
> 2>ON linux the HAVE_SYS_STAT_H in needed in ap_config.h
> 
> I am only having mod_so as static the rest as runtime loadable.
> --enable-shared="....."
> 
> The main problem I have is when the default libraries are linked in most
> of the the support routines are linked out.
> 
> This means that when the library is loaded at runtime the 
> support routines are not there.
> 
> How do I fix this problem?  Instead of making libraries could obj
> modules be linked in?
> This means 'ld -r' not 'ar'  any ideas?
> 
> I don't know 'libtool', very well.
> 
> Shaun Savage
> 


_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------