Author Topic: symbol error when loading qm-vamp-plugins.so v1.5  (Read 5552 times)

beam

  • Newbie
  • *
  • Posts: 3
    • View Profile
symbol error when loading qm-vamp-plugins.so v1.5
« on: February 05, 2009, 14:19:13 »
Hi,

I get a symbol error when trying to load qm-vamp-plugins.so v1.5 with vamp-simple-host :

Vamp::HostExt::PluginLoader: Unable to load library "/tsi/asansol/bmathieu/vamp/qm-vamp-plugins.so": /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by /tsi/asansol/bmathieu/vamp/qm-vamp-plugins.so)

I'm using a 32bit linux system (debian etch). It used to work with qm-vamp-plugins v1.4

Do you have any idea ?

++
beam

cannam

  • Administrator
  • Sr. Member
  • *****
  • Posts: 273
    • View Profile
Re: symbol error when loading qm-vamp-plugins.so v1.5
« Reply #1 on: March 06, 2009, 17:02:45 »
Sorry to take so long to respond to this one.

The problem is simple enough -- the qm-vamp-plugins.so has been linked against a libc version which has pulled in specific versioned symbols, resulting in a binary that isn't backward compatible against older versions of libc.  I'm pretty sure that there is nothing you can do about this yourselves other than upgrading your version of libc.

I don't know whether it's possible for me to solve this by building in a backward compatible way on a system whose core glibc version is 2.4 -- I will try to investigate this in time for the next point release.  Apologies for the troubles.


Chris