Same type of problem as in previous post, but now I hope I'm in the correct church.
http://www.kdenlive.org/forum/svn-fails-testlensiface-has-undefined-refe...
Building today's svn:
/usr/bin/ld: CMakeFiles/kdenlive.dir/blackmagic/include/DeckLinkAPIDispatch.o: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlsym@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line
/lib64/libdl.so.2: could not read symbols: Invalid operation
sean

No. Fedora 13. cmake-2.8.0-3.fc13.x86_64
This arises because Fedora no longer permits implicit linking. See:
https://fedoraproject.org/wiki/UnderstandingDSOLinkChange
Note that ld does know where to find the reference, it just won't do it because it's not explicitly linked. And I don't know enough cmake to specify the link libraries.