Hi, Le 11/04/2019 à 03:08, e.antonoff--- via Users a écrit : > […] > > Pastebin: https://pastebin.com/8N89YSsR > > What happens is after completing the make install command, I still have > 1.29 installed and the weird is that in the bin subdirectory of where > the sources are I also have 1.29, instead of the freshly compiled 1.34.1. > > Please inspect my pastebin, reach me for more details, if needed. I > already sent message to the package maintainer with request to upgrade > the package, but still - I want to be able to do this myself.
It's odd, but maybe the system is finding libgeany 1.29 you probably have in /usr/lib. Try running the following: $ LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH /usr/local/lib/geany If it doesn't help, try this: $ sudo ldconfig /usr/local/lib If it still doesn't help, give the result of: $ ls -ld ~/local/geany/lib/*geany* In any case, the suggestion of removing the previous Geany version is a good one if you can afford it. > Also question ---- will Geany 1.34.1 work with plugins 1.34 ? Yes. Regards, Colomban _______________________________________________ Users mailing list [email protected] https://lists.geany.org/cgi-bin/mailman/listinfo/users
