On Sun, Jan 3, 2010 at 9:18 PM, Romain Couturat <coutu...@esiee.fr> wrote:

> Why is vlmc trying to load libvlc.so.5 from /usr/lib/ and not from
> /usr/local/lib/ , which seems to be its default location (at least with a
> mandriva) ?
> I got vlmc to work doing
> ln -s /usr/local/lib/libvlc.so.5 /usr/lib/libvlc.so.5
> but I wonder : why is this necessary and won't this fix cause unnecessary
> problems ?
>
> Keep the good work.
>
>
>
Hi,

This is rather odd, as we explicitly specify /usr/local/lib in the .pro
file...
Moreover, when I check which shared library are to be loaded (using ldd
bin/vlmc) it clearly says :
libvlc.so.5 => /usr/local/lib/libvlc.so.5

Could you try to run "ldd bin/vlmc" yourself, and post back your result ?

Regards,


-- 
Hugo Beauzée-Luyssen
_______________________________________________
vlmc-devel mailing list
vlmc-devel@vlmc.org
http://vlmc.org/mailman/listinfo/vlmc-devel

Reply via email to