Hi Folks,
I installed latest nextcloud on CentOS 8 stream. tried to get an smb share working via NC web UI below the log:
Logfile:
[files_external] Error: Icewind\SMB\Exception\DependencyException: No valid backend available, ensure smbclient is in the path or php-smbclient is installed at <>
- /var/www/html/nextcloud/apps/files_external/lib/Lib/Storage/SMB.php line 119
Icewind\SMB\ServerFactory->createServer(“192.168.0.119”, Icewind\SMB\BasicAuth {}) - /var/www/html/nextcloud/apps/files_external/lib/config.php line 273
OCA\Files_External\Lib\Storage\SMB->__construct(“*** sensitive parameter replaced ***”) - /var/www/html/nextcloud/apps/files_external/lib/Controller/StoragesController.php line 257
OC_Mount_Config::getBackendStatus(“*** sensitive parameters replaced ***”) - /var/www/html/nextcloud/apps/files_external/lib/Controller/StoragesController.php line 306
OCA\Files_External\Controller\StoragesController->updateStorageStatus(“*** sensitive parameters replaced ***”) - /var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 170
OCA\Files_External\Controller\StoragesController->show(1, “*** sensitive parameter replaced ***”) - /var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php line 99
OC\AppFramework\Http\Dispatcher->executeController(OCA\Files_Extern … {}, “show”) - /var/www/html/nextcloud/lib/private/AppFramework/App.php line 125
OC\AppFramework\Http\Dispatcher->dispatch(OCA\Files_Extern … {}, “show”) - /var/www/html/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php line 47
OC\AppFramework\App::main(“OCA\Files_Exte … r”, “show”, OC\AppFramework\ … {}, {id: “1”,_route: … "}) - <>
OC\AppFramework\Routing\RouteActionHandler->__invoke({id: “1”,_route: … "}) - /var/www/html/nextcloud/lib/private/Route/Router.php line 299
call_user_func(OC\AppFramework\ … {}, {id: “1”,_route: … "}) - /var/www/html/nextcloud/lib/base.php line 1008
OC\Route\Router->match(“/apps/files_external/globalstorages/1”) - /var/www/html/nextcloud/index.php line 38
OC::handleRequest()
GET /nextcloud/index.php/apps/files_external/globalstorages/1?testOnly=true
from 192.168.0.118 by root at 2020-01-22T19:18:15+00:00
smb client is installed as well as php smb client from remi repo