CS-FreeStyle / 10000-How-To-Do-in-CS

1 stars 0 forks source link

/opt/TurboVNC/bin/Xvnc: error while loading shared libraries: libavcodec.so.57: cannot open shared object file: No such file or directory #153

Open liuty10 opened 3 years ago

liuty10 commented 3 years ago

put environment variables in ~/.profile, then source ~/.profile;

To make sure the LD_LIBRARY_PATH environment variable takes effect: export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/FFMPEG/ffmpeg_build/lib"

~/.bashrc might not work.