0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Tips】"/sbin/ldconfig.real: ~~is not a symbolic link"への対処

Posted at

背景

ubuntuのupdateをしていたらこんな表示が出てきた。

/sbin/ldconfig.real: /usr/local/cuda-11.2/targets/x86_64-linux/lib/libcudnn_ops_
train.so.8 is not a symbolic link

単純にシンボリックリンクが貼れていない何かが残っているのだろう、ということで削除することにした。

実施内容

このサイトを参考にした。

手順としては

  1. symbolic linkが貼れていないものの確認
  2. 一個ずつ削除

これだけ!

symbolic linkの確認

sudo ldconfig

本当は

2つのサイトを見る限り、共有ライブラリを表示するのが本来の機能

その中で共有ライブラリのsymbolic linkがちゃんと貼れているかをついでに確認できる、くらいのニュアンス

まだやったところだからエラーが出たら記事書き換えます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?