Home ยป Enable SMB in NextCloud

Enable SMB in NextCloud

0 comment 149 views
  1. pecl install smbclient
  2. pecl channel-update pecl.php.net
  3. If libsmbclient.h missing, then apt install libsmbclient-dev
  4. add “extension=smbclient.so” to php.ini
  5. Reload apache – systemctl restart apache2.service
  6. Check php info and see if smbclient enabled

Refer
https://bugxia.com/1306.html
https://github.com/eduardok/libsmbclient-php/issues/42
https://github.com/nextcloud/server/issues/6597
https://github.com/icewind1991/SMB
https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/external_storage/smb.html
https://stackoverflow.com/questions/3108937/how-to-install-and-run-phpize

Leave a Comment