Bugzilla – Bug 594388
dmraid cannot load shared library
Last modified: 2010-05-06 00:28:45 UTC
During installation YaST tries to activate dmraid. This causes an error message: /sbin/dmraid -ay -p The dynamic shared library "libdmraid-events-isw.so" could not be loaded: /lib/libdmraid-events-isw.so: undefined symbol: pthread_mutex_trylock Apparently the RAID is activated nevertheless.
I'm a bit confused by this - it seems that the version of glibc in 11.3 provides pthread_mutex_trylock, but I've also seen some strange anomalies with it on Debian so I'm just going to assume that it isn't ready for prime time and I have patch dmraid for Factory so that it doesn't use pthread_mutex_trylock. If you could confirm that this fixes the problem I would appreciate it. Thanks. BTW the RAID is activated, but would not respond correctly to failure events.
I just check on an installation of 'factory' and this does seem to work correctly now, so closing. Thanks.