libbfd-2.34.so not found
by tomate_boi from LinuxQuestions.org on (#50SWP)
I have gotten to chapter 6.18 of the book (book version SVN-20200315), and I try to make binutils, and get this error.
Code:ar rc ./libiberty.a \
./regex.o ./cplus-dem.o (bunch of object files)
ar: error while loading shared libraries: libbfd-2.34.so: cannot open shared object file: No such file or directory
make[2]: *** [Makefile:251: libiberty.a] Error 127
make[2]: Leaving directory '/sources/binutils-2.34/build/libiberty'
make[1]: *** [Makefile:8390: all-libiberty] Error 2
make[1]: Leaving directory '/sources/binutils-2.34/build'
make: *** [Makefile:853: all] Error 2Help would be much appreciated.


Code:ar rc ./libiberty.a \
./regex.o ./cplus-dem.o (bunch of object files)
ar: error while loading shared libraries: libbfd-2.34.so: cannot open shared object file: No such file or directory
make[2]: *** [Makefile:251: libiberty.a] Error 127
make[2]: Leaving directory '/sources/binutils-2.34/build/libiberty'
make[1]: *** [Makefile:8390: all-libiberty] Error 2
make[1]: Leaving directory '/sources/binutils-2.34/build'
make: *** [Makefile:853: all] Error 2Help would be much appreciated.