You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
I'm trying to install Debian jessie on my Samsung GT-S6102. The following error occured:
Preparing to unpack .../libc6_2.19-18+deb8u6_armel.deb ...
LD_LIBRARY_PATH contains the traditional /lib directory,
but not the multiarch directory /lib/arm-linux-gnueabi.
It is not safe to upgrade the C library in this situation;
please remove the /lib/directory from LD_LIBRARY_PATH and
try again.
dpkg: error processing archive /var/cache/bootstrap/libc6_2.19-18+deb8u6_armel.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
LD_LIBRARY_PATH content is /lib:/vendor/lib:/system/lib
I think that installer script must remove /lib from LD_LIBRARY_PATH before calling second stage of debootstrap.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to install Debian jessie on my Samsung GT-S6102. The following error occured:
LD_LIBRARY_PATH content is /lib:/vendor/lib:/system/lib
I think that installer script must remove /lib from LD_LIBRARY_PATH before calling second stage of debootstrap.
The text was updated successfully, but these errors were encountered: