Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-25-2004, 03:09 AM
|
#1
|
LQ Newbie
Registered: Jul 2004
Location: /home/gk
Distribution: Debian 3.1 Slackware 10.1
Posts: 29
Rep:
|
samba dependencies
I've installed SAMBA 3.0.4 w/ my slackware 10. I'm wanting to keep it as small as possible so i installed only what i needed. Everything worked fine untill I tried to run smbmount and got this error:
Quote:
smbmount: relocation error: /usr/lib/samba/charset/CP850.so: undefined symbol: smb_register_charset
|
I know its a dependencie problem because on a machine where i ddi a full install this error isn't present.
Dose anyone know what packages i need for samba-3.0.4-i486.tgz to work correctly?
|
|
|
07-25-2004, 03:52 AM
|
#2
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
did u remove samba that cames with slackware before installing it by hand?
|
|
|
07-25-2004, 04:48 PM
|
#3
|
LQ Newbie
Registered: Jul 2004
Location: /home/gk
Distribution: Debian 3.1 Slackware 10.1
Posts: 29
Original Poster
Rep:
|
That is the same package that comes with 10
|
|
|
07-25-2004, 05:00 PM
|
#4
|
Member
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453
Rep:
|
samba is not used (directly) for mounting smbfs. rather than calling smbmount directly use:
Code:
mount -t smbfs //<server name>/<share name> <path to mount point> [-o username=<user name>[%<password>]]
|
|
|
07-25-2004, 05:35 PM
|
#5
|
LQ Newbie
Registered: Jul 2004
Location: /home/gk
Distribution: Debian 3.1 Slackware 10.1
Posts: 29
Original Poster
Rep:
|
Thats on thing I tried once the error occured and it came up with the same error msg. Apparently mount uses smbmount to do this.
|
|
|
07-25-2004, 06:46 PM
|
#6
|
Member
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453
Rep:
|
OK then, I am going to ask the obvious: do you have /usr/lib/samba/charset/CP850.so on your box?
|
|
|
07-25-2004, 07:58 PM
|
#7
|
LQ Newbie
Registered: Jul 2004
Location: /home/gk
Distribution: Debian 3.1 Slackware 10.1
Posts: 29
Original Poster
Rep:
|
Lol, yes. Yes it is.
|
|
|
07-25-2004, 08:20 PM
|
#8
|
Member
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453
Rep:
|
Just checking.
Here is the output of "ldd smbmount" on my computer, can you see if yours matches and that you have the dependencies?
libcrypt.so.1 => /lib/libcrypt.so.1 (0x4002c000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40059000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4006b000)
libdl.so.2 => /lib/libdl.so.2 (0x40080000)
libc.so.6 => /lib/libc.so.6 (0x40084000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
|
|
|
07-25-2004, 10:39 PM
|
#9
|
LQ Newbie
Registered: Jul 2004
Location: /home/gk
Distribution: Debian 3.1 Slackware 10.1
Posts: 29
Original Poster
Rep:
|
I'm not currently at my computer, but that is probaly exactly what i need.
|
|
|
07-26-2004, 02:06 AM
|
#10
|
LQ Newbie
Registered: Jul 2004
Location: /home/gk
Distribution: Debian 3.1 Slackware 10.1
Posts: 29
Original Poster
Rep:
|
Hmm, When I did the 'ldd /usr/bin/smbmount' It gave me the same results as yours. does it matter if the 0x* thingy is different?
Anyway I figure it out i forgte how though. I stoped getting the error after installing glibc.
Thansk a bunch.
Last edited by gk_; 07-26-2004 at 02:44 AM.
|
|
|
07-26-2004, 02:53 AM
|
#11
|
LQ Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852
|
Out of curiosity, how small did you get the Samba install?
I have been working down a Samba installation for my embedded distro, and I was wondering how far you got it.
Mine is down to 3 MB.
|
|
|
07-26-2004, 05:52 AM
|
#12
|
Member
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453
Rep:
|
Quote:
Originally posted by gk_
Hmm, When I did the 'ldd /usr/bin/smbmount' It gave me the same results as yours. does it matter if the 0x* thingy is different?
Anyway I figure it out i forgte how though. I stoped getting the error after installing glibc.
Thansk a bunch.
|
I don't think the numbers make a difference, I don't even know what they mean off the top of my head. Installing glibc would install a couple of the dependencies. libc and ld-linux in particular. Did you have the glibc-solibs package installed before hand?
|
|
|
07-26-2004, 04:51 PM
|
#13
|
LQ Newbie
Registered: Jul 2004
Location: /home/gk
Distribution: Debian 3.1 Slackware 10.1
Posts: 29
Original Poster
Rep:
|
Yes, glibc-solibs was installed when I was having this problem.
How small was it? I'm not that much a of a linux guru, I've gotten it down to 150mb, with some extras. You have a 3mb install?
Last edited by gk_; 07-26-2004 at 04:53 PM.
|
|
|
07-26-2004, 09:57 PM
|
#14
|
LQ Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852
|
I meant the Samba install by itself, not the entire system.
|
|
|
07-26-2004, 11:04 PM
|
#15
|
LQ Newbie
Registered: Jul 2004
Location: /home/gk
Distribution: Debian 3.1 Slackware 10.1
Posts: 29
Original Poster
Rep:
|
Well i'm not compiling it so i just have the Slackware package wich is 15meg compresed so what it is uncompressed is what i got i guess.
|
|
|
All times are GMT -5. The time now is 09:50 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|