ChrisZim / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

edb on Gentoo isn't finding the plug-in libraries #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when I run edb (installed via ebuild) on Gentoo (both x86 and x86-64), it fails 
to load any of the plugins.  If I manually cd to the edb library directory and 
then run edb, it runs fine.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:21

GoogleCodeExporter commented 9 years ago
It has been a while since I tested the ebuild, I'll give it a whirl and see 
what's up. Did you try settings the plugin directory in EDB's settings? It 
should be something like: /usr/lib/edb.

Original comment by evan.teran on 3 Oct 2012 at 4:04

GoogleCodeExporter commented 9 years ago
Actually I just noticed the options in the edb config GUI.  Setting it to where 
the edb libraries fixes the problem.   I guess I was expecting it to work by 
default.   No biggie.

Original comment by evan.teran on 3 Oct 2012 at 4:05

GoogleCodeExporter commented 9 years ago
Ah, so the question now is. Had you run it before *not* from the ebuild? If so, 
the problem is that it was using the settings from previous runs. In which 
case, updating the config is the proper fix.

Original comment by evan.teran on 3 Oct 2012 at 4:05

GoogleCodeExporter commented 9 years ago
No, I had not run edb before.   Upon emerging edb, the default value for the
Plugin Directory is:
DEFAULT_directory.plugin.path

Original comment by evan.teran on 3 Oct 2012 at 4:05

GoogleCodeExporter commented 9 years ago
Ouch, that is in fact a bug. Looks like a search/replace bit me :( It's fixed 
in my dev tree so it should be correct for future versions.

Thanks for the report!

Original comment by evan.teran on 3 Oct 2012 at 4:05

GoogleCodeExporter commented 9 years ago

Original comment by evan.teran on 3 Oct 2012 at 4:05