[EMAIL PROTECTED] wrote: >hi emile, > I'm in a "support" kind of mood today, so I'll give this one a stab and take some of the load off Emile.
>/usr/local/apache/libexec/mod_midgard.so: undefined symbol: >mgd_set_sitegroup > This suggests that that mod_midgard is compiled with sitegroups, but libmidgard is not. >ldconfig -p | grep midgard > libmidgard.so.3 (libc6) => /usr/local/lib/libmidgard.so.3 > libmidgard.so.3 (libc6) => /usr/local/midgard/lib/libmidgard.so.3 > libmidgard.so (libc6) => /usr/local/lib/libmidgard.so > libmidgard.so (libc6) => /usr/local/midgard/lib/libmidgard.so > And this is strange. You've got two installations of libmidgard. I bet the first one is compiled without sitegroups. I'd delete all of these, then redo the libmidgard installation using config --with-sitegroups. ... Ami. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
