[PlanetCCRMA] VST on FC4

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Mon Oct 10 10:16:02 2005


On Mon, 2005-10-10 at 16:40 +0800, Robert Jonkman wrote:
> Hi all.
> 
> Having given up on trying to get wireless to work, I wanted to see if
> there was anyway I was going to get VSTi's to work on my FC4 setup.  I
> followed the wonderful tutorial written by Timo Sivula and everything
> went excellent.  Jack_fst compiled and when I typed 'jack_fst' it told
> me to point it to a vst dll.  Excellent!  So I copied over some vsti's
> only to receive a load of disappointment:
> 
> 
> > [moefoe@localhost ~]$ jack_fst ./vst/b4.dll
> > err:module:load_builtin_dll failed to load .so lib for builtin L"gdi32.dll": libstdc++.so.5: cannot open shared object file: No such file or directory
> > err:module:import_dll Loading library gdi32.dll (which is needed by L"libfst.exe") failed (error c000007a).
> > err:module:load_builtin_dll failed to load .so lib for builtin L"gdi32.dll": libstdc++.so.5: cannot open shared object file: No such file or directory
> > err:module:import_dll Loading library gdi32.dll (which is needed by L"user32.dll") failed (error c000007a).
> > err:module:import_dll Library user32.dll (which is needed by L"libfst.exe") not found
> > err:module:load_builtin_dll failed to load .so lib for builtin L"gdi32.dll": libstdc++.so.5: cannot open shared object file: No such file or directory
> > err:module:import_dll Loading library gdi32.dll (which is needed by L"Z:\\usr\\local\\lib\\libfst") failed (error c000007a).
> > err:module:import_dll Loading library user32.dll (which is needed by L"Z:\\usr\\local\\lib\\libfst") failed (error c000007b).
> > err:module:LdrInitializeThunk Main exe initialization for L"Z:\\usr\\local\\lib\\libfst" failed, status c0000135
> 
> Any thoughts?
> 
> I checked for that 'libstdc++' and I have version 4.0.1-4.fc4 installed.

For some reason it looks like you need the older "compatibility"
library:

> rpm -q -f /usr/lib/libstdc++.so.5
compat-libstdc++-33-3.2.3-47.fc4

You could install it with "apt-get install compat-libstdc++"

-- Fernando