mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Page:
Installing newer (0.90 dev) libsmbclient extension under Ubuntu 16.04 or CentOS 7
Pages
19.1 Installation using egroupware docker RPM DEB package
19.1 Release notes and distribution specific instructions
20.1 Installation using egroupware docker RPM DEB package
Apache Guacamole managed by EGroupware
Basic PHP and MySQL Adjustments
Building Release
CTI Computer Telephone Integration
CentOS RedHat Installation
Code Corner
Code testing
CodeCorner1
CodeCorner2
CodeCorner3
CodeCorner3a
CodeCorner4
CodeCorner5
CodeCorner6
CodeCorner7
CodeCorner8
Coding Standards
Collabora Integration
Cross Site Scripting
CustomFields
Debian Installation
Developer Docs
Distribution specific instructions
Docker compose installation
EGroupware Community Edition Installation
EGroupware Customizing
EGroupware EPL Installation
EGroupware REST API for Contactform in Wordpress
EGroupwareMail
Features
Group administration for 1.8 CE in 14.1
Group administration for long time CE users
History
Home
How to port an app to et2
IMAP Push Notifications
Installation instructions
Installation using EGroupware docker RPM DEB package
Installation
Installing newer (0.90 dev) libsmbclient extension under Ubuntu 16.04 or CentOS 7
Internationalization
JavaScript in EGroupware apps
License
Moodle
OpenID Connect OAuth2
Piwigo Gallery
Release Notes 14.2
Release Notes 17.1
Release notes 16.1
Rocket.Chat Integration
Rocket.Chat
Running own apps in standard Docker installation
Security
SessionTypes
Sharing Roadmap
SmallPART
Translation
Tuning EGroupware for higher number of users
Update Existing Installation
Update recommendations and troubleshooting
Useful Git commands
Using EGroupware Mail server with ActiveDirectory
VFS System
What is EGroupware?
Wordpress
XSS Conclusion
XSS Description, and overview
XSS Inside the mind, mental walk along of a XSS hack
XSS Methods of Injection, and filtering
backup Existing Installation
development getstarted
openSUSE SLEs Installation
smallPART old Moodle LTI
troubleshooting
0
Installing newer (0.90 dev) libsmbclient extension under Ubuntu 16.04 or CentOS 7
Ralf Becker edited this page 2018-04-16 14:44:12 +02:00
Table of Contents
PHP extension smbclient can be used to mount Samba/SMB shares into EGroupware's filemanager. Released version 0.8 form Ubuntu 16.04 or IUS is extrem slow, which is fixed in current development version 0.9-dev.
Updates on version 0.9 from php-smbclient:
- RHEL/CentOS 7: IUS contains php7{0,1}u-pecl-smbclient for PHP 7.0 and 7.1
- Debian testing contains php-smbclient 0.9 too now
- Ubuntu 16.04 & Debian 9: php-smbclient 0.9 is available from EPL download repository
EPL installation instructions contain examples how to use Samba/SMB shared in EGroupware.
Ubuntu 16.04
git clone https://github.com/eduardok/libsmbclient-php.git cd libsmbclient-php/ apt-get install php7.0-dev libsmbclient-dev phpize ./configure make make install mv /etc/php/mods-available/smbclient.ini /etc/php/7.0/mods-available/ cd /etc/php/7.0/mods-available/apache2 ln -s /etc/php/7.0/mods-available/smbclient.ini 20-smbclient.ini service apache2 restart
RHEL/CentOS 7 with php70u from IUS repo
yum groupinstall 'Development Tools' yum install git php70u-devel samba-devel git clone https://github.com/eduardok/libsmbclient-php.git cd libsmbclient-php/ ./configure make make install vi /etc/php.d/99-smbclient.ini # extension=smclient.so service httpd restart
Language: |
- General information
- Distribution specific instructions
- Update recommendations and troubleshooting
- Tuning EGroupware for higher number of users
- Docker-compose installation: Linux, Windows, Mac, Synology, QNAP
- Configure IMAP push
- IMAP Push Notifications for Dovecot 2.2+
- Using EGroupware Mail server with ActiveDirectory
CTI / Computer Telephone Integration
Using SmallPART with a LMS (Moodle, OpenOLAT, ...)
Synchronisation between Untis / Webuntis and EGroupware
Development