Closed johrstrom closed 2 years ago
mount alternatives for binaries. ld was not being found because /usr/bin/ld is actually a symlink to /etc/alternatives/ld.
ld
/usr/bin/ld
/etc/alternatives/ld
We ended up getting xalt errors like below.
XALT Error: unable to find ldcollect2: error: ld returned 1 exit status
mount alternatives for binaries.
ld
was not being found because/usr/bin/ld
is actually a symlink to/etc/alternatives/ld
.We ended up getting xalt errors like below.