当前位置:网站首页>Missing library while loading shared libraries: libisl so. 15: cannot open shared object file: No such file
Missing library while loading shared libraries: libisl so. 15: cannot open shared object file: No such file
2022-07-03 02:01:00 【Clear glass, brilliant orange】
rk3568 Cross compiler path :
[email protected]100ask:~/prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/bin$ ls
2to3 aarch64-linux-gcc-ar aarch64-linux-strip aarch64-rockchip-linux-gnu-gcc.br_real aclocal gawk infocmp msggrep python2 qemu-nbd
2to3-3.7 aarch64-linux-gcc.br_real aarch64-rockchip-linux-gnu-addr2line aarch64-rockchip-linux-gnu-gcc-nm aclocal-1.15 gdbus infotocap msginit python2.7 recode-sr-latin
aarch64-linux-addr2line aarch64-linux-gcc-nm aarch64-rockchip-linux-gnu-ar aarch64-rockchip-linux-gnu-gcc-ranlib autoconf gdbus-codegen ivshmem-client msgmerge python2.7-config reset
aarch64-linux-ar aarch64-linux-gcc-ranlib aarch64-rockchip-linux-gnu-as aarch64-rockchip-linux-gnu-gcov autoheader gettextize ivshmem-server msgunfmt python2-config smtpd.py
aarch64-linux-as aarch64-linux-gcov aarch64-rockchip-linux-gnu-c++ aarch64-rockchip-linux-gnu-gcov-dump autom4te gio libtool msguniq python3 smtpd.py.7
aarch64-linux-c++ aarch64-linux-gcov-dump aarch64-rockchip-linux-gnu-c++.br_real aarch64-rockchip-linux-gnu-gcov-tool automake gio-querymodules libtoolize ncurses6-config python3.7 tabs
aarch64-linux-c++.br_real aarch64-linux-gcov-tool aarch64-rockchip-linux-gnu-cc aarch64-rockchip-linux-gnu-gdb automake-1.15 glib-compile-resources lzip ninja python3.7-config tic
aarch64-linux-cc aarch64-linux-gdb aarch64-rockchip-linux-gnu-cc.br_real aarch64-rockchip-linux-gnu-gprof autopoint glib-compile-schemas m4 openssl python3.7m toe
aarch64-linux-cc.br_real aarch64-linux-gprof aarch64-rockchip-linux-gnu-c++filt aarch64-rockchip-linux-gnu-ld autoreconf glib-genmarshal meson patchelf python3.7m-config toolchain-wrapper
aarch64-linux-c++filt aarch64-linux-ld aarch64-rockchip-linux-gnu-cpp aarch64-rockchip-linux-gnu-ld.bfd autoscan glib-gettextize msgattrib pcre-config python3-config tput
aarch64-linux-cpp aarch64-linux-ld.bfd aarch64-rockchip-linux-gnu-cpp.br_real aarch64-rockchip-linux-gnu-nm autoupdate glib-mkenums msgcat pcregrep python-config tset
aarch64-linux-cpp.br_real aarch64-linux-nm aarch64-rockchip-linux-gnu-elfedit aarch64-rockchip-linux-gnu-objcopy bison gobject-query msgcmp pcretest python-freeze-importlib xgettext
aarch64-linux-elfedit aarch64-linux-objcopy aarch64-rockchip-linux-gnu-g++ aarch64-rockchip-linux-gnu-objdump captoinfo gresource msgcomm pkgconf pyvenv xml2-config
aarch64-linux-g++ aarch64-linux-objdump aarch64-rockchip-linux-gnu-g++.br_real aarch64-rockchip-linux-gnu-ranlib clear gsettings msgconv pkg-config qemu-aarch64 xmlcatalog
aarch64-linux-g++.br_real aarch64-linux-ranlib aarch64-rockchip-linux-gnu-gcc aarch64-rockchip-linux-gnu-readelf c_rehash gtester msgen pydoc qemu-edid xmllint
aarch64-linux-gcc aarch64-linux-readelf aarch64-rockchip-linux-gnu-gcc-9.3.0 aarch64-rockchip-linux-gnu-size easy_install gtester-report msgexec pydoc3 qemu-ga xmlwf
aarch64-linux-gcc-9.3.0 aarch64-linux-size aarch64-rockchip-linux-gnu-gcc-9.3.0.br_real aarch64-rockchip-linux-gnu-strings easy_install-3.7 ifnames msgfilter pydoc3.7 qemu-img yacc
aarch64-linux-gcc-9.3.0.br_real aarch64-linux-strings aarch64-rockchip-linux-gnu-gcc-ar aarch64-rockchip-linux-gnu-strip gapplication igawk msgfmt python qemu-io
Configure environment variables :
export PATH=$PATH:/home/book/prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/bin
Missing library path at compile time :
aarch64-linux-gcc-9.3.0 -o tcp_ser tcp_server.c tcp_socket.c tcp_socket.h
/home/book/prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/bin/../libexec/gcc/aarch64-rockchip-linux-gnu/9.3.0/cc1: error while loading shared libraries: libisl.so.15: cannot open shared object file: No such file or directory
/home/book/prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/bin/../libexec/gcc/aarch64-rockchip-linux-gnu/9.3.0/cc1: error while loading shared libraries: libisl.so.15: cannot open shared object file: No such file or directory
/home/book/prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/bin/../libexec/gcc/aarch64-rockchip-linux-gnu/9.3.0/cc1: error while loading shared libraries: libisl.so.15: cannot open shared object file: No such file or directory
Find the missing dynamic library path , The path of the library to be used for the executable , When the environment variable is introduced, the operating system will look for the class library under the variable :
export LD_LIBRARY_PATH=/usr/local/X11/lib:$LD_LIBRARY_PATH/home/book/prebuilts/gcc/linux-x86/aarch64/gcc-buildroot-9.3.0-2020.03-x86_64_aarch64-rockchip-linux-gnu/lib
边栏推荐
- Trial setup and use of idea GoLand development tool
- 缺少库while loading shared libraries: libisl.so.15: cannot open shared object file: No such file
- es6 filter() 数组过滤方法总结
- Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance o
- Types of map key and object key
- NCTF 2018 part Title WP (1)
- Comment le chef de file gère - t - il l'équipe en cas d'épidémie? Contributions communautaires
- File class (add / delete)
- Reprint some Qt development experience written by great Xia 6.5
- Network security NAT network address translation
猜你喜欢

ByteDance data Lake integration practice based on Hudi
![[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)](/img/f1/b17631639cb4f0f58007b86476bcc2.gif)
[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)

深度学习笔记(持续更新中。。。)

全链路数字化转型下,零售企业如何打开第二增长曲线
![[data mining] task 4:20newsgroups clustering](/img/76/af1d1338c468ec4825fe12816b84ff.png)
[data mining] task 4:20newsgroups clustering

The technology boss is ready, and the topic of position C is up to you

查询商品案例-页面渲染数据

How do it students find short-term internships? Which is better, short-term internship or long-term internship?

Ni visa fails after LabVIEW installs the third-party visa software
![[error record] an error is reported in the fluent interface (no mediaquery widget ancestor found. | scaffold widgets require a mediaquery)](/img/fd/d862412db43a641537fd67f7910741.jpg)
[error record] an error is reported in the fluent interface (no mediaquery widget ancestor found. | scaffold widgets require a mediaquery)
随机推荐
[data mining] task 3: decision tree classification
What are the differences between software testers with a monthly salary of 7K and 25K? Leaders look up to you when they master it
[camera topic] complete analysis of camera dtsi
可视化yolov5格式数据集(labelme json文件)
Network security NAT network address translation
技术大佬准备就绪,话题C位由你决定
网络安全-动态路由协议RIP
How to refresh the opening amount of Oracle ERP
[shutter] top navigation bar implementation (scaffold | defaulttabcontroller | tabbar | tab | tabbarview)
Swift开发学习
苏世民:25条工作和生活原则
机器学习笔记(持续更新中。。。)
疫情當頭,作為Leader如何進行團隊的管理?| 社區征文
网络安全-漏洞与木马
Problems encountered in small program development of dark horse shopping mall
Take you ten days to easily complete the go micro service series (II)
Everything文件搜索工具
Why can't the start method be called repeatedly? But the run method can?
NCTF 2018 part Title WP (1)
One of the C language practical projects is greedy snake