[csw-users] CUPS 1.1.20 error on solaris 8 - missing libslp.so.1
James Lee
james at blastwave.org
Sat Sep 18 11:09:27 CEST 2004
On 18/09/04, 07:38:08, Anthony Hornby <anthony.hornby at cdu.edu.au> wrote
regarding [csw-users] CUPS 1.1.20 error on solaris 8 - missing
libslp.so.1:
> /etc/init.d/cswcups start
> ld.so.1: /opt/csw/sbin/cupsd: fatal: libslp.so.1: open failed: No such
> file or directory
> Killed
> cups: unable to start scheduler.
> This package doesn't mention openslp as a dependency on the package
> description on www.blastwave.org &
> I have turned network browsing off in the config files.
> Do I need to install openslp?
Yes. It's not in the dependancies because it's found in an OS package.
Some detective work:
$ ldd /opt/csw/sbin/cupsd
libz.so.1 => /opt/csw/lib/libz.so.1
libz.so.1 (SUNW_1.1) => (version not found)
libssl.so.0.9.7 => /opt/csw/lib/libssl.so.0.9.7
libcrypto.so.0.9.7 => /opt/csw/lib/libcrypto.so.0.9.7
libslp.so.1 => /usr/lib/libslp.so.1
libpam.so.1 => /usr/lib/libpam.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libcups.so.2 => /opt/csw/lib/libcups.so.2
libsocket.so.1 => /usr/lib/libsocket.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libc.so.1 => /usr/lib/libc.so.1
libthread.so.1 => /usr/lib/libthread.so.1
libcmd.so.1 => /usr/lib/libcmd.so.1
libmp.so.2 => /usr/lib/libmp.so.2
$ pkgchk -l -p /usr/lib/libslp.so.1
Pathname: /usr/lib/libslp.so.1
Type: regular file
Expected mode: 0755
Expected owner: root
Expected group: bin
Expected file size (bytes): 84304
Expected sum(1) of contents: 9997
Expected last modification: Jan 05 09:28:58 PM 2000
Referenced by the following packages:
SUNWslpu
Current status: installed
So you need SUNWslpu which is on CD 1 of 2 of the Solaris 8 Software.
More information about the users
mailing list