http://bugzilla.rpmfusion.org/show_bug.cgi?id=527
--- Comment #37 from Dan HorĂ¡k <dan(a)danny.cz> 2009-04-17 17:40:03 ---
(In reply to comment #36)
(In reply to comment #34)
...
> It's okay, you learn with experience. It will be enough to change the line
> ladspa_path = g_strdup ("/usr/local/lib/ladspa:/usr/lib/ladspa");
> in src/modules/jackrack/plugin_mgr.c to
> ladspa_path = g_strdup
>
("/usr/local/lib/ladspa:/usr/lib/ladspa:/usr/local/lib64/ladspa:/usr/lib64/ladspa");
I would have picked lib64 first on lib64 system (and eventually on lib system
also since the lib64 directory may not exist which is less important than
trying to load a 32bit dso from a 64bit program.
I would use "sed -i 's|/usr/lib|%{_libdir}|'" on that file or a
get_plugin_dir()-like function from a library (if possible).
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.