View previous topic :: View next topic |
Author |
Message |
MrGrumpy n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 09 Aug 2003 Posts: 15
|
Posted: Mon Aug 11, 2003 11:01 am Post subject: Samba grief :s |
|
|
I`m trying to mount a samba share from my server but whenever I start the samba client i get this error
error while loading shared libraries: libacl.so.1: cannot open shared object file: No such file or directory
Do not know how to get rid of it. I reckon there must be something wrong with my ebuild of samba but no expert, anyone know how to fix this.
Ali
![Embarassed :oops:](images/smiles/icon_redface.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
patan n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Feb 2003 Posts: 66
|
Posted: Mon Aug 11, 2003 11:11 am Post subject: |
|
|
What does your use flags look like?
If you don't need ACL's (If you don't know what it is you probably won't need it) try
Code: |
USE="-acl" emerge samba
|
Otherwise try to reemerge acl
Code: |
emerge acl
emerge samba
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MrGrumpy n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 09 Aug 2003 Posts: 15
|
Posted: Mon Aug 11, 2003 11:32 am Post subject: |
|
|
I`ve never changed my USE Flags, since I installed the other day. I`m trying your second suggestion and hopefully it will work out fine. I was trying to use NFS instead because i could not get samba to work but its rather temprimental on my server.
Let you know if it works !!
Ali
Well thank you very much that worked a treat . That acl thing ( the reason for the error i presume) seemed to sort it out. Would there have been any way for me to search the ebuilds for that file ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
patan n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Feb 2003 Posts: 66
|
Posted: Mon Aug 11, 2003 11:47 am Post subject: |
|
|
MrGrumpy wrote: |
Well thank you very much that worked a treat . That acl thing ( the reason for the error i presume) seemed to sort it out. Would there have been any way for me to search the ebuilds for that file ? |
I'm not really sure what you mean, but you can look inside the ebuilds or type
to see which use flags it uses. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MrGrumpy n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 09 Aug 2003 Posts: 15
|
Posted: Mon Aug 11, 2003 11:48 am Post subject: |
|
|
ok thanks
Ali |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|