Menu

#4 Binary glib library conflict

v1.0_(example)
closed
nobody
None
1
2021-05-27
2013-05-16
No

I installed LoopAuditioneer-0.7.2.0-Linux-x86.tar.gz on AVLinux (based on Debian Squeeze) and the executible has this error:

$ bin/LoopAuditioneer
bin/LoopAuditioneer: /lib/i386-linux-gnu/i686/cmov/libm.so.6: version
`GLIBC_2.15' not found (required by bin/LoopAuditioneer)

I have GLIBC 2.33 installed. This problem could perhaps be fixed by compiling the source code, but I'm not sure how to check out the code. I tried:

$ svn co http://sourceforge.net/projects/loopauditioneer
svn: OPTIONS of 'http://sourceforge.net/projects/loopauditioneer': 200 OK (http://sourceforge.net)

Nothing was checked out. Maybe you could also make a tar file of the source code available? Anyway, looks like a great program.

Discussion

  • Lars Palo

    Lars Palo - 2013-05-16

    You can check out the code with this command:

    svn checkout svn://svn.code.sf.net/p/loopauditioneer/code/trunk loopauditioneer

    Be sure to read the readme file for compile instructions as I've not yet written any makefile or switched over to using cmake (a future plan) that would make the process easier and much cleaner.

    In the code tab you have the possibility to download a snapshot which would give you a tar file with the source code.

    I'll try to post some updates soon which will be built on a more recent version of Ubuntu.

    All kinds of feedback is appreciated!

     
  • Lars Palo

    Lars Palo - 2021-05-27
    • status: open --> closed