From 753449ea34814a8e8853632f5e705887584caf8d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 22 Nov 2016 09:51:19 +0100 Subject: [PATCH] added link on how to install smbclient PHP extension from sources --- EGroupware-EPL-Installation.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/EGroupware-EPL-Installation.md b/EGroupware-EPL-Installation.md index ba730de..99a5a63 100644 --- a/EGroupware-EPL-Installation.md +++ b/EGroupware-EPL-Installation.md @@ -14,7 +14,7 @@ Content * [Ubuntu](#ubuntu) * [The Post-Install Script](#the-post-install-script) -* [Embed Samba/CIFS Shares into EGroupware Filemanager](#embed-samba/cifs-shares-into-egroupware-filemanager) +* [Embed Samba/CIFS Shares into EGroupware Filemanager](#embed-sambacifs-shares-into-egroupware-filemanager) * [MySQL and PHP adjustments](#mysql-and-php-adjustments) * [Setup SSL (https) access to your EGroupware](#setup-ssl-https-access-to-your-egroupware) * [Keeping your Installation up to date](#keeping-your-installation-up-to-date) @@ -936,9 +936,11 @@ _back to [Content](#content)_ _Prerequisite_ -If not already installed, install the packages php-ldap and php-pecl-smbcw (additional needed packages will be installed as dependend packages). +If not already installed, install the packages php-ldap and php-pecl-smbcw (additional needed packages will be installed as dependent packages). -Please note, that the package names can be vary dpendend on your Distrbution and PHP-Version. Use the search/list options of your installer to find the correct package name if you get a message like package not found. +For PHP 7 in Ubuntu 16.04 or RHEL/CentOS 7 with IUS repo you have to use [smbclient](https://github.com/eduardok/libsmbclient-php) php extension instead of EGroupware's php-pecl-smbcw, thought it is working fine for older PHP versions too. It is extrem slow in currently released version 0.8, so it's recommended to [install development version 0.9-dev](https://github.com/EGroupware/egroupware/wiki/Installing-newer-(0.90-dev)-libsmbclient-extension-under-Ubuntu-16.04-or-CentOS-7). + +Please note, that the package names can be vary depending on your Distribution and PHP-Version. Use the search/list options of your installer to find the correct package name if you get a message like package not found.
Debian/Ubuntu
 
@@ -947,7 +949,7 @@ aptitude install php5-ldap
 
 CentOS/RedHat
 
-yum install php-pecl-smbcw
+yum install php-pecl-smbcw 
 yum install php-ldap
 
 SuSE/SLES