Bug#779579: [work-around] installer broken: multipath-udeb depends on non-existent libgcc1 udeb

Mauricio Faria de Oliveira mauricfo at linux.vnet.ibm.com
Mon Mar 2 16:42:06 UTC 2015


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



More information about the pkg-lvm-maintainers mailing list