• Think You Know Linux? Try This.

    From Farley Flud@ff@linux.rocks to comp.os.linux.advocacy on Sat Jan 10 12:45:04 2026
    From Newsgroup: comp.os.linux.advocacy

    There is software called "MeshLab:"

    <https://github.com/cnr-isti-vclab/meshlab>

    I don't want to build it so I downloaded a pre-built tarball.

    The pre-built package contains many libraries that are already
    installed on my system, but the program cannot use my system libraries.
    They will result in errors:

    meshlab: symbol lookup error: meshlab: undefined symbol: _ZdlPvm, version Qt_5

    Thus, I need to use the specific libraries that are distributed
    with the pre-built tarball.

    How can I use these libraries to run MeshLab without removing or
    overwriting the ones that are already on my system?

    If you know GNU/Linux then you will know the answer.

    If you don't know the answer then you do not belong on this
    group. GTFO.

    Bring forth the answers!
    --
    Gentoo: the only road to GNU/Linux freedom and perfection.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From =?UTF-8?B?8J+HtfCfh7FKYWNlayBNYXJjaW4gSmF3b3Jza2nwn4e18J+HsQ==?=@jmj@energokod.gda.pl to comp.os.linux.advocacy on Sat Jan 10 18:06:24 2026
    From Newsgroup: comp.os.linux.advocacy

    W dniu 10.01.2026 o-a13:45, Farley Flud pisze:
    There is software called "MeshLab:"

    <https://github.com/cnr-isti-vclab/meshlab>

    I don't want to build it so I downloaded a pre-built tarball.

    The pre-built package contains many libraries that are already
    installed on my system, but the program cannot use my system libraries.
    They will result in errors:

    meshlab: symbol lookup error: meshlab: undefined symbol: _ZdlPvm, version Qt_5

    Thus, I need to use the specific libraries that are distributed
    with the pre-built tarball.

    How can I use these libraries to run MeshLab without removing or
    overwriting the ones that are already on my system?

    If you know GNU/Linux then you will know the answer.

    If you don't know the answer then you do not belong on this
    group. GTFO.

    Bring forth the answers!

    RTFM: https://man7.org/linux/man-pages/man8/ld.so.8.html hint:
    LD_LIBRARY_PATH

    Short answer for you:
    1. Open console where you have meshlab and Qt *.so lib files;
    2. Run:
    $ export LD_LIBRARY_PATH="$PWD:$LD_LIBRARY_PATH" && ./meshlab
    --
    Jacek Marcin Jaworski, Pruszcz Gd., woj. Pomorskie, PolskaEfc|Efc#, EUEfc-Efc|;
    tel.: +48-609-170-742, najlepiej w godz.: 5:15-5:55 lub 17:15-17:55; <jmj@energokod.gda.pl>, gpg: 4A541AA7A6E872318B85D7F6A651CC39244B0BFA;
    Domowa s. WWW: <https://energokod.gda.pl>;
    Mini Netykieta: <https://energokod.gda.pl/MiniNetykieta.html>;
    Mailowa Samoobrona: <https://emailselfdefense.fsf.org/pl>.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Farley Flud@fflud@gnu.rocks to comp.os.linux.advocacy on Sat Jan 10 18:33:06 2026
    From Newsgroup: comp.os.linux.advocacy

    On Sat, 10 Jan 2026 18:06:24 +0100, Efc|Efc#Jacek Marcin JaworskiEfc|Efc# wrote:


    Short answer for you:
    1. Open console where you have meshlab and Qt *.so lib files;
    2. Run:
    $ export LD_LIBRARY_PATH="$PWD:$LD_LIBRARY_PATH" && ./meshlab


    Correct.
    --
    Gentoo/LFS: Is there any-fucking-thing else?
    --- Synchronet 3.21a-Linux NewsLink 1.2