...
Code Block | ||||
---|---|---|---|---|
| ||||
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
Check if env is right
Code Block language bash theme RDark su - test OMD[test]:~$ echo $LD_LIBRARY_PATH /omd/sites/test/local/lib:/omd/sites/test/lib
Check if the libary is available
restore the default variable
set the LD_LIBARY_PATH the right way
...