I’m trying to configure eGroupWare, generally the install was very straightforward, and egw now runs OK, with a few issues. I have very limited PHP and server knowledge, and have the following problems.
1.
Still get the following warnings from Check Installation (Auth_SASL is the only one that is a big problem to me):
//
Warning Checking php.ini: mbstring.func_overload = 7: ini_get(‘mbstring.func_overload’)='0’
The mbstring.func_overload = 7 is needed to fully support unicode (utf-8) or other multibyte-charsets.
*** Please make the following change in your php.ini (/usr/local/Zend/etc/php.ini): mbstring.func_overload = 7
*** AND reload your webserver, so the above changes take effect !!!
//
Warning Checking php.ini: magic_quotes_gpc = Off: ini_get(‘magic_quotes_gpc’)=‘1’ = On
magic_quotes_gpc is needed by: felamimail.
//
Warning Checking extension odbc is loaded or loadable: False
The odbc extension is needed, if you plan to use a MaxDB, MsSQL or Oracle database.
//
Warning Checking extension oci8 is loaded or loadable: False
The oci extension is needed, if you plan to use a Oracle database.
//
Warning Checking extension ldap is loaded or loadable: False
The ldap extension is needed, if you use ldap as account or contact storage, authenticate against ldap or active directory. It’s not needed for a standard SQL installation.
//
Warning Checking PEAR::Auth_SASL is installed: False
PEAR::Auth_SASL is needed by: EMailAdmin, felamimail. You can install it by running: pear install Auth_SASL
//
-
I’ve made some changes to upload max and times in php.ini and placed it at b/ (where egroupware lives). But, egroupware is still reading php.ini from /usr/local/Zend/etc/php.ini.
About my EGW install:
On Hostmonster, shared hosting, with no access beyond my directory (/home/a)
On a subdomain, say “b.a.net.au”. EGW is at /home/a/b/ (NOT inside any other directory)
I think that’s all, but can give any other details if asked. Thank you for any help here, and thanks to the developers for making a great application!