ERROR: ld.so: object LD_PRELOAD cannot be preloaded: ignored

后端 未结 5 1938
南方客
南方客 2021-02-05 01:01

I am using ubuntu 12.04. Every time I start my bash terminal and every time when I finish typing a command(and press enter) , I get this message:

ERROR:

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-05 01:36

    You can check /etc/ld.so.preload file content

    I fix it by:

    echo "" > /etc/ld.so.preload

提交回复
热议问题