OpenCSW Bug Tracker


Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004936 [cupsd] regular use major have not tried 2012-04-16 18:41 2012-07-24 14:32
Reporter moenoel View Status public  
Assigned To cgrzemba
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Product Build
Summary 0004936: cupds linked against wrong libslp
Description cupsd is linked against /opt/csw/lib/i386/libslp.so.1 (v1.2) but wants /usr/lib/libslp.so.1 (v1.1). Setting LD_LIBRARY_PATH=/usr/lib or (re)moving /opt/csw/lib/i386/libslp.so.1 works as a workaround.
Steps To Reproduce
Additional Information $ ldd /opt/csw/sbin/cupsd | grep libslp
        libslp.so.1 => /opt/csw/lib/i386/libslp.so.1
        libslp.so.1 (SUNW_1.1) => (version not found)


$ LD_LIBRARY_PATH=/usr/lib ldd /opt/csw/sbin/cupsd | grep libslp
        libslp.so.1 => /usr/lib/libslp.so.1
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0009816)
cgrzemba (manager)
2012-04-16 19:08

Can reproduce on Solaris9 i386
(0010052)
cgrzemba (manager)
2012-07-24 14:32

fixed in 1.5.3,REV=2012.06.14

- Issue History
Date Modified Username Field Change
2012-04-16 18:41 moenoel New Issue
2012-04-16 18:58 cgrzemba Status new => assigned
2012-04-16 18:58 cgrzemba Assigned To => cgrzemba
2012-04-16 19:08 cgrzemba Note Added: 0009816
2012-04-16 19:08 cgrzemba Status assigned => confirmed
2012-07-24 14:32 cgrzemba Note Added: 0010052
2012-07-24 14:32 cgrzemba Status confirmed => closed
2012-07-24 14:32 cgrzemba Resolution open => fixed


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker