> You'll get "good enough" symbol versions by adding > LDFLAGS += -Wl,--default-symver
I can try this but I'm skeptical it will fix the essential problem - two versions of the same library in the same memory space. It's not just symbols, it's that they will attempt to use and control the same resources. In this case as an examples they are libxml (which does a terrible job of managing static resources and the libraries will fight over who owns the error management global variables) and curl (which is fine). The main point is that slv2 needs to be ported to raptor2. Dave -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org