我添加了存储库"deb jessie“(我使用了)。我开始安装了:
sudo apt install libpng12-0
但错误出现了:
dpkg: error processing archive /var/cache/apt/archives/libpng12-0_1.2.50-2+deb8u3_i386.deb (--unpack):
Failed to install new version “/usr/lib/i386-linux-gnu/libpng12.so.0”: No such file or directory
Errors occurred while pro
我安装matplotlib是通过
pip install matplotlib
当我尝试用它保存png时,我得到
Application was compiled with png.h from libpng-1.6.21
libpng warning: Application is running with png.c from libpng-1.2.44
libpng error: Incompatible libpng version in application and library
ldconfig -p | grep libpng给了我
libpng12.so.0 (libc
试图安装和跑思科包7。
thufir@dur:~$
thufir@dur:~$ /opt/pt/bin/./PacketTracer7
/opt/pt/bin/./PacketTracer7: error while loading shared libraries: libQt5ScriptTools.so.5: cannot open shared object file: No such file or directory
thufir@dur:~$
thufir@dur:~$ LD_LIBRARY_PATH=/opt/pt/lib /opt/pt/bin/./PacketTrac
专有软件Stata version 14在LTS 16.04上运行良好,但我犯了一个错误:将Ubuntu升级到16.10,而没有考虑专有软件(Stata是我唯一的一个)可能会崩溃的可能性。我不能降级。斯塔塔说:
stata-se: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
Stata支持告诉我要安装libpng12。
因此,我的问题是,如何安全地安装并使Stata可以使用这个库?(显然,Stata即使在库中也不能很好
在试图构建基于OpenCV的应用程序时,我看到了两行警告,警告我libjpeg和libpng缺少库。下面是控制台输出的摘录,然后继续讨论许多类似的Qt相关问题。
/usr/bin/ld: warning: libjpeg.so.9, needed by /usr/local/lib/libopencv_imgcodecs.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libpng16.so.16, needed by /usr/local/lib/libopencv_imgcodecs.so, not
我正在尝试安装,它依赖于 >= 1.2.8。我已经通过./configure,make,sudo make install (没有问题)安装了libpng 1.5.7,因为软件中心的libpng版本太旧了。我现在正在尝试通过./configure,make,sudo make install来安装pngnq (同样,因为软件中心的版本太旧了),但我在make步骤中遇到了错误消息,我认为这与libpng链接有关。以下是错误消息的一个小示例:
undefined reference to `png_destroy_write_struct'
undefined reference t
我刚刚用Microsoft R Open 3.3.2安装了Linux Mint 18.1,并在上面下载了Rstudio 1.0.136。一切都很好,除了Rstudio似乎想要使用libpng版本,1)我没有,2)我不明显它需要。这是一个示例代码。它基本上会导致我尝试在Rstudio中获取图形时出现的错误。
library(ggplot2)
qplot(carat, price, data=diamonds)
libpng warning: Application was compiled with png.h from libpng-1.6.23
libpng warning: Applica
我没有机会在我的ubuntu 18.04上安装图形
安装图后,我有错误:
/snap/figma-linux/2/figma-linux: error while loading shared libraries:
libpng16.so.16: cannot open shared object file: No such file or directory
根据android上的,我应该安装这些依赖项,以使桌面头单元正常工作:
$ sudo apt-获取安装libsdl2 2-2.0-0 libsdl2-ttf-2.0-0 libportaudio2 libpng12 12-0
但是我没有用debian,我用mac,所以我试着用自制的。我能用什么命令一次安装所有这些?
例如,当我尝试使用国产软件进行安装时,会出现以下错误:
brew install libsdl2-2.0-0
Error: No available formula with the name "libsdl2-2.0-0"
==> Searching for
我的系统不想安装libpng12,但是很多应用程序都依赖于这个库。OS - Kali轧制
嘿伙计们。在过去的几天里,当我使用apt安装python3-opencv时,我一直试图解决这个问题。我所犯的错误:
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
libqtgui4 : Depends: libpng12-0 (>= 1.2.13-4) but it is not going to
我有一个应用程序,它依赖于过多的库(我们不都是这样)。这些库中的大多数是通过包管理器安装的。对于那些不是的,我重新编译了它们,但我仍然得到相同的libpng不兼容错误。
libpng warning: Application was compiled with png.h from libpng-1.2.44
libpng warning: Application is running with png.c from libpng-1.4.3
这是一个错误,因为结果缓冲区是空的。如何知道哪个库链接到新库,哪个库链接到旧库?
ldd <executable-name>
...
我正在我的linux 7机器上安装png和EBImage R软件包。我总是收到这样一条错误消息:
Error: package or namespace load failed for ‘png’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/rico/R/x86_64-redhat-linux-gnu-library/3.6/00LOCK-png/00new/png/libs/png.so':
libpng16.so.16: cannot open s
如何在linux中安装OpenCV 3.2?
首先,conda install -c menpo opencv3=3.2.0安装但给出了这个导入错误:
File "<stdin>", line 1, in <module> ImportError: libpng12.so.0: cannot open shared object file: No such file or directory
我无法修复。我尝试过使用sudo apt install libpng12-0,但我的远程服务器不使用sudoers文件。
我也尝试过其他的方法,如cond
最近我安装了WRFV 4,现在正在尝试ungrib.exe,但它显示:
./ungrib.exe: /usr/lib/x86_64-linux-gnu/libpng12.so.0: version `PNG12_0' not found (required by ./ungrib.exe)
对于ldd ungrib.exe,它显示:
./ungrib.exe: /usr/lib/x86_64-linux-gnu/libpng12.so.0: version `PNG12_0' not found (required by ./ungrib.exe)
linux-vdso
每当我尝试用以下命令安装libpng12-0时:
sudo apt-get install libpng12-0
我把这个还给你:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
gstreamer0.10-plugins-base libavformat53 libcdaudio1 lib
(在ubuntu下),我试着:
install.packages("png")
并得到:
** testing if installed package can be loaded
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/home/kaveh/R/x86_64-pc-linux-gnu-library/3.2/png/libs/png.so':
libpng16.so.16: cannot open shared object fi
最近,我从16.04升级到18.04,同时尝试启动qjack,我得到了这个错误
qjackctl: relocation error: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: symbol png_set_option version PNG16_0 not defined in file libpng16.so.16 with link time reference
因此,我尝试重新安装qjack,所有的qt5库和libpng16库都没有效果。因此,我更深入地研究了这个问题,并检查了这些符号。
readelf -Ws /usr/lib/x86_64
我安装了这个libpng包来安装wps office。
libpng12-0_1.2.50-2+deb8u3_amd64 64
从那时起,我就有升级的问题。命令'sudo apt‘给了我这个问题。
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unm
我得到了以下错误:
wkhtmltopdf_linux_x64: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
如何在工程院服务器上安装缺少的库?
在Ubuntu18.04上下载zlib-1.2.9之后,我在打开我的一个软件(Schrodinger套件)时遇到了这些问题。
ImportError: /opt/schrodinger2017-1/mmshare-v3.7/lib/Linux-x86_64/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/x86_64-linux-gnu/libpng16.so.16)
尽管我尝试通过以下步骤安装这个库:
下载它们(https://zlib.net/fossils/)并在提取的目录中打开一个终端并编写:./c