Page 1 of 1

share a folder with MATE

Posted: 05 Jun 2015, 17:58
by guimenez
Hi,
i'm trying share a folder with MATE but i'm having this error: "net usershare returned error:127: net: error while loading shared libraries: libcups2.so.2: cannot open shared object file: no such file or directory.

I even try to share the folder via SMB.CONF but when i try to open the share on Windows it just show the printers folder :(

Can anyone help me please?
thank you

Re: share a folder with MATE

Posted: 07 Jun 2015, 15:30
by tome
Maybe this would a little help:

Code: Select all

ln -sr /usr/lib/libcups.so.2 /usr/lib/libcups2.so.2

Re: share a folder with MATE

Posted: 08 Jun 2015, 10:40
by guimenez
tome wrote:Maybe this would a little help:

Code: Select all

ln -sr /usr/lib/libcups.so.2 /usr/lib/libcups2.so.2
Thanks for replying.
after running the command above, i try to share and i'm having the same error :(