错误:ld.so:无法预加载来自LD_PRELOAD的对象'libgtk3-nocsd.so.0' [英] ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded

查看:1417
本文介绍了错误:ld.so:无法预加载来自LD_PRELOAD的对象'libgtk3-nocsd.so.0'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Ubuntu 18.04上使用Hugo和AWS CLI时遇到此问题.

Running into this issue when working with Hugo and the AWS CLI on Ubuntu 18.04.

ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (failed to map segment from shared object): ignored.

这是Ubuntu 18.04,Hugo和AWS CLI的全新安装.

This is a fresh install of Ubuntu 18.04, Hugo, and AWS CLI.

推荐答案

在此处进行一些网络搜索后找到了答案: https://github.com/PX4/Firmware/issues/9409

Found the answer after a bit of web searching here: https://github.com/PX4/Firmware/issues/9409

如果使用下面的行更新.bashrc,它应该可以解决此问题:

If you update your .bashrc with the below line it should fix the issue:

export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgtk3-nocsd.so.0

此外,您可能需要安装以下软件包:

In addition, you may need to install the following package:

sudo apt install gtk3-nocsd

另一个用户报告安装了以下软件包,从而解决了他们的问题:

Another user reported installing the following package fixed their issue:

sudo apt-get install libgtk3-nocsd0:i386

这篇关于错误:ld.so:无法预加载来自LD_PRELOAD的对象'libgtk3-nocsd.so.0'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆