You are not logged in.

#1 2004-09-01 17:34:33

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

libsmbclient.so.0 mysteries

gnome and kde link to libsmbclient.so.0

/opt/gnome/lib/gnome-vfs-2.0/modules/libsmb.so:
        libsmbclient.so.0 => not found


/opt/kde/lib/kde3/kio_smb.so:
        libsmbclient.so.0 => not found

however, this file do not exist in my system

what exsist is this:

[damir@Asteraceae ~]$ locate libsmbclient.so
/usr/lib/samba/libsmbclient.so
/usr/lib/libsmbclient.so

is this normal?


The impossible missions are the only ones which succeed.

Offline

#2 2004-09-01 17:36:19

Cobra
Member
Registered: 2004-07-30
Posts: 109

Re: libsmbclient.so.0 mysteries

Have you tried making a symlink with the name libsmbclient.so.0 going to libsmbclient.so?

Offline

#3 2004-09-01 18:52:47

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: libsmbclient.so.0 mysteries

Cobra wrote:

Have you tried making a symlink with the name libsmbclient.so.0 going to libsmbclient.so?

i don't use samba, because have nowhere to connect to, so i don't mind

ln is for sure a solution, but what's the reason?

experiments with ldd'ing all bins of my system gave me this results i wonder about


The impossible missions are the only ones which succeed.

Offline

#4 2004-09-01 23:26:21

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: libsmbclient.so.0 mysteries

These are dynamically loaded modules that are only used by gnome and kde if samba is installed.  The post install scripts of both explain that if you want samba you'll have to install the samba package.

I think this is the best way to handle optional dependencies.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#5 2004-09-01 23:32:01

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: libsmbclient.so.0 mysteries

Xentac wrote:

These are dynamically loaded modules that are only used by gnome and kde if samba is installed.  The post install scripts of both explain that if you want samba you'll have to install the samba package.

I think this is the best way to handle optional dependencies.

yes, it is

but the mystery is:

i have samba installed

[damir@Asteraceae /]$ pacman -Q samba
samba 3.0.6-2

should there not be libsmbclient.so.0 somewhere to work?


The impossible missions are the only ones which succeed.

Offline

#6 2004-09-01 23:40:37

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: libsmbclient.so.0 mysteries

Ah, I see... looks like there is a problem with the samba package.

I checked the SONAME (the library that is linked to when you do a -lsmbclient) of libsmbclient.so and it's libsmbclient.so.0, but the samba package doesn't include it at all.  This is bad for samba.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#7 2004-09-01 23:55:05

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: libsmbclient.so.0 mysteries

Xentac wrote:

Ah, I see... looks like there is a problem with the samba package.

I checked the SONAME (the library that is linked to when you do a -lsmbclient) of libsmbclient.so and it's libsmbclient.so.0, but the samba package doesn't include it at all.  This is bad for samba.

the mystery clears up :-)


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB