Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mixbus and gcc5 - Quick fix !
#1
Hi !

First of all, I'm not english or american, so forgive my mistakes.
I run an Archlinux and the compiler is gcc5.
In Mixbus 3.2.22-gcc5, if I try to load a plugin like EQ10Q, it loads, but the gui can't start (double click).
Problem is that EQ10Q works like a charm in Ardour 4 !
So, I compared all libs installed between Ardour and Mixbus and removed/backup all libs from Mixbus (in /opt/Mixbus-3.2.22/lib/ ) that I found on my system.
Then, I linked all the missing libraries with those found in my system (in /usr/lib).
Finally, I replaced each library link (one by one) with the ones provided in Mixbus and restarted Mixbus each time.

And I've found library that has a problem : libsigc-2.0.so.0

Want to run EQ10Q in Mixbus-gcc5 ? Do this :

-> Go in /opt/Mixbus-3.2.22/lib/ : cd /opt/Mixbus-3.2.22/lib/
-> backup the faulty lib : mv libsigc-2.0.so.0 libsigc-2.0.so.0-back
-> link lib from your system : ln -s /usr/lib/libsigc-2.0.so.0 .

And restart Mixbus !!

Now, all my plugins work !! Big Grin
Reply
#2
(04-08-2016, 06:31 PM)noursbleu Wrote: -> Go in /opt/Mixbus-3.2.22/lib/ : cd /opt/Mixbus-3.2.22/lib/
-> backup the faulty lib : mv libsigc-2.0.so.0 libsigc-2.0.so.0-back
-> link lib from your system : ln -s /usr/lib/libsigc-2.0.so.0 .

And restart Mixbus !!

Now, all my plugins work !! Big Grin

Cool stuff, thank you.
MMM
Reply
#3
You're welcome !
Reply
#4
Great solution

Just wondering if this is fixed in 3.3?
Allan  Klinbail 

Steam Mastering - www.steam-mastering.com 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)