Observation..

An work-around is to download & install the libgcc1.so file manually:

        ~ # multipath -l
multipath: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory

~ # wget -O /tmp/libgcc1.deb ftp://ftp.br.debian.org/debian/pool/main/g/gcc-4 .9/libgcc1_4.9.2-10_ppc64el.deb && ar p /tmp/libgcc1.deb data.tar.xz | xzcat | tar x ./lib/powerpc64le-linux

        ~ # multipath -l
        ~ # echo $?
        0



--
Mauricio Faria de Oliveira
IBM Linux Technology Center


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to