这意味着什么?

发布于 2024-10-30 01:14:24 字数 796 浏览 0 评论 0原文

/sbin/ldconfig: libraries libpng12.so.0.1.2.35 and libpng12.so.0.10.0 in directory /usr/lib have same soname but different type.
/sbin/ldconfig: libraries libevent_core-1.4.so.2 and libevent_core-1.4.so.2.1.2 in directory /usr/lib have same soname but different type.

是不是意味着有什么不对的地方?

更新

ll /usr/lib/libpng12* 的输出:

-rw-r--r-- 1 root root 351352 12-17 13:22 /usr/lib/libpng12.a
lrwxrwxrwx 1 root root     13 12-17 13:22 /usr/lib/libpng12.so -> libpng12.so.0
lrwxrwxrwx 1 root root     18 12-17 13:23 /usr/lib/libpng12.so.0 -> libpng12.so.0.10.0
-rwxr-xr-x 1 root root 153956 2009-03-25 /usr/lib/libpng12.so.0.10.0
-rwxr-xr-x 1 root root 266077 12-17 13:22 /usr/lib/libpng12.so.0.1.2.35
/sbin/ldconfig: libraries libpng12.so.0.1.2.35 and libpng12.so.0.10.0 in directory /usr/lib have same soname but different type.
/sbin/ldconfig: libraries libevent_core-1.4.so.2 and libevent_core-1.4.so.2.1.2 in directory /usr/lib have same soname but different type.

Does it mean anything wrong?

UPDATE

output of ll /usr/lib/libpng12*:

-rw-r--r-- 1 root root 351352 12-17 13:22 /usr/lib/libpng12.a
lrwxrwxrwx 1 root root     13 12-17 13:22 /usr/lib/libpng12.so -> libpng12.so.0
lrwxrwxrwx 1 root root     18 12-17 13:23 /usr/lib/libpng12.so.0 -> libpng12.so.0.10.0
-rwxr-xr-x 1 root root 153956 2009-03-25 /usr/lib/libpng12.so.0.10.0
-rwxr-xr-x 1 root root 266077 12-17 13:22 /usr/lib/libpng12.so.0.1.2.35

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笔落惊风雨 2024-11-06 01:14:24

我认为这意味着您有两个符号链接指向同一个库,但它们的版本号显示不同。尝试运行...

ls -alh /usr/lib

以确认我所说的。至于它们是否“错误”,我不知道,但我预计某些应用程序在链接过程中未获得所需版本时会犹豫不决。

I think that means you have two symlinks pointing to the same library but their version numbers appear differently. Try running...

ls -alh /usr/lib

To confirm what I am saying. As far as them being "wrong" I don't know but I would expect some apps to balk when they don't get the version they asked for during linking.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文