=========================================================================== $NetBSD: MESSAGE,v 1.4 2005/09/28 14:24:41 rillig Exp $ You will need to make Moregroupware accessible through your HTTP server. If you are running Apache and ap-php, then you may either symlink ${PREFIX}/share/moregroupware into DocumentRoot, or add the following lines to httpd.conf: Alias /moregroupware/ "${PREFIX}/share/moregroupware/" By the way, You need to have the following directives in ${PKG_SYSCONFDIR}/php.ini: - allow_call_time_pass_reference = On - extension=mysql.so - extension=gd.so - extension=ldap.so - extension=pcre.so - extension=session.so - extension=curl.so ===========================================================================