Sadly
doesn't seem to work for me.
libvapoursynth-script.so.0 is located at '/usr/local/lib/libvapoursynth-script.so.0'
properly shows:
but after a reboot
return nothing
and to no surprise:
returns:
calling:
and vspipe works as it should.
-> need to figure out how to properly set the LD_LIBRARY_PATH.
funny thing is:
properly returns
Cu Selur
Ps.: same effect when I add the LD_LIBRARY_PATH to /etc/environment :/
nano /etc/profile.d/vapoursynth.sh
libvapoursynth-script.so.0 is located at '/usr/local/lib/libvapoursynth-script.so.0'
cat /etc/profile.d/vapoursynth.sh
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export PYTHONPATH=/usr/local/lib/python3.6/site-packages:$PYTHONPATH
echo $LD_LIBRARY_PATH
and to no surprise:
vspipe
vspipe: error while loading shared libraries: libvapoursynth-script.so.0: cannot open shared object file: No such file or directory
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
vspipe
-> need to figure out how to properly set the LD_LIBRARY_PATH.
funny thing is:
echo $PYTHONPATH
/usr/local/lib/python3.6/site-packages
Cu Selur
Ps.: same effect when I add the LD_LIBRARY_PATH to /etc/environment :/