ldconfig error: is not a symbolic link

后端 未结 5 769
梦如初夏
梦如初夏 2020-12-23 21:16

When running:

    sudo /sbin/ldconfig

the following error appears:

    /sbin/ldconfig: /usr/local/lib/ is not a symbolic li         


        
5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-23 22:03

    I simply ran the command below:

    export LD_LIBRARY_PATH=/usr/lib/
    

    Now it is working fine.

提交回复
热议问题