GroupOffice Installation auf OpenSuse11

Group Office Installation

1. in htdocs auf Webserver legen
2. über yast nachinstallieren:
yast -i tnef
yast -i zip
yast -i libwbxml2-0
yast -i libwbxml2-devel
yast -i wbxml2
3. Installing IonCube

wget http://downloads2.ioncube.com/loader_do … x86.tar.gz
tar -zxvf ioncube_loaders*
mv ioncube /usr/local/ioncube
Add “zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so” into your php.ini file before Zend references.

Beispiel:
extension=ldap.so

zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so

[zend]
zend_extension=/usr/local/zend/lib/ZendExtensionManager.so
zend.install_dir=/usr/local/zend
; The dir all configuration files are stored in.
zend.conf_dir=/usr/local/zend/etc
zend.ini_scandir=conf.d

Weitere Beiträge

Exchange 2010 lässt sich nicht deinstallieren

Hub-Transport-Rolle Fehler: Der folgende Fehler wurde generiert, als “$error.Clear(); uninstall-MsiPackage -PackagePath ($RoleInstallPath + “Mailbox\MSFTE.MSI”) -LogFile ($RoleSetupLoggingPath + “\InstallSearch.msilog”)” ausgeführt wurde: Paket ‘C:\Program Files\Microsoft\Exchange Server\V14\Mailbox\MSFTE.MSI’ konnte

MySQL Optimierung

Je nach Serverhardware anpassen: my.cnf editieren # The MySQL server [mysqld] set-variable=local-infile=0 port = 3306 socket = /var/lib/mysql/mysql.sock skip-locking key_buffer = 512M max_allowed_packet = 64M