-
Search
-
Twitter
- As long as you realise you're a bell. The end. 57 mins ago
- @Kitcat490 although I agree those ones suck bum hole. 1 hour ago
-
Last.fm
-
All Of This Has To End
We Are The Ocean
just listened -
Hello Seattle
Owl City
3 minutes ago -
Greener With The Scenery
The Used
7 minutes ago
-
All Of This Has To End
-
Links
icon's by TheG-Force
-
Blogroll
Monthly Archives: February 2010
Yet Another OpenCV/Karmic error – symbol lookup error: /usr/local/lib/libhighgui.so.4
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
Howto fix: “error while loading shared libraries”
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. … Continue reading