SOPE Installation Guide ======================= TODO: write install guide for SOPE 3.3. Prerequisites ============= sope-xml - libxml2/libxml2-dev sope-core - autoconf sope-ldap - openldap2/openldap2-dev sope-ical - libical (eg ThirdParty/libical) sope-gdl1 - postgresql-dev (Internal) Dependencies ======================= sope-xml - [self contained] sope-core - sope-xml sope-mime - sope-core sope-ical - sope-xml - sope-core sope-ldap sope-appserver - sope-xml - sope-core - sope-mime (to be removed!) sope-gdl1 - sope-core (EOControl/NGExtensions) Building ======== If the prerequisites are properly fulfilled, building SOPE 4.3 is a simple: make -s debug=yes strip=yes all (a build takes about 5 minutes on a Debian/Athlon 1.8+) Installation: make -s debug=yes strip=yes install Important: ensure that GNUstep.sh from gnustep-make is properly loaded into the shell environment, otherwise you will see errors like "/common.make" not being found. Building mod_ngobjweb ===================== TODO: write something