> > Cannot load /usr/lib/apache/1.3/libphp3.so into server:
> > /usr/lib/apache/1.3/libphp3.so: undefined symbol:
> > php3_mgd_delete_sitegroup
> Check your environment for old libmidgard.so library. What options you
> gave to libmidgard's configure and php's configure? Show them 'as is'
in
> email, they are usually stored in config.status, see several first
lines
> of it for actual command line string.
Yesss!
My great guru wrote something like patch for this and modified
funcion/midgard.c just a little.
Here is the code:
--- midgard.c.orig Fri Aug 18 13:35:33 2000
+++ midgard.c Fri Aug 18 13:29:00 2000
@@ -7183,9 +7183,9 @@
if (getThis(&this) != SUCCESS) { RETURN_FALSE_BECAUSE
(MGD_ERR_NOT_OBJECT); }
midgard_set_field_index(ht, this, "id", 0);
-
+#ifdef MIDGARD_SITERGROUPS
php3_mgd_delete_sitegroup(INTERNAL_FUNCTION_PARAM_PASSTHRU);
-
+#endif
}
static void midgard_oop_host_create(INTERNAL_FUNCTION_PARAMETERS)
But now I got the bigger problem:
when I open my admin or demo site the only thing I can see is:
argc; $argv = $midgard->argv; ?> <[code-compat]> <[code-global]> <[code-
init]> <[ROOT]>
What's the problem?
Greetings
Piotras
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]