symbol lookup error: /usr/local/lib/libhighgui.so.4: undefined symbol: av_free_packet
To fix it simply make sure /usr/local/lib is in your library path by using the following command:
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
|
|||||
|
To fix it simply make sure /usr/local/lib is in your library path by using the following command:
While installing opencv on an older version of debian for work I kept getting an error while loading shared libraries which turned out to be a pretty easy fix, just finding the libraries and adding them to the dynamic linker. The libraries I was having trouble with below:
I used the ‘locate’ command to find where the libraries were eg: |
|||||
|
Copyright © 2012 Alex Sleat - All Rights Reserved |
|||||