added link on how to install smbclient PHP extension from sources

Ralf Becker 2016-11-22 09:51:19 +01:00
parent 95961710e4
commit 753449ea34

@ -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.
<pre>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