On Fri, May 20, 2011 at 7:59 AM, startx <[email protected]> wrote:
> hi.
>
> i tried to compile the lua module for mlt.
> it does compile using the build script, but when i attempt to
> load the module i get:
>
> lua: error loading module 'mlt' from file './mlt.so':
>        ./mlt.so: undefined symbol:
>        _ZN3Mlt10Transition12get_progressERNS_5FrameE
>
> this is compiled from current git (master)
>
> any idea what's wrong?

The lua module is using an incorrect version of libmlt++.so at
runtime. Run 'ldd mlt.so' to see what I mean. Did you 'make install'
or set the LD_LIBRARY_PATH environment variable to point to the
directory containing the more current libmlt++?

-- 
+-DRD-+

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Mlt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to