Libtool mismatch error

Libtool mismatch error

  • After some mistakes, I wanted to reinstall Ridge Run SDK beta release 844703.

    I removed autoconf, libtool and suppress DM365SDK844703,xdctools and dvsdk directories.

    I ran sudo apt-get install libtool autoconf and ran autoreconf

    I installed dvsdk, xdctools and ridge run sdk

    I have no problem when I run make config but when I run make I have this:

    Compiling and installing gst-dmai-plugins...
    libtool: Version mismatch error.  This is libtool 2.2.6, but the
    libtool: definition of this LT_INIT comes from libtool 2.2.6b.
    libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
    libtool: and run autoconf again.
    make[7]: *** [libgstticodecplugin_la-gstticodecplugin.lo] Erreur 63
    make[6]: *** [all] Erreur 2
    make[5]: *** [all-recursive] Erreur 1
    make[4]: *** [all] Erreur 2
    make[3]: *** [build] Erreur 2
    Error building gst-dmai-plugins
    make[2]: *** [dependency_build] Erreur 1
    make[1]: *** [proprietary_src_build] Erreur 1
    make: *** [fs_build] Erreur 2

    Please, some help

  • no idea??

  • Please... I don't see what I can do

  • Hi,

    What ubuntu version are you using?

    Cristina Murillo

    Embedded Software Engineer, RidgeRun

  • I have Ubuntu 10.04 32bits.

    I have uninstalled libtool (apt-get remove libtool) and have reinstalled ridgerun sdk. I got a compiling error, so I reinstalled libtool after, and now it works!

    Thanks

  • The RidgeRun SDK doesn't work well with the shell being set to dash.

    If you do a

    ls -l /bin/sh

    and see

    ... /bin/sh -> dash

    then you are using the dash shell (default for Ubuntu).

    You can change it to bash using

    sudo ln -sf /bin/bash /bin/sh

    References:

    ubuntuforums.org/showthread.php

    brainstorm.ubuntu.com/.../2225

    Todd