Mantis - lighttpd
Viewing Issue Advanced Details
3797 regular use minor have not tried 2009-07-30 17:52 2011-08-05 01:40
james  
maciej  
normal  
closed  
fixed  
none    
none  
0003797: mod_compress.so has no RPATH to libbz2
/opt/csw/lib/mod_compress.so has no RPATH, I can't be sure but it might not be picking up the libs. It certainly fails ldd checks and picks a non-CSW zlib.

$ ldd /opt/csw/lib/mod_compress.so
    libz.so => /usr/lib/libz.so
    libbz2.so.1.0 => (file not found)
    libresolv.so.2 => /usr/lib/libresolv.so.2
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libsocket.so.1 => /usr/lib/libsocket.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libmp.so.2 => /usr/lib/libmp.so.2
Issue History
2009-07-30 17:52 james New Issue
2010-10-23 15:38 drio Note Added: 0008387
2010-10-23 15:38 drio Status new => feedback
2011-02-27 19:13 maciej Note Added: 0008839
2011-08-05 01:40 maciej Status feedback => assigned
2011-08-05 01:40 maciej Assigned To => maciej
2011-08-05 01:40 maciej Note Added: 0009220
2011-08-05 01:40 maciej Status assigned => closed
2011-08-05 01:40 maciej Resolution open => fixed

Notes
(0008387)
drio   
2010-10-23 15:38   
Can someone confirm this with the latest build?
(0008839)
maciej   
2011-02-27 19:13   
I can confirm it. It shows when you run tests (gmake check), the mod-compress.t test is failing.
(0009220)
maciej   
2011-08-05 01:40   
This problem is now fixed.