Get help with MATE specific problems
-
guimenez
- White ninja

- Posts: 20
- Joined: 28 Oct 2011, 12:45
- Location: Portugal
Post#1
by guimenez » 05 Jun 2015, 17:58
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
guimenez
-
tome
- Contributor

- Posts: 657
- Joined: 26 Jun 2013, 14:03
- Distribution: x64 Openbox
- Location: against russian attacks and lies
-
Contact:
Post#2
by tome » 07 Jun 2015, 15:30
Maybe this would a little help:
Code: Select all
ln -sr /usr/lib/libcups.so.2 /usr/lib/libcups2.so.2
You have mind and feelings. Be wise and clever.
tome
-
guimenez
- White ninja

- Posts: 20
- Joined: 28 Oct 2011, 12:45
- Location: Portugal
Post#3
by guimenez » 08 Jun 2015, 10:40
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

guimenez