ldd can't find library in LD_LIBRARY_PATH

前端 未结 2 1307
难免孤独
难免孤独 2021-02-07 07:19

I\'m trying to get a system up and running, and am having problems with the OpenMotif shared libraries. I have their directory in LD_LIBRARY_PATH, but it still can\'t find them

2条回答
  •  旧巷少年郎
    2021-02-07 08:14

    Did you export LD_LIBRARY_PATH? the export keyword tells Bash to send any variables to subprocesses - otherwise ldd will never see LD_LIBRARY_PATH.

提交回复
热议问题