[Exchange and share] 如何在Deepin V23安装SecureCRT 9.3.2
Tofloor
poster avatar
wedo
deepin
2023-06-02 19:16
Author

已购买了SecureCRT,装的是SecureCRT当前最新版:9.3.2,但是却运行不起来

难道只能编译libstdc++吗?

报错如下

$ SecureFX
SecureFX: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by SecureFX) SecureFX: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by /usr/bin/../lib/scrt-sfx/libClientConfigUiQt.so)

$ SecureCRT
SecureCRT: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by SecureCRT) SecureCRT: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by /usr/bin/../lib/scrt-sfx/libClientConfigUiQt.so)

系统信息

$ hostnamectl
Static hostname: wedo-PC
Icon name: computer-laptop
Chassis: laptop 💻
Machine ID: 691a0de559c149a5b75a843810b236e8
Boot ID: 00a9bf50f0e144fdaeb2906aab982ca9
Operating System: Deepin 23
Kernel: Linux 6.1.11-amd64-desktop-hwe
Architecture: x86-64
Hardware Vendor: Lenovo
Hardware Model: ThinkPad T14 Gen 1

Reply Favorite View the author
All Replies
deepin尐助手
deepin
2023-06-02 21:02
#1
Reply View the author
翻过山峰看见云
deepin
2023-06-02 22:27
#2

看看这个帖子,看起来刚好能解决你的问题,https://bbs.deepin.org/post/256555

Reply View the author
错失一亿
deepin
2023-06-03 08:00
#3

昨日V23Beta 已成功安装并运行SecureCRT9.0-ubuntu1804-amd64.deb

Reply View the author
青稚
deepin
2023-06-03 18:03
#4

你好,这是研发人员的回复:

商业软件的支持不是应该联系商业软件的开发商(指 SecureCRT 的开发商)吗?

不过运行的话,可以考虑从 distrobox 环境里运行。比如原本支持的环境是 ubuntu,那就新建一个 ubuntu 的 box 然后在里面跑 SecureCRT。

Reply View the author
庚子年
deepin
2023-06-08 21:01
#5
It has been deleted!
wedo
deepin
2023-09-18 00:11
#6

之前试过这种方式,可以安装,但是文件上传下载不方便,它会去沙箱内部找

Reply View the author
wedo
deepin
2023-09-18 00:12
#7
青稚

你好,这是研发人员的回复:

商业软件的支持不是应该联系商业软件的开发商(指 SecureCRT 的开发商)吗?

不过运行的话,可以考虑从 distrobox 环境里运行。比如原本支持的环境是 ubuntu,那就新建一个 ubuntu 的 box 然后在里面跑 SecureCRT。

SecureCRT没有提供Deepin版的,

沙箱的方式也试过上传下载不方便,都是从沙箱内部路径找文件

Reply View the author
wedo
deepin
2023-09-18 00:14
#8
翻过山峰看见云

看看这个帖子,看起来刚好能解决你的问题,https://bbs.deepin.org/post/256555

你是说把SecureCRT打成appImage包?

Reply View the author
翻过山峰看见云
deepin
2023-09-18 17:21
#9
wedo

你是说把SecureCRT打成appImage包?

当然不是了,https://bbs.deepin.org/post/256081这个你也看下,就是从ubuntu仓库把缺失的动态库下载下来,提取出来里面的动态库也就是.so文件统一放到一个文件夹里,然后在desktop文件里用LD_LIBRARY_PATH指向这个文件夹就行,比如我的beyond compare就是这么解决的
图片.png

图片.png

Reply View the author