https://bugs.documentfoundation.org/show_bug.cgi?id=170410

--- Comment #11 from Robert Großkopf <[email protected]> ---
(In reply to Caolán McNamara from comment #10)
> I'm not sure what could be in that bisect which would make a difference
> here, especially as:
> 
> @robert "I couldn't reproduce it with Version: 26.8.0.0.alpha0+ ... but the
> bug appears here with LO 26.2.0.1 and LO 26.2.0.2"
> 
> can you do...
> 
> $ ldd instdir/program/libmysqlclo.so|grep crypt

Indeed:

LO 25.8.4.2 shows
robby@Robby:~/Programme/Lotest/LO2584/install/opt/libreoffice25.8/program> ldd
libmysqlclo.so|grep crypt
        libcrypt.so.1 => /usr/lib64/libcrypt.so.1 (0x00007ff8f0d3a000)
        libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00007ff8f0c45000)
        libcrypto.so.3 => /usr/lib64/libcrypto.so.3 (0x00007ff8e7200000)
        libgcrypt.so.20 => /usr/lib64/libgcrypt.so.20 (0x00007ff8e70bc000)

LO 26.2.0.3 shows
robby@Robby:~/Programme/Lotest/LO2620/install/opt/libreoffice26.2/program> ldd
libmysqlclo.so|grep crypt
        libcrypt.so.2 => not found
        libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00007f0d85fe9000)
        libcrypto.so.3 => /usr/lib64/libcrypto.so.3 (0x00007f0d82400000)
        libgcrypt.so.20 => /usr/lib64/libgcrypt.so.20 (0x00007f0d802bc000)

LO 26.8 Dev shows
robby@Robby:~/Programme/Lotest/LODev/install/opt/libreofficedev26.8/program>
ldd libmysqlclo.so|grep crypt
        libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00007fc986cf5000)
        libcrypto.so.3 => /usr/lib64/libcrypto.so.3 (0x00007fc97d200000)
        libgcrypt.so.20 => /usr/lib64/libgcrypt.so.20 (0x00007fc97b0bc000)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to