Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
LD_LIBRARY_PATH=$OMD_ROOT/local/lib:$OMD_ROOT/lib

But for some reasons the .profile file of the site user seems to be broken and after the restart of the site you will face the following issue:

...

Solution

  1. Check if env is right

    Code Block
    languagebash
    themeRDark
    su - test  
    OMD[test]:~$ echo $LD_LIBRARY_PATH
    /omd/sites/test/local/lib:/omd/sites/test/lib



  2. Check if the libary is available

  3. restore the default variable

  4. set the LD_LIBARY_PATH the right way

...