20250213编译飞凌的OK3588-C_Linux5.10.209+Qt5.15.10_用户资料_R1

news2025/2/20 23:28:06

20250213编译飞凌的OK3588-C_Linux5.10.209+Qt5.15.10_用户资料_R1
2025/2/13 11:43


缘起:飞凌发布了高版本内核的适配OK3588-C的Buildroot的SDK:OK3588-C_Linux5.10.209+Qt5.15.10_用户资料_R1。
但是编译异常了。
于是按照百度升级libc6,可以编译并刷机OK3588-C了。
但是升级libc6之后,对于编译RK3566的Android13/RK3588的Andorid12/CM6125Q的影响未知/等待确认。


OK3588-C_Linux5.10.209+Qt5.15.10_用户资料_R1
我看你们家的 飞凌 OK3588-C的 linux R1版本。
1、内核编译不过。glic的问题 内核编译不过?如何解决。
2、摄像头 由 ov13850修改为 默认 OV13855了。请问 商城 啥时候商家 OV13855的产品?想体验4K的效果。或者 借一个给我们试用一下


https://detail.tmall.com/item.htm?abbucket=10&id=732230047245&pisk=gYZn2bNo9yuITqPv95oCldV7EkbtdpiSE7K-w0hP7fl_yX38wg4udfK-JwNREPVz12hFOwMyqSPsepeE8CJZnY8yY3urQPVQ32FuF9Mra7PowyQODJwIV05xqiIYdYXR6uFnU08NUxHeLO3EdSMtw05AMgY9Q21K4W3NP4Gw7xGZLYly8O0ZhxmyLYPr_VkqUHor47WGbxDoaBurLhWi3YMrUXozQAkqe38Ua0WgQfMrMVf-OVuYb1A4_8hKNfEiK2c4IZtyqm-x8jrS_354jvfjgJlM43lIcvTbIJCHcRnQ4SDY9G-3i8ybzVqk_sc7jRrUzROhQm2gWr33S6-o6kHou0uMU3yijfN0AmS2sAaapzrQtLxrdkExrjgGU3g-bo34uWv5hRoEU7gb2stIT8ybcrncxIM37-mG4hLwui6wVAW8bUTS8AMiMBMyf9mXlgDdIOYVI2ksLJBGIUTS8AMiMOXMuguECvyd.&rn=2ef59a45c6b2a61813ed9dafedafa6e5&skuId=5669269190695&spm=a1z10.5-b-s.w4011-25250805311.41.362df1d0Styz4W
13855的购买链接哦  文工  
这个没有试用哦,是需要实际购买的嘞 
内核编译不过 我问下技术 
得换ubuntu22的系统编内核


百度:libc.so.6: version `GLIBC_2.33' not found (required by /home/rootroot/versio
version `GLIBC_2.33' not found (required by /home/rootroot/version/R1_OK3588

https://zhuanlan.zhihu.com/p/14133708983
报错/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found

strings /lib64/libc.so.6 | grep GLIBC


首先检查当前系统中已有的版本:
strings /lib/x86_64-linux-gnu/libc.so.6 |grep GLIBC_ or strings /usr/lib64/libc.so.6 |grep GLIBC_
出现一下输出:
发现没有所需要的版本,则添加高级版本的系统源,升级libc6

sudo vi /etc/apt/sources.list
deb http://th.archive.ubuntu.com/ubuntu jammy main    #添加该行到文件

运行升级
sudo apt update
sudo apt install libc6

再次查看结果
strings /lib/x86_64-linux-gnu/libc.so.6 |grep GLIBC_ or strings /usr/lib64/libc.so.6 |grep GLIBC_


https://blog.csdn.net/zihan_li/article/details/138279025
version `GLIBC_2.34‘ not found

python引用C++动态链接库的时候出现
version `GLIBC_2.34‘ not found

原因是连接库使用的是高版本的g++编译的,自己的环境是g++9,无法找到这个依赖库。
解决方法
sudo vi /etc/apt/sources.list

添加高版本源
deb http://th.archive.ubuntu.com/ubuntu jammy main    #添加该行到文件

运行
sudo apt update
sudo apt install libc6


https://blog.csdn.net/yuzhou_ln/article/details/141529380
Linux系统报错“version ‘GLIBC_2.34‘ not found”解决方法

一、查看版本
ldd --version

二、添加高版本源
sudo vi /etc/apt/sources.list.d/my.list

进入编辑页面
"i"键进入插入模式 
输入源
deb http://th.archive.ubuntu.com/ubuntu jammy main
"ctrl + c"退出插入模式
":wq" + 回车,保存退出

三、更新并升级


root@ok3588:/# 
root@ok3588:/# uname -a
Linux ok3588 5.10.66 #1 SMP Wed Feb 12 14:00:47 CST 2025 aarch64 GNU/Linux
root@ok3588:/# 

root@ok3588:/# 
root@ok3588:/# uname -a
Linux ok3588 5.10.66 #1 SMP Wed Feb 12 18:24:31 CST 2025 aarch64 GNU/Linux
root@ok3588:/#


root@ok3588-buildroot:/# 
root@ok3588-buildroot:/# uname -a
Linux ok3588-buildroot 5.10.209 #1 SMP Thu Feb 13 10:19:48 CST 2025 aarch64 GNU/Linux
root@ok3588-buildroot:/# 

rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ sudo ./build.sh 
[sudo] password for rootroot: 
Log colors: message notice warning error fatal

Running within sudo(root) environment!

Log saved at /home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/output/sessions/2025-02-13_09-15-02
WARN: /home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/device/forlinx/common/configs is updated
Running within sudo(root) environment!

/home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/output/kconf/conf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/output/kconf/conf)
/home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/output/kconf/conf: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/output/kconf/conf)
make: *** [Makefile:144: OK3588_C_buildroot_defconfig] Error 1
ERROR: Running /home/rootroot/version/R1_OK3588-linux-source_Linux5.10.209/device/forlinx/common/build-hooks/00-config.sh - prepare_config failed!
ERROR: exit code 2 from line 132:
    make $DEFCONFIG
ERROR: call stack:
    00-config.sh: prepare_config(132)
    00-config.sh: init_hook(185)
    build-helper: try_func(47)
    build-helper: try_hook(96)
    build-helper: source(164)
    00-config.sh: main(190)
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ ldd -version
ldd: unrecognized option `-version'
Try `ldd --help' for more information.
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.16) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 


rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ whereis libc.so
libc: /usr/lib/x86_64-linux-gnu/libc.a /usr/lib/x86_64-linux-gnu/libc.so /usr/share/man/man7/libc.7.gz
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ whereis libc.so.6
libc.so: /usr/lib/x86_64-linux-gnu/libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ 
rootroot@rootroot-X99-Turbo:~/version/R1_OK3588-linux-source_Linux5.10.209$ cd /usr/lib/x86_64-linux-gnu/
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ 
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ ll

rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ 
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ strings /lib64/libc.so.6 | grep GLIBC
strings: '/lib64/libc.so.6': No such file
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ 
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ strings libc.so.6 | grep GLIBC
GLIBC_2.2.5
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBC_2.13
GLIBC_2.14
GLIBC_2.15
GLIBC_2.16
GLIBC_2.17
GLIBC_2.18
GLIBC_2.22
GLIBC_2.23
GLIBC_2.24
GLIBC_2.25
GLIBC_2.26
GLIBC_2.27
GLIBC_2.28
GLIBC_2.29
GLIBC_2.30
GLIBC_PRIVATE
GNU C Library (Ubuntu GLIBC 2.31-0ubuntu9.16) stable release version 2.31.
rootroot@rootroot-X99-Turbo:/usr/lib/x86_64-linux-gnu$ 


lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqu Configuring libc6 tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk   
  x                                                                                                                                                                                                                              x   
  x There are services installed on your system which need to be restarted when certain libraries, such as libpam, libc, and libssl, are upgraded. Since these restarts may cause interruptions of service for the system, you   x   
  x will normally be prompted on each upgrade for the list of services you wish to restart.  You can choose this option to avoid being prompted; instead, all necessary restarts will be done for you automatically so you can   x   
  x avoid being asked questions on each library upgrade.                                                                                                                                                                         x   
  x                                                                                                                                                                                                                              x   
  x Restart services during package upgrades without asking?                                                                                                                                                                     x   
  x                                                                                                                                                                                                                              x   
  x                                                                     <Yes>                                                                        <No>                                                                        x   
  x                                                                                                                                                                                                                              x   
  mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj 

lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqu Configuring libc6 tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk   
   x Running services and programs that are using NSS need to be restarted, otherwise they might not be able to do lookup or authentication any more (for services such as ssh, this can affect your ability to login). Please   x   
   x review the following space-separated list of init.d scripts for services to be restarted now, and correct it if needed.                                                                                                     x   
   x                                                                                                                                                                                                                             x   
   x Note: restarting sshd/telnetd should not affect any existing connections.                                                                                                                                                   x   
   x                                                                                                                                                                                                                             x   
   x Services to restart for GNU libc library upgrade:                                                                                                                                                                           x   
   x                                                                                                                                                                                                                             x   
   x smbd gdm3 cups cron________________________________________________________________________________________________________________________________________________________________________________________________________ x   
   x                                                                                                                                                                                                                             x   
   x                                                                                                           <Ok>                                                                                                              x   
   x                                                                                                                                                                                                                             x   
   mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj   


                                                                                                                                                                                                                                 
 

rootroot@rootroot-X99-Turbo:/etc/apt$ 
rootroot@rootroot-X99-Turbo:/etc/apt$ sudo apt install libc6
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  libjs-underscore
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
  fakeroot libc-bin libc-dev-bin libc6-dbg libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libfakeroot libnsl-dev libnsl2 libnss-nis libnss-nisplus libtirpc-common libtirpc-dev libtirpc3 locales rpcsvc-proto
Suggested packages:
  glibc-doc
Recommended packages:
  libc-devtools
The following packages will be REMOVED:
  nsight-systems
The following NEW packages will be installed:
  libnsl-dev libnsl2 libnss-nis libnss-nisplus libtirpc-common libtirpc-dev libtirpc3 rpcsvc-proto
The following packages will be upgraded:
  fakeroot libc-bin libc-dev-bin libc6 libc6-dbg libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libfakeroot locales
12 upgraded, 8 newly installed, 1 to remove and 1589 not upgraded.
Need to get 33.7 MB of archives.
After this operation, 351 MB disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]
Get:2 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]
Get:3 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-dbg amd64 2.35-0ubuntu3 [13.9 MB]
Get:4 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-i386 amd64 2.35-0ubuntu3 [2,838 kB]                                                                                                                                
Get:5 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc-dev-bin amd64 2.35-0ubuntu3 [20.3 kB]                                                                                                                               
Get:6 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-dev amd64 2.35-0ubuntu3 [2,099 kB]                                                                                                                                 
Get:7 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]                                                                                                                              
Get:8 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libtirpc-common all 1.3.2-2build1 [7,616 B]                                                                                                                              
Get:9 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libtirpc3 amd64 1.3.2-2build1 [81.1 kB]                                                                                                                                  
Get:10 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libtirpc-dev amd64 1.3.2-2build1 [192 kB]                                                                                                                               
Get:11 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB]                                                                                                                                   
Get:12 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]                                                                                                                                
Get:13 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-dev-i386 amd64 2.35-0ubuntu3 [1,444 kB]                                                                                                                           
Get:14 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-dev-x32 amd64 2.35-0ubuntu3 [1,632 kB]                                                                                                                            
Get:15 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6-x32 amd64 2.35-0ubuntu3 [2,978 kB]                                                                                                                                
Get:16 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 locales all 2.35-0ubuntu3 [4,249 kB]                                                                                                                                    
Get:17 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc6 amd64 2.35-0ubuntu3 [3,235 kB]                                                                                                                                    
Get:18 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libc-bin amd64 2.35-0ubuntu3 [706 kB]                                                                                                                                   
Get:19 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libnss-nis amd64 3.1-0ubuntu6 [27.3 kB]                                                                                                                                 
Get:20 http://th.archive.ubuntu.com/ubuntu jammy/main amd64 libnss-nisplus amd64 1.3-0ubuntu6 [22.9 kB]                                                                                                                             
Fetched 33.7 MB in 43s (777 kB/s)                                                                                                                                                                                                   
Preconfiguring packages ...

(Reading database ... 214510 files and directories currently installed.)
Preparing to unpack .../00-libfakeroot_1.28-1ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.28-1ubuntu1) over (1.24-1) ...
Preparing to unpack .../01-fakeroot_1.28-1ubuntu1_amd64.deb ...
Unpacking fakeroot (1.28-1ubuntu1) over (1.24-1) ...
Preparing to unpack .../02-libc6-dbg_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-dbg:amd64 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../03-libc6-i386_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-i386 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../04-libc-dev-bin_2.35-0ubuntu3_amd64.deb ...
Unpacking libc-dev-bin (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../05-libc6-dev_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-dev:amd64 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../06-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../07-libtirpc-common_1.3.2-2build1_all.deb ...
Unpacking libtirpc-common (1.3.2-2build1) ...
Selecting previously unselected package libtirpc3:amd64.
Preparing to unpack .../08-libtirpc3_1.3.2-2build1_amd64.deb ...
Unpacking libtirpc3:amd64 (1.3.2-2build1) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../09-libtirpc-dev_1.3.2-2build1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.2-2build1) ...
Selecting previously unselected package libnsl2:amd64.
Preparing to unpack .../10-libnsl2_1.3.0-2build2_amd64.deb ...
Unpacking libnsl2:amd64 (1.3.0-2build2) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../11-libnsl-dev_1.3.0-2build2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
Preparing to unpack .../12-libc6-dev-i386_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-dev-i386 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../13-libc6-dev-x32_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-dev-x32 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../14-libc6-x32_2.35-0ubuntu3_amd64.deb ...
Unpacking libc6-x32 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../15-locales_2.35-0ubuntu3_all.deb ...
Unpacking locales (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Preparing to unpack .../16-libc6_2.35-0ubuntu3_amd64.deb ...
Checking for services that may need to be restarted...
Checking init scripts...
Checking for services that may need to be restarted...
Checking init scripts...
Stopping some services possibly affected by the upgrade (will be restarted later):
  cron: stopping...done.

Unpacking libc6:amd64 (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Setting up libc6:amd64 (2.35-0ubuntu3) ...
Checking for services that may need to be restarted...
Checking init scripts...
Restarting services possibly affected by the upgrade:
  cron: restarting...done.
  smbd: restarting...done.
  gdm3: restarting...done.
  cups: restarting...done.

Services restarted successfully.
(Reading database ... 214531 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.35-0ubuntu3_amd64.deb ...
Unpacking libc-bin (2.35-0ubuntu3) over (2.31-0ubuntu9.16) ...
Setting up libc-bin (2.35-0ubuntu3) ...
(Reading database ... 214529 files and directories currently installed.)
Removing nsight-systems (10.1.243-3) ...
Selecting previously unselected package libnss-nis:amd64.
(Reading database ... 214241 files and directories currently installed.)
Preparing to unpack .../libnss-nis_3.1-0ubuntu6_amd64.deb ...
Unpacking libnss-nis:amd64 (3.1-0ubuntu6) ...
Selecting previously unselected package libnss-nisplus:amd64.
Preparing to unpack .../libnss-nisplus_1.3-0ubuntu6_amd64.deb ...
Unpacking libnss-nisplus:amd64 (1.3-0ubuntu6) ...
Setting up libtirpc-common (1.3.2-2build1) ...
Setting up locales (2.35-0ubuntu3) ...
Installing new version of config file /etc/locale.alias ...
Generating locales (this might take a while)...
  en_AG.UTF-8... done
  en_AU.UTF-8... done
  en_BW.UTF-8... done
  en_CA.UTF-8... done
  en_DK.UTF-8... done
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_IE.UTF-8... done
  en_IL.UTF-8... done
  en_IN.UTF-8... done
  en_NG.UTF-8... done
  en_NZ.UTF-8... done
  en_PH.UTF-8... done
  en_SG.UTF-8... done
  en_US.UTF-8... done
  en_ZA.UTF-8... done
  en_ZM.UTF-8... done
  en_ZW.UTF-8... done
  zh_CN.UTF-8... done
Generation complete.
Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
Setting up libc6-dbg:amd64 (2.35-0ubuntu3) ...
Setting up libc6-x32 (2.35-0ubuntu3) ...
Setting up fakeroot (1.28-1ubuntu1) ...
Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
Setting up libc6-i386 (2.35-0ubuntu3) ...
Setting up libc-dev-bin (2.35-0ubuntu3) ...
Setting up libtirpc3:amd64 (1.3.2-2build1) ...
Setting up libtirpc-dev:amd64 (1.3.2-2build1) ...
Setting up libnsl2:amd64 (1.3.0-2build2) ...
Setting up libnss-nisplus:amd64 (1.3-0ubuntu6) ...
Setting up libnss-nis:amd64 (3.1-0ubuntu6) ...
Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
Setting up libc6-dev:amd64 (2.35-0ubuntu3) ...
Setting up libc6-dev-i386 (2.35-0ubuntu3) ...
Setting up libc6-dev-x32 (2.35-0ubuntu3) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3) ...

rootroot@rootroot-X99-Turbo:/etc/apt$ 
rootroot@rootroot-X99-Turbo:/etc/apt$ 
rootroot@rootroot-X99-Turbo:/etc/apt$ ldd --version
ldd (Ubuntu GLIBC 2.35-0ubuntu3) 2.35
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
rootroot@rootroot-X99-Turbo:/etc/apt$ 
rootroot@rootroot-X99-Turbo:/etc/apt$ 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/2298623.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

中望CAD c#二次开发 ——VS环境配置

新建类库项目&#xff1a;下一步 下一步 下一步&#xff1a; 或直接&#xff1a; 改为&#xff1a; <Project Sdk"Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>NET48</TargetFramework> <LangVersion>pr…

Rander压力测试监测,更改服务端资源node

测试策略 压力测试&#xff0c; 目前是本地VM的资源不够&#xff0c;导致压力瓶颈&#xff0c;目前本地的VM&#xff0c;CPU是6个&#xff0c;可以增加到8个&#xff0c;服务端目前资源利用率没有达到最高点 we are now using 3 nodes with 3 pods, therefore, we need the …

Go语言实现十大排序算法超细节图片讲解

基础排序 冒泡排序 将序列中的元素进行两两比较&#xff0c;将大的元素移动到序列的末尾。 平均时间复杂度是O(n^2)&#xff0c;最坏时间复杂度是O(n^2)&#xff0c;最好时间复杂度是O(n)&#xff0c;排序结果具有稳定性&#xff0c;空间复杂度是O(1)。 这里所说的稳定性是针对…

【鸿蒙Next】写入沙箱的日志文件如何查看

demo案例&#xff1a;https://gitee.com/pengyoucongcode/TxtEdit 文章参考&#xff1a;https://blog.csdn.net/qq_42896653/article/details/144782468

网页五子棋——通用模块

目录 项目创建 通用功能模块 错误码 自定义异常类 CommonResult jackson 加密工具 项目创建 使用 idea 创建 SpringBoot 项目&#xff0c;并引入相关依赖&#xff1a; 配置 MyBatis&#xff1a; 编辑 application.yml&#xff1a; spring:datasource: # 数据库连接配…

第6章 6.2使用ASP.NET Core 开发WebAPI ASP.NET Core Web API

6.2.1 Web API项目的搭建 进入VS&#xff0c;【创建新项目】&#xff0c;选择【ASP.NET Core Web API】模板&#xff0c;【下一步】&#xff0c;编辑项目名称及项目位置&#xff0c;【下一步】&#xff0c;选择框架&#xff0c;其他选项默认即可&#xff0c;【创建】。 进入项…

[MFC] 使用控件

介绍如何使用控件&#xff0c;以及如何获取控件中的数值 check Box 添加点击事件&#xff0c;即选中和取消选中触发的事件 第一种方式是按照如下方式第二种方式是直接双击点击进去 void CMFCApplication1Dlg::OnBnClickedCheckSun() {// TODO: 在此添加控件通知处理程序代…

景联文科技:以精准标注赋能AI未来,打造高质量数据基石

在人工智能蓬勃发展的时代&#xff0c;数据已成为驱动技术革新的核心燃料&#xff0c;而高质量的数据标注则是让AI模型从“感知”走向“认知”的关键桥梁。作为深耕数据服务领域的创新者&#xff0c;景联文科技始终以“精准、高效、安全”为核心理念&#xff0c;为全球AI企业提…

2月14(信息差)

&#x1f30d;杭州&#xff1a;全球数贸港核心区建设方案拟出台 争取国家支持杭州在网络游戏管理给予更多权限 &#x1f384;Kimi深夜炸场&#xff1a;满血版多模态o1级推理模型&#xff01;OpenAI外全球首次&#xff01;Jim Fan&#xff1a;同天两款国产o1绝对不是巧合&#x…

web集群(LVS-DR)

LVS是Linux Virtual Server的简称&#xff0c;也就是Linux虚拟服务器, 是一个由章文嵩博士发起的自由软件项 目&#xff0c;它的官方站点是 www.linuxvirtualserver.org。现在LVS已经是 Linux标准内核的一部分&#xff0c;在 Linux2.4内核以前&#xff0c;使用LVS时必须要重新编…

多媒体软件安全与授权新范例,用 CodeMeter 实现安全、高效的软件许可管理

背景概述 Reason Studios 成立于 1994 年&#xff0c;总部位于瑞典斯德哥尔摩&#xff0c;是全球领先的音乐制作软件开发商。凭借创新的软件产品和行业标准技术&#xff0c;如 ReWire 和 REX 文件格式&#xff0c;Reason Studios 为全球专业音乐人和业余爱好者提供了一系列高质…

DeePseek结合PS!批量处理图片的方法教程

​ ​ 今天我们来聊聊如何利用deepseek和Photoshop&#xff08;PS&#xff09;实现图片的批量处理。 传统上&#xff0c;批量修改图片尺寸、分辨率等任务往往需要编写脚本或手动处理&#xff0c;而现在有了AI的辅助&#xff0c;我们可以轻松生成PS脚本&#xff0c;实现自动化处…

2.14寒假作业

web&#xff1a;[SWPUCTF 2021 新生赛]PseudoProtocols 打开环境给了提示要我们找 hint.php url是给了后缀的&#xff0c;不单纯是地址&#xff0c;直接用为协议看一下目标文件&#xff0c;得到base64加密的文字 解密&#xff0c;提示我们访问一个文件 跟着思路走访问文件之后…

【鱼眼镜头12】Scaramuzza的鱼眼相机模型实操,不依赖于具体的相机几何结构,直接从图像数据出发,因此更具灵活性。

文章目录 Scaramuzza相机模型标定效果2、原理和代码代码1、 2D映射到3D&#xff0c;函数输入为2D点坐标OCAM参数代码功能详解2、3D --> 2D 3、总结Scaramuzza 模型的核心思想Scaramuzza 模型的核心思想与 Kannala-Brandt 模型的对比Scaramuzza 模型的独特之处Scaramuzza 的意…

(Windows | Linux)ssh访问服务器报错:no matching key exchange method found

问题现象 ssh user1192.168.1X.XX Unable to negotiate with 192.168.1X.XX port 22: no matching key exchange method found. Their offer: gss-group1-sha1-toWM5Slw5Ew8Mqkayal2g,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-…

达梦分布式集群DPC_架构详解_yxy

达梦分布式集群DPC_架构详解 1 DPC核心架构介绍1.1 架构图1.2 DPC核心架构组件 2 多副本2.1 多副本架构图2.2 多副本示例2.3 RAFT组概念2.4 表空间与RAFT组的关系 1 DPC核心架构介绍 1.1 架构图 1.2 DPC核心架构组件 DMDPC 架构由三部分组成 SP&#xff08;SQL Processor&…

51单片机独立按键的扩展应用

提示&#xff1a; 按键S7和S6为选择键&#xff0c;确定控制键控制那组LED指示灯。按键S5和S4为控制键&#xff0c;按键该键点亮指定的LED指示灯&#xff0c;松开后熄灭。按下S7点亮L1指示灯&#xff0c;L1点亮后&#xff0c;S6不响应操作&#xff0c;S5控制L3&#xff0c;S4控…

Golang GORM系列:GORM事务及错误处理

在数据库管理领域&#xff0c;确保数据完整性至关重要。GORM是健壮的Go对象关系映射库&#xff0c;它为开发人员提供了维护数据一致性和优雅地处理错误的基本工具。本文是掌握GORM事务和错误处理的全面指南。我们将深入研究如何使用事务来保证原子性&#xff0c;并探索有效处理…

如何实现对 ELK 各组件的监控?试试 Metricbea

上一章基于 Filebeat 的日志收集使用Filebeat收集文件中的日志&#xff0c;而Metricbeat则是收集服务器存活性监测和系统指标的指标。 1. Filebeat和Metricbeat的区别 特性FilebeatHeartbeat作用收集和转发日志监测服务可用性数据来源服务器上的日志文件远程主机、API、服务主…

【微服务学习二】nacos服务发现与负载均衡

nacos服务发现 想要开启服务发现&#xff0c;需要在main函数上添加 EnableDiscoveryClient 注解 然后我们编写一个controller类来查询nacos中注册的所有微服务以及对应的ip端口号 Controller public class DiscoveryController {AutowiredDiscoveryClient discoveryClient;//…