15.7---15.8安装secur CRT 以后打不开
Tofloor
poster avatar
dragonvshow
deepin
2018-11-26 04:26
Author
之前的老版本安装Security CRT 软件可以使用,但是升级到15.7和15.8之后均不能正常使用,点击图标会有圈圈转,然后圈圈消失就没反应了。
各位大佬知道啥情况么?
卸载重装,重启
重装系统,。重新安装软件,均已尝试,无果。。。现象一样。打不开。。。。

Reply Favorite View the author
All Replies
avatar
shalanzhong
deepin
2018-11-26 04:45
#1
绿色版挺好
Reply View the author
avatar
176******88
deepin
2018-11-30 00:16
#2
这个是缺少了依赖文件,你可以进入/use/bin/ 目录,执行  ./SecureCRT   就会显示缺少了什么  在把依赖库安装就好   具体哪个不记得了
Reply View the author
avatar
177******61
deepin
2018-11-30 07:00
#3
本帖最后由 mokyle 于 2018-11-29 23:02 编辑

试试 apt install libjpeg8
原因是:
k@kiigee-PC:~$ SecureCRT
SecureCRT: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

k@kiigee-PC:~$ sudo apt-cache search libjpeg
k@kiigee-PC:~$ sudo apt install libjpeg8
Reply View the author
avatar
dragonvshow
deepin
2019-01-13 19:38
#4
https://bbs.deepin.org/post/171504
试试 apt install libjpeg8
原因是:
k@kiigee-PC:~$ SecureCRT

root@DR:/home/nicholas# sudo apt-cache search libpng12
libpng12-0 - PNG library - runtime
libpng12-dev - PNG library - development
libpng3 - PNG library - runtime
root@DR:/home/nicholas# apt install libpng12-0
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
下列【新】软件包将被安装:
  libpng12-0
升级了 0 个软件包,新安装了 1 个软件包,要卸载 0 个软件包,有 97 个软件包未被升级。
需要下载 172 kB 的归档。
解压缩后会消耗 287 kB 的额外空间。
获取:1 http://packages.deepin.com/deepin panda/main amd64 libpng12-0 amd64 1.2.54-6 [172 kB]
已下载 172 kB,耗时 0秒 (613 kB/s)
正在选中未选择的软件包 libpng12-0:amd64。
(正在读取数据库 ... 系统当前共安装有 186766 个文件和目录。)
正准备解包 .../libpng12-0_1.2.54-6_amd64.deb  ...
正在解包 libpng12-0:amd64 (1.2.54-6) ...
正在设置 libpng12-0:amd64 (1.2.54-6) ...
正在处理用于 libc-bin (2.27-3) 的触发器 ...

多谢大神~~~已经好了
Reply View the author
avatar
dragonvshow
deepin
2019-01-13 19:38
#5
https://bbs.deepin.org/post/171504
root@DR:/home/nicholas# sudo apt-cache search libpng12
libpng12-0 - PNG library - runtime
libpng12 ...

root@DR:/home/nicholas# SecureCRT
SecureCRT: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
Reply View the author