ZFS-for-SystemRescueCD icon indicating copy to clipboard operation
ZFS-for-SystemRescueCD copied to clipboard

Missing libgcc_s.so.1

Open alinefr opened this issue 9 years ago • 0 comments

I did try the the new SRM-modules build. The modules are loaded, spl and zfs are modprobed properly but an issue arises when I zpool import my zfs partition.

root@sysresccd /root % zpool import -R /mnt/gentoo tank
libgcc_s.so.1 must be installed for pthread_cancel to work
zsh: abort       zpool import -R /mnt/gentoo tank

I'm not sure but it seems like there is something wrong with the gcc profile. The only one is the profile below.

root@sysresccd /root % gcc-config -l
[1] i486-pc-linux-gnu-4.8.5 *
root@sysresccd /root % ls /usr/lib/gcc/i486-pc-linux-gnu-4.8.5/libgcc_
files
libgcc.a    libgcc_eh.a    libgcc_s.so@    libgcc_s.so.1 

alinefr avatar Nov 09 '16 19:11 alinefr