by imp » Wed Nov 11, 2015 12:43 pm
Indeed, I faced the same problem after updating libtirpc today.
As pam is still linked to the old version, it won't work :)
$this->bbcode_second_pass_code('', '
$ ldd /usr/lib/security/pam_unix.so
...
libtirpc.so.1 => /usr/lib/libtirpc.so.1 (0xb6e99000)
')
A temporary fix, awaiting the rebuild, is to make a symlink with the old name to one of the new versions.
$this->bbcode_second_pass_code('', '
libtirpc /usr/lib/libtirpc.so
libtirpc /usr/lib/libtirpc.so.3
libtirpc /usr/lib/libtirpc.so.3.0.0
')