Comment 6 for bug 314805

Revision history for this message
Peter Clifton (pcjc2) wrote :

The binary build of those .so files isn't correctly linking against the required libraries, including -ltk-8.5 and -ltcl-8.5ls

If you rebuild the sources manually adding those libraries, "-lv4l2 -ltk8.5 -ltcl8.5" (I just hacked Makefile.in line 107:

LDLIBS := @LDLIBS@ -lpng -lz -lm -ljpeg -lv4l2 -ltk8.5 -ltcl8.5

Then you get an amsn which works with web-cam.