150
- pecl install smbclient
- pecl channel-update pecl.php.net
- If libsmbclient.h missing, then apt install libsmbclient-dev
- add “extension=smbclient.so” to php.ini
- Reload apache – systemctl restart apache2.service
- 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