You are not logged in.

#1 2004-03-20 22:00:28

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

samba and libssl

I'm following the wiki guide to CUPS to set up printing to my dad's windows printer. Everything would be working except all of smb's executables, including smbspool yell for the libssl.so shared libraries. I did a locate libssl and found it in /usr/lib. I guess samba is looking for it elsewhere. I'm fairly new to linux, so I might be missing something. A little help would be much appreciated.

I'm so close to getting all my hardware working  big_smile

EDIT: I was using abs to add kde support to fluxbox, and when I ran makepkg, when it went to retrieve the sources, I got this error:
/usr/bin/wget : error while loading shared libraries: libssl.so.0.9.6: cannot open shared object file: No such file or directory

Seems it's not just samba then.

EDIT2: Well I found that libssl was actuall 0.9.7 so I symlinked it to 0.9. 6 and samba works now (I mounted the share from my othe box) and I fixed the makepkg issue by updating wget. However, after all that my printer still doesn't work. Whenever I print a test page in the CUPS config page,  nothing happens, I look in the joblist and it says it was aborted. There are no error messages or anything. I'm stumped.

Offline

#2 2004-03-21 04:59:45

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: samba and libssl

first the ssl problem. as you may have seen several posts already openssl was updated but not all of the other packages that depend on it have been upgraded yet. samba is obviously one of those.


as for the printer not working .... perhaps you need ghostscript installed?


AKA uknowme

I am not your friend

Offline

#3 2004-03-21 16:49:28

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

Re: samba and libssl

I had ghostscript installed, but I updated it anyway. I'm not sure if that's what did it, but it works now.

Offline

#4 2004-03-21 19:20:02

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

Re: samba and libssl

FYI:

gimp-print and other cups-related pkgs had trouble while not being rebuilt in the really-not-so-funny openssl update ... also my printer didnt work for some hours, but as the needed pkgs are rebuilt now against openssl 0.9.7, it should work now fine


The impossible missions are the only ones which succeed.

Offline

#5 2004-04-28 19:49:15

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

Re: samba and libssl

[jchu@hercules jchu]$ pacman -Q samba
samba 3.0.2-3
[jchu@hercules jchu]$ ldd /usr/bin/smbclient
        libreadline.so.4 => /usr/lib/libreadline.so.4 (0x40015000)
        libncurses.so.5 => /usr/lib/libncurses.so.5 (0x40041000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40093000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x400c0000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x400d2000)
        libdl.so.2 => /lib/libdl.so.2 (0x400e8000)
        libpopt.so.0 => /usr/lib/libpopt.so.0 (0x400eb000)
        libldap.so.2 => /usr/lib/libldap.so.2 (0x400f3000)
        liblber.so.2 => /usr/lib/liblber.so.2 (0x40122000)
        libc.so.6 => /lib/libc.so.6 (0x4012e000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x40259000)
        libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x40288000)


Yes it has.


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

#6 2004-04-29 01:31:53

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

Re: samba and libssl

What error?


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-04-30 06:27:09

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

Re: samba and libssl

A lib on your machine that smbd is linked to hasn't been upgraded.

[jchu@aries jchu]$ ldd /usr/sbin/smbd
        libldap.so.2 => /usr/lib/libldap.so.2 (0x40015000)
        liblber.so.2 => /usr/lib/liblber.so.2 (0x40044000)
        libcups.so.2 => /usr/lib/libcups.so.2 (0x40050000)
        libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x4006c000)
        libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x4009a000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x401a3000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x401b8000)
        libpam.so.0 => /lib/libpam.so.0 (0x401e5000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x401ed000)
        libdl.so.2 => /lib/libdl.so.2 (0x401ff000)
        libpopt.so.0 => /usr/lib/libpopt.so.0 (0x40202000)
        libc.so.6 => /lib/libc.so.6 (0x4020b000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)


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

Board footer

Powered by FluxBB