That doesn't look right. Isn't that going to suck in the mod_dav files
directly into mod_dav_fs ... meaning that we'd have *two* sets of those
files in the process when the two modules were loaded?
Can't you resolve symbols against an exports file of some kind? I thought
that was why we went thru the whole export crap.
Cheers,
-g
On Wed, Aug 15, 2001 at 06:14:51PM -0000, [EMAIL PROTECTED] wrote:
> orlikowski 01/08/15 11:14:51
>
> Modified: modules/dav/fs config6.m4
> Log:
> Works under AIX as a DSO now.
>
> Revision Changes Path
> 1.7 +4 -0 httpd-2.0/modules/dav/fs/config6.m4
>
> Index: config6.m4
> ===================================================================
> RCS file: /home/cvs/httpd-2.0/modules/dav/fs/config6.m4,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -r1.6 -r1.7
> --- config6.m4 2001/08/14 12:15:04 1.6
> +++ config6.m4 2001/08/15 18:14:51 1.7
> @@ -11,6 +11,10 @@
> fi
>
> case "$host" in
> + *-ibm-aix*)
> + # AIX wants the symbols resolved, but doesn't like .la files ... ;(
> + dav_fs_objects="$dav_fs_objects ../main/mod_dav.lo ../main/props.lo
>../main/util.lo ../main/util_lock.lo ../main/liveprop.lo ../main/providers.lo
>../main/std_liveprop.lo"
> + ;;
> *os2*)
> # OS/2 DLLs must resolve all symbols at build time
> # and we need some from main DAV module
>
>
>
--
Greg Stein, http://www.lyra.org/