2

I've seen several threads talking about the error of "/usr/lib/lib...so is not a symbolic link" that means that lib is not referred by the previous one, but this is different. it says THE WHOLE /usr/lib/ is not a symbolic link ... why does this happen? I've got Ubuntu-16.04 Thanks in advance

1 Answers1

2

1.use "ldconfig -v" to find that line(link name according to your own situation): ldconfig: /usr/lib/ is not a symbolic link

     -> libqmmpui.so.0.7.5

2.go to /usr/lib to remove that link file

*reference:https://bbs.archlinuxcn.org/viewtopic.php?id=2482

zhiqi xu
  • 21
  • 2