Hi! > I'm continuing in my efforts to get Midgard ported to NetBSD's package > system, and I've made a fair amount of progress in the last few weeks. In > fact, I think I'm almost there
That is great to hear! > First, the installation instructions indicate that Role_Midgardelement is > required; however, the package.xml file distributed with midcom does not list > it in the `<dependencies>` section. Which is right? MidCOM itself does not require Role_MidgardElement because it doesn't need that. Role_MidgardElement is used for installing style elements that are shipped with style template packages like SimpleGray. Those in turn must depend on Role_MidgardElement. > the files are installed in mysterious places because of the Installer > instructions for the roles. But ... um ... is there any way to configure > that? Or do I need to patch Midgardsql.xml and Mgdschema.xml if I want them > in other places These are governed by PEAR config, so `pear config-set mgdschema_dir /some/path` and `pear config-set midgardsql_dir /some/other/path` should be your friends. /Bergie _______________________________________________ user mailing list [email protected] http://lists.midgard-project.org/mailman/listinfo/user
