Frank Boehme wrote:
> 
> Emiliano wrote:
> 
> > > Starting httpd: Syntax error on line 296 of /etc/httpd/conf/httpd.conf:
> > > Cannot load /etc/httpd/modules/libphp3.so into server:
> > > /etc/httpd/modules/libphp3.so: undefined symbol: mgd_sitegroup_record
> >
> > I've done a complete reinstall without SGs, no problems whatsoever.
> 
> Yeah, it works now. This time I unpacked all directories first before I
> compiled lib. Which way does the --with/without-sitegroup check work for
> mod and php? I mean, is this info *written* to the mod and php dirs
> during config time of lib or is it *read* from the lib dir during config
> time of mod and then php? I now believe it is the first case.

When you specify --with[out]-sitegroup, midgard.h is created with:
#define HAVE_MIDGARD_SITEGROUPS 1 (or 0 if --without)

When you install the lib, midgard.h is copied into /usr/local/include

It is then used by mod and php.

Note that --with[out]-pagelinks works the same way.

> Frank
> 
> --
> Dr Frank Boehme                      | Email: [EMAIL PROTECTED]
> National University of Ireland, Cork | phone: +353-21-4903163
> Dept of Computer Science             |   fax: +353-21-4903113
> Cork, Ireland                        |

-- 
Best Regards,

David Guerizec - Open Source Developer @ AurorA R&D

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to