On Fri, 28 Aug 2009 12:49:11 +0100 Nick Treleaven nick.treleaven@btinternet.com wrote:
OK, but what you want to check is that your geanylua package is providing those files - could one of them be a leftover from a previous install?
No. I've uninstalled the previous release before installing the new release. I do this every time I switch the repository of an package.
$ dpkg -L geany-plugin-lua | grep ".so" /usr/lib/geany-plugins/geanylua/libgeanylua.so /usr/lib/geany/geanylua.so
Anyway ultimately you have two options - fix the package or build & install from the geany-plugins tar.gz release - you would need to configure the prefix to /usr though.
What should I fix? I can rebuild the package, but I'm not shure that this would be the solution.
I think I'll try to compile geany-plugins locally.
Thanks.