php smb client for nextcloud external storage

Issues related to applications and software problems and general support
Post Reply
gdh
Posts: 2
Joined: 2020/01/19 00:01:47

php smb client for nextcloud external storage

Post by gdh » 2020/01/19 19:01:17

hi folks,

would like to use an nfs share from a server for nextcloud on centos8 stream.

nextcloud give me an indication, that it is currently not possible due to missing smb client. the usual smb client is instaled, so I assume it is talking about php smb client.

but how do I install it? i only found outdated (seems like) packages.

any idea?

User avatar
remirepo
Posts: 447
Joined: 2014/09/21 09:07:12
Location: France
Contact:

Re: php smb client for nextcloud external storage

Post by remirepo » 2020/01/20 07:20:21

Usually, additional PHP extension are available in EPEL

But for 8, EPEL is blocked by infrastructure issue 75
https://pagure.io/epel/issue/75

So for now, you have to build from sources or use my repository.
Remi's Repository - Forum - Blog

gdh
Posts: 2
Joined: 2020/01/19 00:01:47

Re: php smb client for nextcloud external storage

Post by gdh » 2020/01/20 18:29:52

remirepo wrote:
2020/01/20 07:20:21
Usually, additional PHP extension are available in EPEL

But for 8, EPEL is blocked by infrastructure issue 75
https://pagure.io/epel/issue/75

So for now, you have to build from sources or use my repository.
thanks for your reply.

I am not soo much into linux, would you mind to guide me, how I can build from sources?

have red it so many times but never felt able to just do it.

would appreciate some support

edit:During problem googling I found several times your repo, thank you for giving something back to the community :)

Post Reply