Hello,
I'm trying to run the example OpenCV application in the SDK on zedboard. But when I'm trying to run it , there is an error.
error: while loading shared libraries: libavformat.so.54: cannot open shared object file: No such file or directory
By following the below link
I use the setenv LD_LIBRARY_PATH = /usr/lib/opencv and try to run, error is
setenv: not found
Then I've copied the opencv libraries from the sdk's opencv to SD card from SSH terminal, mounted the sd card on to /mnt folder and given the below command in the Run configuration dialog box
export LD_LIBRARY_PATH = /mnt/opencv then it says
export: : bad variable name
Does any one have an idea how to solve this ?
Regards
