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
Related posts:
- Problems Installing OpenCV in Ubuntu Karmic (9.10)
- Howto fix: “error while loading shared libraries”
- HowTo: Install OpenCV in Ubuntu Karmic (9.10)



