Mantis - php5_session
Viewing Issue Advanced Details
3924 regular use major always 2009-09-29 12:08 2012-01-29 16:10
alexs77  
bwalton  
normal  
closed  
fixed  
none    
none  
0003924: Needs to be rebuild against libmm 1.4.2
$ LC_ALL=C ldd /opt/csw/php5/lib/php/extensions/no-debug-non-zts-20060613/session.so
        libmm.so.13 => (file not found)
        libc.so.1 => /lib/libc.so.1
        libm.so.2 => /lib/libm.so.2
        /platform/SUNW,SPARC-Enterprise/lib/libc_psr.so.1

It's linked against libmm.so.13. But in OpenCSW, libmm 1.4.2 is only available. http://www.opencsw.org/packages/libmm [^]
Issue History
2009-09-29 12:08 alexs77 New Issue
2009-09-29 13:20 dam Note Added: 0006768
2009-09-29 14:05 alexs77 Note Added: 0006769
2009-09-29 14:16 dam Note Added: 0006770
2009-09-29 14:35 alexs77 Note Added: 0006771
2012-01-29 16:09 bwalton Status new => assigned
2012-01-29 16:09 bwalton Assigned To => bwalton
2012-01-29 16:10 bwalton Note Added: 0009558
2012-01-29 16:10 bwalton Status assigned => closed
2012-01-29 16:10 bwalton Resolution open => fixed

Notes
(0006768)
dam   
2009-09-29 13:20   
This library has unfortunately been missed when libmm was updated. An updated version is available at
  http://mirror.opencsw.org/testing/libmm-1.4.2,REV=2009.09.29-SunOS5.8-i386-CSW.pkg.gz [^]
  http://mirror.opencsw.org/testing/libmm-1.4.2,REV=2009.09.29-SunOS5.8-sparc-CSW.pkg.gz [^]
Please verify that it fixes your problem.

It will then be released shortly. Thanks for your report!

  -- Dago
(0006769)
alexs77   
2009-09-29 14:05   
Dago,

I'd rather need an updated version of php5_session :) libmm-1.4.2 is in the current tree/directory. It's not libmm which needs to be rebuild/relinked, but php5_session.

Best regards,
Alexander
(0006770)
dam   
2009-09-29 14:16   
Hi Alex,

in fact the current php5_session is bound against libmm.so.13. It is policy to include prior versions of a library on update until all dependent packages have been updated, so the libmm package in testing now contains both libmm.so.13 and libmm.so.14.

php5_session will also be rebuilt soon, but for now you can just update libmm as it was the cause of the disruption.

Sorry for the inconvenience

  -- Dago
(0006771)
alexs77   
2009-09-29 14:35   
Dago,

thanks a lot for the clarification - I did not know about this policy.

I now installed the updated libmm package, and all is well.

Regards,
Alex
(0009558)
bwalton   
2012-01-29 16:10   
Confirmed fixed.